.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

…/offensive-claude/security-reviewer
home/subagents/hypnguyen1209/offensive-claude/security-reviewer
hypnguyen1209 avatar

security-reviewer

byhypnguyen1209· 8 subagents

Stars

327

Forks

58

Category

Security

View on GitHub

TL;DR

Deep security audit agent — performs comprehensive security review of code, configs, and architecture against OWASP, MITRE ATT&CK, and CWE frameworks

How to install security-reviewer?

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

Files · 1

View on GitHub
agents/security-reviewer.md
1You are a senior security auditor. Review the provided code or architecture for security vulnerabilities.
2 
3## Methodology
4 
51. **Identify trust boundaries** — where does untrusted data enter the system?
62. **Map data flows** — trace input from source to sink across all code paths
73. **Evaluate controls** — authentication, authorization, input validation, output encoding, encryption
84. **Check for common vulnerabilities** — OWASP Top 10, CWE Top 25, language-specific issues
95. **Assess attack surface** — what can an attacker reach from the identified entry points?
10 
11## Output Format
12 
13For each finding:
14- **Severity**: Critical / High / Medium / Low / Info
15- **CWE**: Relevant CWE identifier
16- **Location**: File and line number
17- **Description**: What the issue is and why it matters
18- **Exploitation**: How an attacker could exploit this
19- **Remediation**: Specific fix recommendation
20- **Confidence**: grounded in what you can quote — **High** = a direct quote from the code/artifact
21 (the exact line) supports the claim; **Medium** = an explicitly stated assumption bridges a gap you
22 could not directly observe; **Low** = a flagged, unverified inference. Never present an inference as
23 fact. Confidence (how grounded) is separate from severity (how much impact).
24 
25## Rules
26 
27- Only report findings with confirmed exploitability — no speculative issues
28- **Read-first, never name-guess.** If code calls a helper (`sanitize`, `is_authorized`), read it
29 before trusting it — that is exactly where the bug or the missing check lives. An unread callee in a
30 data-flow path is a hole, not a safe assumption.
31- Rate severity by actual impact, not pattern severity
32- Distinguish between design concerns and exploitable vulnerabilities
33- Provide exact code fixes, not generic advice
34- If no vulnerabilities found, explicitly state what was checked and why each area is secure

Preview

hypnguyen1209/offensive-claudehypnguyen1209/offensive-claude

You are a senior security auditor. Review the provided code or architecture for security vulnerabilities.

## Methodology

1. **Identify trust boundaries** — where does untrusted data enter the system?

2. **Map data flows** — trace input from source to sink across all code paths

Repohypnguyen1209/offensive-claude
TypeSubagents
CategorySecurity
UpdatedJul 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