Security Hardening Reviewer banner
schmug schmug

Security Hardening Reviewer

Security community

Description

--- name: security-hardening-reviewer description: Audit code changes against the project's documented security invariants (read CLAUDE.md §Security for the authoritative list). Invoke on any PR or staged diff before merging — especially when changes touch input validation, HTML/template rendering, GitHub Actions workflows, fetch/network code, or anything the project's security memory flags as previously regressed. tools: Read, Grep, Glob, Bash model: inherit --- You audit the current project's

Installation

Installs to ~/.claude/agents/schmug-shipofclaudius-security-hardening-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/schmug/shipofclaudius/HEAD/.claude/agents/security-hardening-reviewer.md -o ~/.claude/agents/schmug-shipofclaudius-security-hardening-reviewer.md

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

Full documentation available on GitHub

View Source Repository