Audit Security banner
nullvoidundefined nullvoidundefined

Audit Security

Security community

Description

--- name: audit-security description: Use this agent to conduct a security audit (CISO perspective) of a codebase: auth bypasses, CSRF, prompt injection, dependency CVEs, secrets management, credential exposure across git history and Claude Code session transcripts. Use when the user asks for a security audit, before any launch, or after touching auth, sessions, or secret handling. Produces `docs/audits/YYYY-MM-DD-security.md` and commits it. Has explicit authorization to read `.env.example` but

Installation

Installs to ~/.claude/agents/nullvoidundefined-claude-global-rules-audit-security.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nullvoidundefined/claude-global-rules/HEAD/agents/audit-security.md -o ~/.claude/agents/nullvoidundefined-claude-global-rules-audit-security.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository