Skip to main content

Deep Vault 59

@grime_fiend/deep-vault-59v1.2.6· MIT· 27d agoMODELS·VAULTS
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: create

Run 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

02Models1
@grime_fiend/deep-vault-59/latticev0.1.0lattice.ts
fn create(tags: array, filter?: record)
Create the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
filter?recordKey-value filter expression
fn delete(dryRun: boolean, force: boolean, limit: number)
Delete the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
forcebooleanSkip confirmation and apply immediately
limitnumberMaximum results to return
fn list(limit: number, dryRun?: boolean)
List the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
dryRun?booleanCompute changes without applying them
03Vaults1
deep-vault-59-vaultconfigurable
@grime_fiend/deep-vault-59/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage 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