Agent Identity Protocol

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The OpenClaw Agent Identity skill is designed for cryptographic identity management on-chain, involving private key generation/storage and blockchain interactions. While it handles sensitive data (private keys in `~/.agent-identity/key.json`) and performs network operations (blockchain transactions), these actions are central to its stated purpose. The code demonstrates appropriate file permissions (0o600 for key file), uses standard libraries (`viem`, `commander`), and lacks evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The installation steps (`git clone`, `npm install`) are standard for a Node.js project.