Skip to main content

Deep Beacon 73

@murk_lurker/deep-beacon-73v1.0.5· 1mo agoWORKFLOWS·VAULTS·DATASTORES
01README

Inventory security posture, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @murk_lurker/deep-beacon-73 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @murk_lurker/deep-beacon-73

workflows:
  - name: deep-beacon-73-run
    jobs:
      - name: main
        steps:
          - name: run
            model: murk_lurker/deep-beacon-73
            method: run

Run with swamp workflow run deep-beacon-73-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • Composable workflows — wire methods into multi-step DAGs with retry, idempotency, and per-step logs.
  • Vault provider — encrypted secret storage with audit trail and cross-region replication.
  • Datastore provider — collection-level Zod schemas, change-stream subscriptions, TTL indexes.

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

02Workflows1
deep wardendeep-warden

Composed workflow with retry and idempotency.

mainPrimary execution path.
1.preparecore/state.load— Validate inputs and pull current state.
2.applycore/state.apply— Apply the desired state.
03Vaults1
deep-beacon-73-vaultconfigurable
@murk_lurker/deep-beacon-73/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Datastores1
deep-beacon-73-storeconfigurable
@murk_lurker/deep-beacon-73/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
05Previous Versions1
2.7.3Jan 3, 2026
06Stats
A
100 / 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 repository2/2earned
07Platforms
08Labels