Skip to main content

Smart Compass 117

@hashicorp/smart-compass-117v2.7.4· 1mo agoMODELS·VAULTS
01README

Inventory Kubernetes pods, deployments, and RBAC, surface drift, and emit a structured report. Read-only by default; mutating ops gated behind a flag.

Quick start

Add @hashicorp/smart-compass-117 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @hashicorp/smart-compass-117

workflows:
  - name: smart-compass-117-run
    jobs:
      - name: main
        steps:
          - name: create
            model: hashicorp/smart-compass-117
            method: create

Run with swamp workflow run smart-compass-117-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: kubernetes homelab

02Models2
@hashicorp/smart-compass-117/compassv0.1.0compass.ts
fn create(tags: array, filter: record)
Create the resource.
ArgumentTypeDescription
tagsarrayList of tags to apply
filterrecordKey-value filter expression
fn get(force: boolean)
Get the resource.
ArgumentTypeDescription
forcebooleanSkip confirmation and apply immediately
fn diff(limit: number, dryRun?: boolean)
Diff the resource.
ArgumentTypeDescription
limitnumberMaximum results to return
dryRun?booleanCompute changes without applying them
fn update(filter: record, id?: string, tags: array)
Update the resource.
ArgumentTypeDescription
filterrecordKey-value filter expression
id?stringResource identifier
tagsarrayList of tags to apply
@hashicorp/smart-compass-117/beaconv0.1.0beacon.ts
fn update(dryRun: boolean, limit?: number)
Update the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
limit?numberMaximum results to return
fn create(id: string, tags: array, force: boolean)
Create the resource.
ArgumentTypeDescription
idstringResource identifier
tagsarrayList of tags to apply
forcebooleanSkip confirmation and apply immediately
03Vaults1
smart-compass-117-vaultconfigurable
@hashicorp/smart-compass-117/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Stats
B
83 / 100
Downloads
6
Archive size
202.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 repository0/2missing
05Platforms
06Labels