evidence over claims

Don't trust us. Check us.

Every AMC score ships inside a signed evidence bundle. Anyone can verify a bundle offline — without an account, without our servers, and without trusting the person who sent it. This page lets you try that right now, on a real bundle we generated and published.

Verify a real bundle in two minutes

1. Install AMC (free, open source):

curl -fsSL https://agentmaturity.co/install.sh | sh

2. Download the sample bundle we published:

curl -fsSLO https://agentmaturity.co/verify/amc-sample-evidence.amcbundle

3. Verify it:

amc bundle verify amc-sample-evidence.amcbundle

You should see:

Bundle verification PASSED

AMC checks the bundle's signatures, hash chain, and manifest — fully offline. If a single byte had been edited after signing, verification would fail. Try it: flip one character anywhere in the file and run the command again. We did exactly that while publishing this page, and verification failed as it should.

The published sample's SHA-256, if you want to checksum the download itself:

b5860614cf52ef621693e41241c0c608c455538431263ac58aa1e18bb6029441

What this proves — and what it doesn't

Verify anyone's agent the same way

When someone hands you an AMC bundle — a vendor, a contractor, a teammate — run the same commands. You don't need their infrastructure or their word:

amc bundle verify their-agent-evidence.amcbundle
amc bundle inspect their-agent-evidence.amcbundle

Verify our releases too

The installer itself is verifiable: it downloads a pinned GitHub Release, checks every archive against the published SHA256SUMS, and refuses anything that doesn't match. Our published test counts are enforced by the test suite itself — the number and the suite are checked against each other, so the badge can't silently drift.

How the scoring works

The full methodology — levels, evidence tiers, decay, gates, and the compliance-framework crosswalk — is public: methodology · framework crosswalk.