Verify Locally
Download passport_verify.py
For maximum privacy and offline verification, run the AIAgentMark verification script directly on your own machine. No data is sent to any server.
Download passport_verify.py
How to Use
1
Place passport_verify.py in the same folder as agent_passport.json and agent_public_key.pem
2
Run: python passport_verify.py
3
A valid Passport returns: PASSPORT AUTHENTIC
AIAgentMark Passport Verification
══════════════════════════════════
Step 1 — Parse JSON ................. ✓ PASS
Step 2 — Required fields ............ ✓ PASS
Step 3 — Standard compliance ........ ✓ PASS
Step 4 — Capability Register ........ ✓ PASS (12 capabilities)
Step 5 — Public key format .......... ✓ PASS
Step 6 — Cryptographic signature .... ✓ PASS
══════════════════════════════════
PASSPORT AUTHENTIC
Requires Python 3.8+ and pip install cryptography jcs