Skip to main content

Auto Nexus 34

@silt_wraith/auto-nexus-34v1.0.9· Apache-2.0· 15d agoMODELS·REPORTS
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: get

Run 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

02Models2
@silt_wraith/auto-nexus-34/reactorv0.1.0reactor.ts
fn get(id: string)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
fn create(dryRun: boolean)
Create the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
@silt_wraith/auto-nexus-34/prismv0.1.0prism.ts
fn list(limit: number, id?: string, tags?: array)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
id?stringResource identifier
tags?arrayList of tags to apply
fn sync(tags: array, filter?: record, dryRun?: boolean)
Sync the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
filter?recordKey-value filter expression
dryRun?booleanCompute changes without applying them
fn diff(id: string)
Diff the resource.
ArgumentTypeDescription
idstringResource identifier
fn create(dryRun: boolean)
Create the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
03Reports1
auto-nexus-34-reportextension
report.ts

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

auditsummary
04Previous Versions3
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