Skip to main content

Smart Reactor 68

@discord/smart-reactor-68v2.0.5· Apache-2.0· 10d agoVAULTS·DATASTORES
01README

Pull security posture, normalize the shape, and stream into your downstream pipeline. Pagination is automatic.

Quick start

Add @discord/smart-reactor-68 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @discord/smart-reactor-68

workflows:
  - name: smart-reactor-68-run
    jobs:
      - name: main
        steps:
          - name: run
            model: discord/smart-reactor-68
            method: run

Run with swamp workflow run smart-reactor-68-run. The first invocation prints what it would change; pass --apply to commit.

What's inside

  • 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 secrets homelab

02Vaults1
smart-reactor-68-vaultconfigurable
@discord/smart-reactor-68/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
03Datastores1
smart-reactor-68-storeconfigurable
@discord/smart-reactor-68/datastoredatastore.ts

Document datastore with TTL indexes and change streams.

Config Fields

FieldTypeDescription
uristringConnection URI
04Previous Versions1
1.5.2Mar 12, 2026
05Stats
C
66 / 100
Downloads
30
Archive size
250.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • 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