| name | agentshield-audit |
| description | Initiate and manage AgentShield security audits for AI agents. Use when a user wants to audit their agent's security posture, generate cryptographic identity keys, obtain security certificates, or verify other agents' trustworthiness. Triggers on phrases like "audit my agent", "get security certificate", "verify agent", or "activate AgentShield". |
AgentShield Audit Skill
🔒 Audit your agent's security and obtain verifiable trust certificates for inter-agent communication.
No API key required. No registration. Just install and run.
🚀 One-Line Quick Start
clawhub install agentshield-audit && python -m agentshield_audit
That's it. Your agent will be audited in ~30 seconds.
📋 The Complete Workflow
┌─────────────────────────────────────────────────────────┐
│ 1️⃣ INSTALL │
│ clawhub install agentshield-audit │
└────────────────────┬────────────────────────────────────┘
▼
┌─────────────────────────────────────────────────────────┐
│ 2️⃣ AUTO-DETECT │
│ Skill detects your agent name & platform │
│ (reads IDENTITY.md, SOUL.md, channel config) │
└────────────────────┬────────────────────────────────────┘
▼
┌─────────────────────────────────────────────────────────┐
│ 3️⃣ GENERATE KEYS │
│ Ed25519 keypair created locally │
│ Stored in: ~/.agentshield/agent.key │
│ 🔐 Private keys NEVER leave your workspace │
└────────────────────┬────────────────────────────────────┘
▼
┌─────────────────────────────────────────────────────────┐
│ 4️⃣ RUN AUDIT (~30 seconds) │
│ ✓ System Prompt Extraction Test │
│ ✓ Instruction Override Test │
│ ✓ Tool Permission Check │
│ ✓ Memory Isolation Test │
│ ✓ Secret Leakage Detection │
└────────────────────┬────────────────────────────────────┘
▼
┌─────────────────────────────────────────────────────────┐
│ 5️⃣ RECEIVE CERTIFICATE │
│ 90 days validity • Verifiable by anyone │
│ Show with: python scripts/show_certificate.py │
└─────────────────────────────────────────────────────────┘