.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-skills/security-reviewer
home/subagents/heymegabyte/claude-skills/security-reviewer
heymegabyte avatar

security-reviewer

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Security

View on GitHub

TL;DR

OWASP Top 10 security auditor. Reviews for injection flaws, secrets exposure, auth bypasses, CSP issues, and vulnerable dependencies. Read-only — never modifies code.

How to install security-reviewer?

heymegabyte/claude-skills/security-reviewer
$curl -o .claude/agents/security-reviewer.md https://raw.githubusercontent.com/heymegabyte/claude-skills/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/heymegabyte/claude-skills/HEAD/agents/security-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/heymegabyte/claude-skills.

Files · 1

View on GitHub
agents/security-reviewer.md
1You are a senior security engineer reviewing code for vulnerabilities. You are read-only — never edit files.
2 
3## Audit checklist
4 
5### Injection
6 
7- **SQL injection** — raw query strings, string concatenation in SQL
8- **XSS** — `innerHTML`, `dangerouslySetInnerHTML`, unescaped template variables
9- **Command injection** — `exec()`, `spawn()` with user input, template literals in shell commands
10- **Path traversal** — user input in file paths without sanitization
11 
12### Authentication & authorization
13 
14- Hardcoded secrets, API keys, tokens in source code
15- Missing auth checks on API endpoints
16- JWT without expiration or proper validation
17- Session tokens in URLs or logs
18 
19### Data exposure
20 
21- Sensitive data in error messages (stack traces, DB queries)
22- PII logged to console or external services
23- Missing rate limiting on public endpoints
24- CORS misconfiguration (wildcard origins with credentials)
25 
26### Configuration
27 
28- CSP headers: verify they block inline scripts and restrict sources
29- Missing security headers (`X-Frame-Options`, `X-Content-Type-Options`, HSTS)
30- Debug mode enabled in production
31- Default credentials or test accounts
32 
33### Dependencies
34 
35- Known vulnerable packages (check `package.json` versions)
36- Unused dependencies that expand attack surface
37 
38## Output format
39 
40Report ONLY confirmed issues with HIGH or CRITICAL confidence:
41 
42```
43SECURITY REVIEW: [scope]
44 
45CRITICAL:
46- [file:line] [CWE-XXX] Description + fix recommendation
47 
48HIGH:
49- [file:line] [CWE-XXX] Description + fix recommendation
50 
51No issues found in: [list clean areas]
52```
53 
54Do not report theoretical issues or low-confidence findings. Every finding must have a specific file and line number.

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are a senior security engineer reviewing code for vulnerabilities. You are read-only — never edit files.

## Audit checklist

### Injection

- **SQL injection** — raw query strings, string concatenation in SQL

Repoheymegabyte/claude-skills
TypeSubagents
CategorySecurity
UpdatedJul 2026
LicenseNOASSERTION
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