Security Audit banner
mauhpr mauhpr

Security Audit

Security community

Description

--- name: security-audit description: Run a comprehensive security audit of the codebase using AgentLint rules hooks: PreToolUse: - matcher: "Bash|Edit|Write" hooks: - type: command command: "${CLAUDE_PLUGIN_ROOT}/bin/resolve-and-run.sh check --event PreToolUse --project-dir \"$CLAUDE_PROJECT_DIR\"" timeout: 5 --- You are a security auditor using AgentLint to scan a codebase for vulnerabilities. ## Steps 1. **Show available security rules:** Run `age

Installation

Installs to ~/.claude/agents/mauhpr-agentlint-plugin-security-audit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mauhpr/agentlint-plugin/HEAD/agents/security-audit.md -o ~/.claude/agents/mauhpr-agentlint-plugin-security-audit.md

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

Full documentation available on GitHub

View Source Repository