Rapid Sentinel 74
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: deleteRun 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
02Models
@mire_fiend/rapid-sentinel-74/anchorv0.1.0anchor.ts
fn delete(dryRun: boolean)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
fn list(limit: number, force?: boolean, filter: record)
List the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| force? | boolean | Skip confirmation and apply immediately |
| filter | record | Key-value filter expression |
fn get(dryRun: boolean, tags: array)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| tags | array | List of tags to apply |
fn create(id: string, limit?: number)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| limit? | number | Maximum results to return |
@mire_fiend/rapid-sentinel-74/sentinelv0.1.0sentinel.ts
fn create(tags: array)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
fn diff(force: boolean, limit: number, dryRun?: boolean)
Diff the resource.
| Argument | Type | Description |
|---|---|---|
| force | boolean | Skip confirmation and apply immediately |
| limit | number | Maximum results to return |
| dryRun? | boolean | Compute changes without applying them |
fn get(filter: record)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| filter | record | Key-value filter expression |
@mire_fiend/rapid-sentinel-74/pulsev0.1.0pulse.ts
fn get(id: string, limit: number)
Get the resource.
| Argument | Type | Description |
|---|---|---|
| id | string | Resource identifier |
| limit | number | Maximum results to return |
fn update(dryRun: boolean, force?: boolean)
Update the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| force? | boolean | Skip confirmation and apply immediately |
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 |
03Vaults
rapid-sentinel-74-vaultconfigurable
@mire_fiend/rapid-sentinel-74/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
04Previous Versions
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