Audit Kit · Free during launch

Install The AI Agent Audit Skill

The kit can be used where the agent already lives:

Codex

Copy the ai-agent-audit folder into your Codex skills directory:

mkdir -p ~/.codex/skills
cp -R ai-agent-audit ~/.codex/skills/

Restart Codex, then ask:

$ai-agent-audit audit this repo's support agent
$ai-agent-audit audit this n8n workflow export
$ai-agent-audit run a black-box audit from these transcripts
$ai-agent-audit produce a client-ready audit report

Claude

Copy the ai-agent-audit folder into your Claude skills directory:

mkdir -p ~/.claude/skills
cp -R ai-agent-audit ~/.claude/skills/

Restart Claude Code, then ask:

$ai-agent-audit audit my LangGraph agent
$ai-agent-audit audit this workflow export
$ai-agent-audit turn this into a client report

No Skill Support

Use assets/copy-paste-audit-prompt.md instead. Paste the prompt into your agent tool with your agent's system prompt, tool list, retrieval setup, evals, and traces. For the strongest copy-paste audit, also paste references/50-laws-audit-rubric.md.

View raw Download zip

All kit files