Live Warden 35
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: runRun 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
02Workflows
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.
03Datastores
live-warden-35-storeconfigurable
@hashicorp/live-warden-35/datastoredatastore.ts
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
04Reports
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