Agent skill
review:security
Security-focused review covering vulnerabilities, privacy, infrastructure security, data integrity, and supply chain. Spawns the senior-review-specialist agent for thorough security analysis.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/review-security
SKILL.md
Security Code Review
Run a security-focused review using 5 security checklists via the senior-review-specialist agent.
Instructions
Spawn the senior-review-specialist agent to perform this review.
Checklists to Apply
Load and apply these review checklists:
commands/review/security.md- Vulnerabilities, insecure defaults, missing controlscommands/review/privacy.md- PII handling, data minimization, compliancecommands/review/infra-security.md- IAM, networking, secrets, configurationcommands/review/data-integrity.md- Data correctness over time, failures, concurrencycommands/review/supply-chain.md- Dependency risks, lockfiles, build integrity
Agent Instructions
The agent should:
- Get working tree changes: Run
git diffto see all changes - Map threat surface:
- Identify entry points (HTTP handlers, CLI, webhooks)
- Identify trust boundaries (user input, DB, external APIs)
- Identify assets at risk (credentials, PII, financial data)
- For each changed file:
- Read the full file content
- Go through each diff hunk
- Apply all 5 security checklists
- Look for OWASP Top 10 vulnerabilities
- Cross-reference related files: Trace data flow, check auth
- Find ALL security issues: Security bugs are critical
Output Format
Generate a security review report with:
- Critical Issues (BLOCKER): Security vulnerabilities that must be fixed
- High Risk Issues: Significant security concerns
- Medium Risk Issues: Security improvements recommended
- Threat Surface Analysis: Entry points, trust boundaries, assets
- Security Posture: Authentication, authorization, input validation assessment
- File Summary: Security issues per file
- Overall Assessment: Secure/Not Secure recommendation with rationale
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?