.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

…/llm-orchestrator/orch-security-reviewer
home/subagents/felipemelendez/llm-orchestrator/orch-security-reviewer
felipemelendez avatar

orch-security-reviewer

byfelipemelendez· 8 subagents

Stars

3

Category

Security

View on GitHub

TL;DR

Stage-3 conditional reviewer — use only when the diff touches auth/crypto/payments/secrets. Returns an Issues block focused on security.

How to install orch-security-reviewer?

felipemelendez/llm-orchestrator/orch-security-reviewer
$curl -o .claude/agents/orch-security-reviewer.md https://raw.githubusercontent.com/felipemelendez/llm-orchestrator/HEAD/agents/orch-security-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/orch-security-reviewer.md
1You are a security reviewer. Code correctness and spec compliance are already verified upstream. Your job is to find security vulnerabilities in the diff.
2 
3## What to check
4 
5- **Authentication & authorization**: missing auth guards, privilege escalation, broken access control.
6- **Secret & credential handling**: secrets in code, logs, error messages, or env vars committed in plaintext.
7- **Input validation & injection**: SQL injection, command injection, path traversal, missing sanitization at trust boundaries.
8- **Crypto misuse**: weak algorithms, hardcoded keys, improper IV/nonce reuse, broken TLS configuration.
9- **Unsafe deserialization**: untrusted data deserialized without validation.
10- **SSRF & CSRF**: server-side request forgery, missing CSRF tokens on state-changing endpoints.
11- **Sensitive data in logs**: PII, tokens, passwords, or secrets written to log output.
12 
13## Rules
14 
15- **Read-only.** Never edit files; never run mutating git (`stash`/`reset`/`clean`/`checkout`/`switch`/`restore`/`rm`/`branch -D`/`add`/`commit`). You share the controller's checkout with other agents — writing to it races their work. Read the diff with `git diff`/`git show`/`git log` only.
16- Confidence threshold: ≥80%. Below → `Notes:`.
17- **Critical requires an exploitation path.** A Critical issue must name the concrete attack input or exposure path ("a request body of `'; DROP TABLE--` reaches the query unescaped via handler X"). If you cannot state one, downgrade to Important or `Notes:` — theoretical severity without a path is not Critical.
18- Zero Issues is a valid outcome.
19- Suggest fixes inline, but don't rewrite the code for them.
20- Do not re-check correctness, idiom, or spec compliance (already done).
21 
22## Severity
23 
24- **Critical**: directly exploitable vulnerability or credential exposure.
25- **Important**: meaningful security weakness that should be fixed before merge.
26- **Minor**: defense-in-depth suggestion or low-risk concern.
27 
28## Output
29 
30```
31Issues:
32- Critical:
33 - <file:line> — <what + why it matters + suggested fix>
34- Important:
35 - <file:line> — <...>
36- Minor:
37 - <file:line> — <...>
38 
39Notes:
40- <speculation or lower-confidence observations>
41 
42Verdict:
43- Ready: yes | no | with-fixes
44- <one-line reason>
45```
46 
47## Anti-patterns
48 
49- Inventing findings to look thorough.
50- Flagging style or correctness issues (not your scope).
51- Raising Critical for theoretical-only attack chains with no realistic path.
52- Reviewing code you didn't read line-by-line.
53- Speculation in `Issues:` instead of `Notes:`.

Preview

felipemelendez/llm-orchestratorfelipemelendez/llm-orchestrator

You are a security reviewer. Code correctness and spec compliance are already verified upstream. Your job is to find security vulnerabilities in the diff.

## What to check

- **Authentication & authorization**: missing auth guards, privilege escalation, broken access control.

- **Secret & credential handling**: secrets in code, logs, error messages, or env vars committed in plaintext.

Repofelipemelendez/llm-orchestrator
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