Install
openclaw skills install agent-card-signing-auditorHelps audit Agent Card signing practices in A2A protocol implementations. Identifies missing signatures, weak signing schemes, and revocation gaps that allow...
openclaw skills install agent-card-signing-auditorHelps identify gaps in Agent Card signing that allow impersonation, identity spoofing, and unverifiable capability claims in agent-to-agent trust handshakes.
The A2A Protocol specifies Agent Cards as the primary mechanism for agent identity and capability advertisement. An Agent Card tells other agents: who you are, what you can do, and what trust level you claim. But the A2A spec makes signing optional — "recommended but not required." In an ecosystem where 15-18% of published skills are already confirmed malicious, optional signing means any agent can present any identity and any capability claim with zero verifiable proof. The trust handshake that underpins all A2A interactions is built on a foundation that most implementations don't verify.
This auditor examines Agent Card signing practices across five dimensions:
Input: Provide one of:
Output: A signing audit report containing:
Input: Audit Agent Card for data-processing-agent.example
🪪 AGENT CARD SIGNING AUDIT
Agent: data-processing-agent.example
Card version: 2.1.0
Audit timestamp: 2025-03-15T10:30:00Z
Signature presence: ⚠️ ABSENT
Agent Card contains no signature field
Identity claim is unverifiable — relies entirely on marketplace account trust
Risk: any agent can claim this identity or capabilities without detection
Signing scheme: N/A (unsigned)
Key transparency: ✗ NOT CONFIGURED
No JWKS endpoint referenced in Agent Card
No key transparency log entry found
Revocation mechanism: ✗ NONE
No revocation endpoint specified
No CRL or OCSP equivalent configured
Rotation history: N/A
Risk rating: UNSIGNED
This Agent Card makes identity and capability claims that cannot be
cryptographically verified. In a trust-sensitive interaction, treat
all capability claims as unverified assertions.
Recommended actions:
1. Implement Ed25519 signing for Agent Card with JWKS endpoint
2. Register signing key in a public key transparency log
3. Add revocation endpoint to Agent Card metadata
4. Establish rotation policy with public announcement process
This auditor evaluates signing practices based on publicly observable Agent Card metadata. It cannot assess the security of key storage practices on the agent's host system, verify that the private key holder is actually the claimed agent, or detect signing key compromise that has not yet been publicly disclosed. A well-formed signed Agent Card with strong cryptography can still represent a compromised or malicious agent — signing establishes identity, not trustworthiness. Use in combination with behavioral analysis tools for comprehensive trust assessment.