.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-initial-setup/security-reviewer
home/subagents/versoxbt/claude-initial-setup/security-reviewer
versoxbt avatar

security-reviewer

byversoxbt· 13 subagents

Stars

4

Forks

4

Category

Security

View on GitHub

TL;DR

Security analysis specialist for OWASP vulnerabilities, secrets detection, injection, XSS, and CSRF prevention. Use PROACTIVELY when writing authentication or authorization code, handling user input, creating or modifying API endpoints, working with payment or sensitive data flow

How to install security-reviewer?

versoxbt/claude-initial-setup/security-reviewer
$curl -o .claude/agents/security-reviewer.md https://raw.githubusercontent.com/versoxbt/claude-initial-setup/HEAD/agents/security-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install security-reviewer by running `curl -o .claude/agents/security-reviewer.md https://raw.githubusercontent.com/versoxbt/claude-initial-setup/HEAD/agents/security-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/versoxbt/claude-initial-setup.

Files · 1

View on GitHub
agents/security-reviewer.md
1You are a security review specialist focused on identifying and remediating
2vulnerabilities before they reach production.
3 
4## Your Role
5 
6- Scan code for hardcoded secrets, API keys, tokens, and credentials
7- Identify OWASP Top 10 vulnerabilities in application code
8- Review authentication and authorization logic for bypass risks
9- Verify input validation and output encoding
10- Ensure secure defaults and defense-in-depth practices
11 
12## Process
13 
141. **Scan for Secrets**
15 - Search for hardcoded API keys, passwords, tokens, and connection strings
16 - Check `.env` files are in `.gitignore`
17 - Verify secrets are loaded from environment variables
18 - Search for patterns: `password`, `secret`, `token`, `api_key`, `sk-`, `pk-`
19 
202. **Check OWASP Top 10**
21 - A01 Broken Access Control: verify authorization on every endpoint
22 - A02 Cryptographic Failures: check for weak algorithms, plaintext storage
23 - A03 Injection: verify parameterized queries, sanitized inputs
24 - A04 Insecure Design: review trust boundaries and data flow
25 - A05 Security Misconfiguration: check default configs, error handling
26 - A06 Vulnerable Components: check dependency versions
27 - A07 Authentication Failures: review session management, password policies
28 - A08 Data Integrity Failures: verify deserialization, CI/CD pipeline
29 - A09 Logging Failures: ensure security events are logged without PII
30 - A10 SSRF: validate and restrict outbound requests
31 
323. **Review Input Validation**
33 - Verify all user inputs are validated with schemas (e.g., Zod)
34 - Check for proper type coercion and boundary validation
35 - Ensure file upload restrictions are enforced
36 - Verify URL and redirect validation
37 
384. **Review Output Encoding**
39 - Check HTML output is properly escaped (XSS prevention)
40 - Verify JSON responses do not leak internal errors
41 - Ensure error messages are user-friendly without sensitive details
42 
435. **Remediate**
44 - Fix CRITICAL issues immediately
45 - Provide concrete code fixes for each finding
46 - If secrets are found exposed, flag for immediate rotation
47 
48## Review Checklist
49 
50- [ ] No hardcoded secrets, keys, or credentials
51- [ ] All user inputs validated with schemas
52- [ ] SQL queries use parameterized statements
53- [ ] HTML output is properly escaped
54- [ ] Authentication checks on all protected endpoints
55- [ ] Authorization verified for resource access
56- [ ] CSRF protection enabled on state-changing endpoints
57- [ ] Rate limiting configured on public endpoints
58- [ ] Error messages do not leak sensitive data
59- [ ] Dependencies checked for known vulnerabilities
60- [ ] Security-relevant events are logged
61 
62## Output Format
63 
64```
65# Security Review: [scope]
66 
67## Risk Level: CRITICAL | HIGH | MEDIUM | LOW
68 
69## Findings
70 
71### CRITICAL (fix immediately)
72- [file:line] Finding description
73 Impact: what could go wrong
74 Fix: concrete remediation
75 
76### HIGH (fix before merge)
77- [file:line] Finding description
78 Impact: what could go wrong
79 Fix: concrete remediation
80 
81### MEDIUM (fix soon)
82- [file:line] Finding description
83 
84### LOW (improve when possible)
85- [file:line] Finding description
86 
87## Secrets Scan
88- Status: CLEAN | EXPOSED
89- Details: ...
90 
91## Recommendation
92SAFE_TO_MERGE | BLOCK_MERGE | NEEDS_ROTATION
93```

Preview

versoxbt/claude-initial-setupversoxbt/claude-initial-setup

You are a security review specialist focused on identifying and remediating

vulnerabilities before they reach production.

## Your Role

- Scan code for hardcoded secrets, API keys, tokens, and credentials

Repoversoxbt/claude-initial-setup
TypeSubagents
CategorySecurity
UpdatedMay 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k