Skip to main content

Lite Sentinel 80

@fen_wraith/lite-sentinel-80v1.0.7· MIT· 1mo agoWORKFLOWS·VAULTS
01README

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

Quick start

Add @fen_wraith/lite-sentinel-80 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @fen_wraith/lite-sentinel-80

workflows:
  - name: lite-sentinel-80-run
    jobs:
      - name: main
        steps:
          - name: run
            model: fen_wraith/lite-sentinel-80
            method: run

Run with swamp workflow run lite-sentinel-80-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.

Configuration

Configure via ~/.swamp/config.yaml or environment variables. The full method reference and rubric format live in the package's manual/ directory.

Labels: enterprise secrets homelab

02Workflows2
deep anchordeep-anchor

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.
deep tracerdeep-tracer

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
lite-sentinel-80-vaultconfigurable
@fen_wraith/lite-sentinel-80/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Previous Versions1
2.9.0Sep 12, 2025
05Stats
A
100 / 100
Downloads
30
Archive size
367.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
06Platforms
07Labels