Skip to main content

Rapid Sentinel 74

@mire_fiend/rapid-sentinel-74v2.0.2· Apache-2.0· 1mo agoMODELS·VAULTS
01README

Read, reconcile, and report on security posture across multiple environments. Idempotent and dry-runnable.

Quick start

Add @mire_fiend/rapid-sentinel-74 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @mire_fiend/rapid-sentinel-74

workflows:
  - name: rapid-sentinel-74-run
    jobs:
      - name: main
        steps:
          - name: delete
            model: mire_fiend/rapid-sentinel-74
            method: delete

Run with swamp workflow run rapid-sentinel-74-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.
  • Vault provider — encrypted secret storage with audit trail and cross-region replication.

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 secrets

02Models3
@mire_fiend/rapid-sentinel-74/anchorv0.1.0anchor.ts
fn delete(dryRun: boolean)
Delete the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn list(limit: number, force?: boolean, filter: record)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
force?booleanSkip confirmation and apply immediately
filterrecordKey-value filter expression
fn get(dryRun: boolean, tags: array)
Get the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
tagsarrayList of tags to apply
fn create(id: string, limit?: number)
Create the resource.
ArgumentTypeDescription
idstringResource identifier
limit?numberMaximum results to return
@mire_fiend/rapid-sentinel-74/sentinelv0.1.0sentinel.ts
fn create(tags: array)
Create the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
fn diff(force: boolean, limit: number, dryRun?: boolean)
Diff the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
limitnumberMaximum results to return
dryRun?booleanCompute changes without applying them
fn get(filter: record)
Get the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
@mire_fiend/rapid-sentinel-74/pulsev0.1.0pulse.ts
fn get(id: string, limit: number)
Get the resource.
ArgumentTypeDescription
idstringResource identifier
limitnumberMaximum results to return
fn update(dryRun: boolean, force?: boolean)
Update the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
force?booleanSkip confirmation and apply immediately
fn sync(tags: array, filter?: record, dryRun: boolean)
Sync the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
filter?recordKey-value filter expression
dryRunbooleanCompute changes without applying them
03Vaults1
rapid-sentinel-74-vaultconfigurable
@mire_fiend/rapid-sentinel-74/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Previous Versions1
0.5.2Jan 23, 2026
05Stats
D
41 / 100
Downloads
30
Archive size
101.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 declared1/1earned
  • Verified public repository0/2missing
06Platforms
07Labels