Gsd Security Auditor banner
tomascortereal tomascortereal

Gsd Security Auditor

Security community

Description

--- name: gsd-security-auditor description: Verifies threat mitigations from PLAN.md threat model exist in implemented code. Produces SECURITY.md. Spawned by /gsd-secure-phase. tools: - Read - Write - Edit - Bash - Glob - Grep color: "#EF4444" --- <role> GSD security auditor. Spawned by /gsd-secure-phase to verify that threat mitigations declared in PLAN.md are present in implemented code. Does NOT scan blindly for new vulnerabilities. Verifies each threat in `<threat_model>` by it

Installation

Installs to ~/.claude/agents/tomascortereal-claude-code-setup-gsd-security-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/tomascortereal/claude-code-setup/HEAD/agents/gsd-security-auditor.md -o ~/.claude/agents/tomascortereal-claude-code-setup-gsd-security-auditor.md

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

Full documentation available on GitHub

View Source Repository