AgentHub

Security Reviewer

claudesonnet

Security vulnerability detection agent covering OWASP Top 10, secrets scanning, and authentication/authorization review.

specialistofficialReviewVerifysecurityowaspvulnerabilitiesscanning
View Source

Install

curl -o ~/.claude/agents/security-reviewer.md https://raw.githubusercontent.com/wshobson/agents/main/security-reviewer.md

Description

Security Reviewer is a specialized agent for finding security vulnerabilities in codebases. It checks for OWASP Top 10 issues (injection, XSS, CSRF, broken auth, etc.), scans for hardcoded secrets (API keys, passwords, tokens), reviews authentication and authorization logic, validates input sanitization, and checks dependency versions for known CVEs. Each finding includes severity, CVSS-like scoring, and remediation steps.

Capabilities

  • OWASP Top 10
  • Secrets scanning
  • Auth review
  • Input validation
  • CVE checking

Tools

ReadGrepGlobBash

Related Agents