Auto Nexus 34
01README
Read, reconcile, and report on security posture across multiple environments. Idempotent and dry-runnable.
Quick start
Add @silt_wraith/auto-nexus-34 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @silt_wraith/auto-nexus-34
workflows:
- name: auto-nexus-34-run
jobs:
- name: main
steps:
- name: get
model: silt_wraith/auto-nexus-34
method: getRun with swamp workflow run auto-nexus-34-run. The first invocation prints what it would change; pass --apply to commit.
What's inside
- Typed models — Zod-validated arguments, structured outputs, and a manifest the agent can reason about.
- 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 kubernetes compliance
02Models
@silt_wraith/auto-nexus-34/reactorv0.1.0reactor.ts
fn get(id: string)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
fn create(dryRun: boolean)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
@silt_wraith/auto-nexus-34/prismv0.1.0prism.ts
fn list(limit: number, id?: string, tags?: array)
List the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| id? | string | Resource identifier |
| tags? | array | List of tags to apply |
fn sync(tags: array, filter?: record, dryRun?: boolean)
Sync the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| filter? | record | Key-value filter expression |
| dryRun? | boolean | Compute changes without applying them |
fn diff(id: string)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
fn create(dryRun: boolean)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
03Reports
auto-nexus-34-reportextension
report.ts
Roll-up report grouped by label and breaking-change flag.
auditsummary
04Previous Versions
1.1.4Jan 21, 2026
Modified 1 models
1.2.8Aug 3, 2025
Modified 1 models
0.2.7Feb 7, 2025
05Stats
B
83 / 100
Downloads
30
Archive size
167.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- 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 repository0/2missing
06Platforms
07Labels