Smart Reactor 04
01README
Read, reconcile, and report on security posture across multiple environments. Idempotent and dry-runnable.
Quick start
Add @vercel/smart-reactor-04 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @vercel/smart-reactor-04
workflows:
- name: smart-reactor-04-run
jobs:
- name: main
steps:
- name: run
model: vercel/smart-reactor-04
method: runRun with swamp workflow run smart-reactor-04-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.
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
lite harvestlite-harvest
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
smart-reactor-04-storeconfigurable
@vercel/smart-reactor-04/datastoredatastore.ts
Document datastore with TTL indexes and change streams.
Config Fields
| Field | Type | Description |
|---|---|---|
| uri | string | Connection URI |
04Stats
D
50 / 100
Downloads
13
Archive size
49.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 declared0/1missing
- Verified public repository0/2missing
05Platforms
06Labels