Card snapshot
quantumscan.io
·
2026-08-17 23:33:59 UTC
·
1f7f31fe957c90be3b6d7bf9d7458d23593bff4c48550c1b97b86b2f1419eb57
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "QuantumScan PQC Agent",
"description": "Post-quantum cryptography scanner for GitHub, GitLab, and Bitbucket repositories. Detects quantum-vulnerable algorithms (ECDSA, RSA, DH, AES-128, etc.), generates EIP-7789 CBOM and CycloneDX CBOM 1.6 manifests, and maps findings to NIST FIPS 203/204/205 migration targets.",
"url": "https://quantumscan.io/api/a2a",
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"skills": [
{
"id": "pqc-scan",
"name": "PQC Vulnerability Scan",
"description": "Scans a GitHub, GitLab, or Bitbucket repository for post-quantum cryptography vulnerabilities. Returns a risk score (0\u2013100), list of vulnerable primitives, migration targets (ML-KEM/ML-DSA/SLH-DSA), and a machine-readable CBOM manifest compliant with EIP-7789 and CycloneDX CBOM 1.6.",
"inputModes": [
"text"
],
"outputModes": [
"text",
"data"
],
"tags": [
"security",
"cryptography",
"pqc",
"cbom",
"nist-fips",
"quantum",
"blockchain"
],
"examples": [
{
"input": "Scan https://github.com/example/myapp for quantum vulnerabilities",
"description": "Returns risk score (0\u2013100), list of vulnerable primitives, and CBOM manifest"
}
]
}
],
"extensions": {
"quantumscan.io/cbom": {
"cbomStandard": "EIP-7789",
"cbomVersion": "1.0.0",
"supportedOutputFormats": [
"eip-7789-json",
"cyclonedx-cbom-1.6"
],
"quantumRiskScoreRange": [
0,
100
],
"cbomSchemaUrl": "https://quantumscan.io/schemas/cbom-eip7789-v1.json",
"algorithmRegistryUrl": "https://github.com/quantumscan-io/eip-cbom"
}
},
"authentication": {
"type": "none"
}
}