Deep Vault 59
01README
Sync state of security posture against a desired-state YAML. Diffs are previewed before any mutation.
Quick start
Add @grime_fiend/deep-vault-59 to your repo's extensions list, then reference its model in your swamp.yaml:
extensions:
- @grime_fiend/deep-vault-59
workflows:
- name: deep-vault-59-run
jobs:
- name: main
steps:
- name: create
model: grime_fiend/deep-vault-59
method: createRun with swamp workflow run deep-vault-59-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 enterprise homelab
02Models
@grime_fiend/deep-vault-59/latticev0.1.0lattice.ts
fn create(tags: array, filter?: record)
Create the resource.
| Argument | Type | Description |
|---|---|---|
| tags | array | List of tags to apply |
| filter? | record | Key-value filter expression |
fn delete(dryRun: boolean, force: boolean, limit: number)
Delete the resource.
| Argument | Type | Description |
|---|---|---|
| dryRun | boolean | Compute changes without applying them |
| force | boolean | Skip confirmation and apply immediately |
| limit | number | Maximum results to return |
fn list(limit: number, dryRun?: boolean)
List the resource.
| Argument | Type | Description |
|---|---|---|
| limit | number | Maximum results to return |
| dryRun? | boolean | Compute changes without applying them |
03Vaults
deep-vault-59-vaultconfigurable
@grime_fiend/deep-vault-59/vaultvault.ts
Encrypted secret storage with cross-region replication.
Config Fields
| Field | Type | Description |
|---|---|---|
| region | string | Storage region |
04Stats
B
75 / 100
Downloads
26
Archive size
192.0 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- 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
05Platforms
06Labels