Skip to main content

Lite Weaver 08

@moss_skull/lite-weaver-08v2.0.6· BSD-3-Clause· 15d agoWORKFLOWS·VAULTS·DRIVERS
01README

Inventory secrets and credentials, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @moss_skull/lite-weaver-08 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @moss_skull/lite-weaver-08

workflows:
  - name: lite-weaver-08-run
    jobs:
      - name: main
        steps:
          - name: run
            model: moss_skull/lite-weaver-08
            method: run

Run with swamp workflow run lite-weaver-08-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
  • Drivers — bounded concurrency, structured retries, and CloudWatch / OpenTelemetry-friendly tags.
  • Vault provider — encrypted secret storage with audit trail and cross-region replication.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: secrets security monitoring

02Workflows2
rapid reactorrapid-reactor

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
smart nexussmart-nexus

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
03Vaults1
lite-weaver-08-vaultconfigurable
@moss_skull/lite-weaver-08/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Drivers1
lite-weaver-08-driverconfigurable
@moss_skull/lite-weaver-08/driverdriver.ts

Execution driver with bounded concurrency and retries.

05Previous Versions2
0.1.0Feb 8, 2026

Added 1 workflows

0.6.5Oct 4, 2025
06Stats
B
75 / 100
Downloads
30
Archive size
255.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types0/1missing
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
07Platforms
08Labels