Private registry

Register customer-owned platform components.

The private registry answers what is installed, trusted, approved, and emitting evidence inside a BYOC boundary. It is not a public marketplace.

Sample manifest

The repository ships a sample internal registry manifest for the platform golden path.

text
packages/verifier/examples/enterprise-registry/autodevops.enterprise-registry.json
bash
npm -w packages/verifier run build
node packages/verifier/dist/cli.js platform registry

Registry objects

Every object should be auditable by identity, version, lifecycle state, and approval metadata.

ObjectPurpose
ConnectorAdapts agent activity from harnesses such as Claude Code, Cursor, Codex, MCP clients, or internal agents into signed events.
CapabilityA governed executable action with permission scope, policy tags, and audit evidence.
PluginA packaged extension that contributes agents, tools, hooks, analyzers, or reports.
Policy packCustomer-owned deterministic rules and sensitivity defaults.
AnalyzerProjection logic such as Agent Run Audit that turns raw events into findings.
ExporterEvidence artifact generator such as audit CSV or future evidence package export.

What it must not become

The near-term registry exists for regulated enterprise deployment, not public ecosystem growth.

  • No public package ratings.
  • No public publishing workflow.
  • No vendor-hosted installation state.
  • No multi-tenant sharing of customer capability metadata.
  • No claim that registry data leaves the customer boundary.

What this is

A private, customer-owned registry inside your boundary. It is not a public marketplace, and registry data never leaves your environment.