Skip to main content

Live Warden 35

@hashicorp/live-warden-35v2.4.8· 1mo agoWORKFLOWS·DATASTORES·REPORTS
01README

Sync state of security posture against a desired-state YAML. Diffs are previewed before any mutation.

Quick start

Add @hashicorp/live-warden-35 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @hashicorp/live-warden-35

workflows:
  - name: live-warden-35-run
    jobs:
      - name: main
        steps:
          - name: run
            model: hashicorp/live-warden-35
            method: run

Run with swamp workflow run live-warden-35-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.
  • Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.

Configuration

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

Labels: security enterprise secrets

02Workflows1
smart ledgersmart-ledger

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.
03Datastores1
live-warden-35-storeconfigurable
@hashicorp/live-warden-35/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
04Reports1
live-warden-35-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
05Stats
F
33 / 100
Downloads
30
Archive size
67.0 KB
  • Has README or module doc0/2missing
  • 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 declared0/1missing
  • Verified public repository0/2missing
06Platforms
07Labels