Skip to main content

Live Prism 39

@pagerduty/live-prism-39v0.0.8· 1mo agoMODELS·VAULTS·REPORTS
01README

AI-assisted analysis of infrastructure. Returns rubric-scored JSON suitable for downstream judging.

Quick start

Add @pagerduty/live-prism-39 to your repo's extensions list, then reference its model in your swamp.yaml:

extensions:
  - @pagerduty/live-prism-39

workflows:
  - name: live-prism-39-run
    jobs:
      - name: main
        steps:
          - name: sync
            model: pagerduty/live-prism-39
            method: sync

Run with swamp workflow run live-prism-39-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.
  • Reports — markdown roll-ups grouped by label and breaking-change flag.

Configuration

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

Labels: infra dns

02Models1
@pagerduty/live-prism-39/guardv0.1.0guard.ts
fn sync(dryRun: boolean)
Sync the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
fn list(id: string, filter: record)
List the resource.
ArgumentTypeDescription
idstringResource identifier
filterrecordKey-value filter expression
fn get(dryRun: boolean, filter: record, tags: array)
Get the resource.
ArgumentTypeDescription
dryRunbooleanCompute changes without applying them
filterrecordKey-value filter expression
tagsarrayList of tags to apply
03Vaults1
live-prism-39-vaultconfigurable
@pagerduty/live-prism-39/vaultvault.ts

Encrypted secret storage with cross-region replication.

Config Fields

FieldTypeDescription
regionstringStorage region
04Reports1
live-prism-39-reportextension
report.ts

Roll-up report grouped by label and breaking-change flag.

auditsummary
05Previous Versions1
0.7.3Feb 3, 2026
06Stats
B
83 / 100
Downloads
30
Archive size
71.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
07Platforms
08Labels