pentest-exploit-validation とは?
4 レベルの証拠システム、バイパス枯渇プロトコル、必須の証拠チェックリスト、厳密な EXPLOITED/POTENTIAL/FALSE_POSITIVE 分類による証拠主導型の悪用。 ソース: jd-opensource/joysafeter。
4 レベルの証拠システム、バイパス枯渇プロトコル、必須の証拠チェックリスト、厳密な EXPLOITED/POTENTIAL/FALSE_POSITIVE 分類による証拠主導型の悪用。
コマンドラインで pentest-exploit-validation AI スキルを開発環境にすばやくインストール
ソース: jd-opensource/joysafeter。
Purpose Validate vulnerability findings through proof-driven exploitation using Shannon's 4-level evidence system. Consumes the exploitation queue from white-box code review, attempts structured exploitation with bypass exhaustion, collects mandatory evidence per vulnerability type, and classifies each finding as EXPLOITED, POTENTIAL, or FALSEPOSITIVE.
| L1 | Weakness identified in code but not confirmed exploitable | POTENTIAL | | L2 | Partial bypass achieved but full exploitation not demonstrated | POTENTIAL | | L3 | Vulnerability confirmed with reproducible evidence | EXPLOITED | | L4 | Critical impact demonstrated (data exfil, RCE, account takeover) | EXPLOITED CRITICAL |
| EXPLOITED | Reproducible proof with evidence: HTTP request/response, extracted data, or demonstrated impact | | POTENTIAL | Code-level weakness confirmed but exploitation blocked by defense-in-depth or environment constraints | | FALSEPOSITIVE | Taint analysis flagged but manual review confirms effective sanitization or unreachable code path |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/jd-opensource/joysafeter --skill pentest-exploit-validation4 レベルの証拠システム、バイパス枯渇プロトコル、必須の証拠チェックリスト、厳密な EXPLOITED/POTENTIAL/FALSE_POSITIVE 分類による証拠主導型の悪用。 ソース: jd-opensource/joysafeter。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/jd-opensource/joysafeter --skill pentest-exploit-validation インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/jd-opensource/joysafeter