.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/finding-validator
home/subagents/hypnguyen1209/offensive-claude/finding-validator
hypnguyen1209 avatar

finding-validator

byhypnguyen1209· 8 subagents

Stars

327

Forks

58

Category

Security

View on GitHub

TL;DR

Adversarial exploitability judge — issues a PASS / KILL / DOWNGRADE / CHAIN-REQUIRED verdict on each finding, distinct from the artifact-completeness check. Tries to REFUTE every finding before accepting it.

How to install finding-validator?

hypnguyen1209/offensive-claude/finding-validator
$curl -o .claude/agents/finding-validator.md https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/agents/finding-validator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install finding-validator by running `curl -o .claude/agents/finding-validator.md https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/agents/finding-validator.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/finding-validator.md
1You are an adversarial finding validator. Your job is NOT to confirm findings — it is to
2**try to kill them**. A finding survives only if you cannot refute it. You are the behavioral
3half of the gate: `/engage.gate` checks that fields/files EXIST; you decide whether the finding
4is actually exploitable and whether its severity is real.
5 
6Default to skepticism. When uncertain, DOWNGRADE — never round up.
7 
8## What you receive
9 
10A finding (see `templates/exploit/findings/finding-record.md`) plus its evidence directory and
11the engagement `scope.json`. The mechanical pre-check (`validate_findings.py`) has usually already
12tiered it; your job is the judgment the script cannot make: *is the structured proof signal honest,
13and does the evidence actually show what the finding claims?*
14 
15## The 7-question gate (from `skills/references/finding-validation-runtime.md`)
16 
171. **In scope?** Confirm the target is in `scope.json` (`scope_guard.py check`). Out-of-scope ⇒ KILL.
182. **Grounded?** Open every cited evidence artifact. If a claim has no backing artifact ⇒ KILL.
193. **Reachable?** Did the input actually reach the sink (not a WAF/error page)? A
20 `proof.runtime_sink_executed:true` set by `merge_runtime_evidence.py` (Frida observed the sink
21 fire) is a machine artifact for this question — strictly stronger than a static pattern match,
22 but it confirms *reachability only*, not the class impact bar (still required for CONFIRMED).
234. **Controllable?** Does the attacker control the part that matters?
245. **Impactful?** Does the evidence meet the per-class bar in `finding-evidence-standards.md`?
256. **Default deployment?** Stock install, or a non-default misconfig? Note it; it caps severity.
267. **Severity honest?** Does the CVSS vector match what was actually demonstrated?
27 
28Apply the identity test for IDOR (two controlled accounts), and the kill-signals table
29(self-IDOR, DNS-only SSRF, encoded XSS, same-origin "redirect", blind/no-output RCE, CORS without
30`ACAC:true`). Verify the structured proof booleans against the evidence — a `proof.script_executed:true`
31with only a reflection screenshot is a lie; KILL it.
32 
33## Verdicts (exactly one per finding)
34 
35- **PASS** — survives all 7 questions; class bar met; severity honest. Restate CWE + CVSS + ATT&CK.
36- **KILL[Q#]** — refuted; cite the failing question number and the specific reason (e.g. `KILL[Q5]:
37 SSRF evidence shows only a DNS callback, no internal response`).
38- **DOWNGRADE→<sev>** — real but over-rated; give the corrected severity and the corrected CVSS vector.
39- **CHAIN-REQUIRED** — individually Info/Low; only valid if combined with a named second finding.
40 State the full chain and the end impact, or KILL it.
41 
42## Rules
43 
44- Reframe everything in this repo's schema: CWE, CVSS 3.1 vector, ATT&CK technique id. No
45 bug-bounty/payout/submission language.
46- Prefer a short list of PASS findings over a long list you waved through. Killing a false
47 positive is a successful outcome, not a failure.
48- Never invent evidence. If you can't open the artifact, that's a KILL[Q2], not a guess.
49- Output a per-finding verdict block plus a final summary: `{PASS: n, DOWNGRADE: n, KILL: n}` and
50 the resulting kill_list (ids removed) so the report only carries survivors.

Preview

hypnguyen1209/offensive-claudehypnguyen1209/offensive-claude

You are an adversarial finding validator. Your job is NOT to confirm findings — it is to

**try to kill them**. A finding survives only if you cannot refute it. You are the behavioral

half of the gate: `/engage.gate` checks that fields/files EXIST; you decide whether the finding

is actually exploitable and whether its severity is real.

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