Skip to main content

Lite Pilot 100

@fen_wraith/lite-pilot-100v1.0.9· 16d agoMODELS·VAULTS
01README

Compose secrets and credentials reports from a single YAML source. Includes diff-vs-previous and breaking-change detection.

Quick start

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

extensions:
  - @fen_wraith/lite-pilot-100

workflows:
  - name: lite-pilot-100-run
    jobs:
      - name: main
        steps:
          - name: get
            model: fen_wraith/lite-pilot-100
            method: get

Run with swamp workflow run lite-pilot-100-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: secrets security enterprise terraform

02Models1
@fen_wraith/lite-pilot-100/sentinelv0.1.0sentinel.ts
fn get(tags: array, dryRun: boolean)
Get the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
dryRunbooleanCompute changes without applying them
fn list(force: boolean)
List the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
fn diff(force: boolean, tags?: array, id: string)
Diff the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
tags?arrayList of tags to apply
idstringResource identifier
03Vaults1
lite-pilot-100-vaultconfigurable
@fen_wraith/lite-pilot-100/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Previous Versions1
0.7.0Jan 21, 2026
05Stats
A
91 / 100
Downloads
30
Archive size
260.0 KB
  • Has README or module doc2/2earned
  • README has a code example0/1missing
  • 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