Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/maturity-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
Per-repo maturity, contract stability, and intended use.
Mirrors the status blocks in each repo's README. Update both when status changes.

Last updated: 2026-07-21
Last updated: 2026-07-30

| Repository | Status | Contract stability | Recommended for | Not recommended for |
|---|---|---|---|---|
| `wasmagent-js` | Beta | Stable (`core`, `mcp-gateway`); Evolving (`compliance`, `attestation`) | Agent runtime protection, AEP evidence collection | Compliance certification claims |
| `open-agent-audit` | Beta | Stable (`schema`, `core`, `adapters`); Evolving (`passport`) | Enterprise audit trail, regulatory compliance evidence | Self-certified compliance without independent review |
| `trace-pipeline` | Experimental | Evolving | AEP validation, training-data admission, benchmark contamination audit | General observability platform; training framework |
| `bscode` | Reference Workload | Stable (evidence export API); Evolving (bench-v0 task set) | Golden Path integration testing; AEP evidence generation | Cursor/Claude Code replacement; general coding IDE |
| `agent-trust-infra` | Research Preview | Evolving | AgentBOM/MCP Posture spec implementers, conformance testing | Production deployments; Trust Passport (migrated to open-agent-audit) |
| `agentbom` | Beta | Stable (`core`, `agentbom-cli`); Evolving (`autogen`, `langchain`, `llamaindex`) | AgentBOM generation, MCP Posture spec implementation, compliance checking, trust passport signing | Direct replacement for agent-trust-infra (archived) |
| `fresharena` | Research | Evolving | Solver rank-comparison experiments; dynamic evaluation research | Production compliance reporting; substitute for open-agent-audit |
| `wasmagent-proxy` | Experimental | Evolving | Gateway-level AEP evidence; Envoy/Istio/Kong sidecar | Endpoint-local MCP servers; general gateway RBAC/routing |
| `wasmagent-train-replay` | Experimental | Evolving | Distributed training audit; tamper-evident epoch evidence | General PyTorch profiling (use `fr_trace`); real-time monitoring |
Expand Down
Loading