Forge a receipt that still verifies
Change a signed decision, sequence, policy result, cost, signer, or chain pointer and make the modified receipt pass the published verifier.
Find a policy disagreement
Provide a policy and call input where enforcement returns a verdict that contradicts that policy's stated cap, mode, model rule, or capability requirement.
Try the receipt attack
- Generate and verify a real local receipt with the pinned package.
- Open
~/.agentguard/demo/latest-receipt.jsonand copy the JSON somewhere safe. - Change one meaningful field. Good first targets are
decision.action,decision.projectedCents,sequence,previousHash, orentryHash. - Paste the clean and modified receipts into the live verifier. A successful break is a modified semantic decision that still returns valid.
npx -y @agentguard-run/[email protected] demo && npx -y @agentguard-run/[email protected] verify
Open the live verifier
Try the policy attack
Use the SDK directly and reduce the case to one policy object plus one call input. State the verdict the policy requires, the verdict returned, the package version, runtime version, and the complete reproduction. Tests that depend on hidden prompts or a provider response are not reduced enough.
Useful boundaries include exact-cap equality, adjacent time windows, unknown model pricing, downgrade chains, missing capability claims, capability ordering, shadow mode, concurrent calls, and receipt sequence continuity. This list is a starting point, not a claim that those cases are broken.
Open the SDK package Read a tested harnessWhat counts
A result must reproduce against a published AgentGuard package with no modified AgentGuard source. A receipt break must preserve a changed meaning and still verify. A policy break must show an enforcement disagreement, not merely a policy you wish had different semantics. Denial of service, provider behavior, social engineering, and attacks on unrelated third-party systems are outside this challenge.
There is no prize program or bounty infrastructure on this page. Send a compact reproduction to [email protected]. We will rerun it before changing the record.
No accepted receipt forgery or policy disagreement is listed on this page as of July 26, 2026. The point is to keep this record public, reproducible, and easy to overturn with evidence.