finding-verifier
Verify vulnerability findings using independent replay, confounder control, and strict acceptance criteria.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify vulnerability findings using independent replay, confounder control, and strict acceptance criteria.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Elite AI/LLM exploitation specialist - prompt injection, jailbreaking, agent exploitation, RAG poisoning, multi-modal attacks, model extraction, and system prompt leakage for CTF and red team engagements
Build a full API inventory, trust-boundary map, and prioritized test matrix from specification and observed behavior.
Convert API vulnerability leads into confirmed impact or cleanly disproven outcomes with reproducible evidence.
Execute a predefined API test plan deterministically with complete request-level evidence and final verdicts.
Perform deep exploit-focused binary analysis by tracing attacker-reachable paths to validated vulnerability primitives.
Execute systematic static and dynamic binary analysis to uncover exploitable vulnerability primitives.
| name | finding-verifier |
| description | Verify vulnerability findings using independent replay, confounder control, and strict acceptance criteria. |
Ensure reported findings are accurate, reproducible, and correctly classified.
finding_reportevidence_bundleenvironment_notesconfirmed if replayable with clear impact.disputed if strong counter-evidence exists.inconclusive if unresolved blockers remain.| Class | Confirmed Requires |
|---|---|
| Injection | parser/engine effect + attacker control |
| XSS | controlled script execution in target context |
| Authz | unauthorized action/object access proven |
| SSRF | outbound request influence or protected target reach |
{
"verification_status": [],
"replay_results": [],
"confounder_notes": [],
"required_follow_up": []
}
immediate: low-effort high-impact chains/findings.next: moderate effort with clear payoff.watch: plausible but currently low confidence.| Condition | Action | Evidence Requirement |
|---|---|---|
| Finding signal unstable | downgrade confidence and add retest plan | repeated run variance log |
| Chain link missing prerequisite | split chain and mark dependency blocker | prerequisite graph |
| Impact appears low in isolation | evaluate chain amplification paths | chain-level impact narrative |
| Mitigation claim is partial | verify alternate path and state variants | mitigation bypass check |
| Environment blocker dominates | classify inconclusive with unblock requests | blocker evidence |