You ran amc and got a full score. This page explains the next moves without drowning you in every command AMC has.
AMC scores trust maturity from L0 to L5.
High level:
- L0 — Absent: no demonstrated controls
- L1 — Initial: minimal, mostly manual controls
- L2 — Developing: repeatable controls with partial coverage
- L3 — Defined: systematic, documented, evidence-backed controls
- L4 — Managed: measured, proactive, proof-oriented controls
- L5 — Optimizing: continuously verified improvement
The score matters, but the score alone is not the point.
The point is:
- what gaps were found
- what evidence was observed
- what you should fix next
Read the two trust lines separately:
- Artifact status (
VALID,INVALID,UNSIGNED) tells you whether the report and seal verify. - Evidence readiness (
READY,LIMITED,INSUFFICIENT_EVIDENCE,UNVERIFIED) tells you whether the evidence can support external claims.
A clean first run commonly reports VALID plus INSUFFICIENT_EVIDENCE. That is not a contradiction. Signing proves integrity, not evidence sufficiency. Only READY is claim-eligible.
Use the lifecycle evidence commands behind the score:
amc evidence lifecycle list
amc evidence episodes list
amc evidence decisions list
amc evidence observability listThese show the run artifact, evidence episode, recommendation receipts, component attribution, experience signals, and decision outcomes.
Use AMC to generate the next actions.
amc fixTreat this as a starting point for implementation, not magic.
After your first score, most users go into one of four modes.
Focus on Score, Shield, and Enforce.
Focus on Watch, traces, anomalies, decision outcomes, and drift monitoring.
Focus on Comply, Vault, policy artifacts, and audit binders.
Focus on Fleet, score comparison, trust inventory, and portfolio reporting.
If the score should affect releases, do not leave it as a one-off local ritual.
Start with:
.github/workflows/amc-score.ymldocs/CI_TEMPLATES.md
If you tested AMC on a toy path first, wrap the real agent runtime next.
amc wrap <adapter> -- <your command>That is how you move from exploratory scoring into execution evidence.
- Score — maturity score and gap analysis
- Shield — red-team and assurance packs
- Enforce — action governance and approvals
- Vault — cryptographic proof and evidence integrity
- Watch — traces, anomalies, monitoring, and decision observability
- Comply — framework mapping and audit reporting
- Fleet — multi-agent comparison and governance
- Passport — portable trust identity artifacts