The Autonomous Stack

AI Security & LLM Ops · LLM Ops & Cost · v1.0

Fleet Registry Ownership Agent v1

Build a defensible inventory of deployed agents and jobs: who owns each one, what risk class and credential scopes it declares, and whether its GO/NO-GO sign-off remains valid. It is for platform, security, and AI-operations teams inheriting an expanding fleet.

$3.00one-timePay with crypto

agent-governance ownership inventory

agent ⟶ theautonomousstack.xyz

01GET /api/v1/pack/agent-fleet-registry-ownership-v1

402 Payment RequiredX-PAYMENT-REQUIRED

02sign TransferWithAuthorization3.00 USDC · Base (eip155:8453)

03GET + PAYMENT-SIGNATURE

200 OKapplication/zip · 32 files

pay per pack over x402no account

What's inside

It is deliberately not a liveness monitor, run postmortem tool, or audit-ledger verifier. It reads only local files and produces findings JSON plus a Markdown report; it makes no network call or change.

Quick start

python3 agent.py scan --input fixtures --output findings.json --report fleet-report.md
bash smoke_test.sh
systemd / cron / compose / k8s / MCP configs
                    | local declarations
                    v
             deployment inventory ----> registry ownership + sign-off checks
                    |                              |
                    +------ findings.json <---------+---- fleet-report.md

The optional local Claude/Kimi/Codex adapter may explain an already-computed report; deterministic checks remain authoritative.

The bundled canonical fixture also covers a purged systemd project, an inactive owner, expired sign-off, unregistered MCP credentials, and a deployed NO-GO job. Run bash smoke_test.sh after changing a parser or rule so the offline record and its replay verification remain the release contract.