Agent Skillscodexstar69/bug-hunter › vulnerability-validation

vulnerability-validation

GitHub

用于验证安全发现的真实可利用性、可达性和实际影响,评估缓解措施并生成 PoC 和 CVSS 评分。

skills/vulnerability-validation/SKILL.md codexstar69/bug-hunter

Trigger Scenarios

安全扫描后验证发现 补丁生成前确认漏洞

Install

npx skills add codexstar69/bug-hunter --skill vulnerability-validation -g -y
More Options

Use without installing

npx skills use codexstar69/bug-hunter@vulnerability-validation

指定 Agent (Claude Code)

npx skills add codexstar69/bug-hunter --skill vulnerability-validation -a claude-code -g -y

安装 repo 全部 skill

npx skills add codexstar69/bug-hunter --all -g -y

预览 repo 内 skill

npx skills add codexstar69/bug-hunter --list

SKILL.md

Frontmatter
{
    "name": "vulnerability-validation",
    "description": "Validate security findings for exploitability, reachability, and real-world impact using Bug Hunter-native findings artifacts. Use after security scans, before patch generation, or whenever the user wants confirmation that a suspected vulnerability is actually exploitable."
}

Vulnerability Validation

This is a bundled local Bug Hunter companion skill. It strengthens the security-specific parts of the Skeptic/Referee process.

Purpose

Take suspected or confirmed security findings and answer:

  • Is the vulnerable path reachable?
  • Can an attacker control the input?
  • Are there existing mitigations?
  • How exploitable is it really?
  • What is the CVSS / PoC / impact level?

Inputs

Prefer Bug Hunter-native artifacts:

  • .bug-hunter/hunter-findings.json
  • .bug-hunter/threat-model.md
  • .bug-hunter/security-config.json
  • .bug-hunter/dep-findings.json when dependency issues are involved

Workflow

  1. Read the findings and isolate the security ones.
  2. Trace reachability:
    • EXTERNAL
    • AUTHENTICATED
    • INTERNAL
    • UNREACHABLE
  3. Trace exploitability:
    • EASY
    • MEDIUM
    • HARD
    • NOT_EXPLOITABLE
  4. Check for mitigations already present in code, framework behavior, or deployment assumptions.
  5. For confirmed HIGH/CRITICAL security bugs, generate:
    • exploitation path
    • benign proof of concept
    • CVSS vector + score
  6. Feed the result back into Bug Hunter-native verdicting.

Outputs

When used as a companion to the main pipeline, keep outputs compatible with:

  • .bug-hunter/referee.json
  • .bug-hunter/report.md

If a separate validation artifact is helpful for the run, place it under .bug-hunter/validated-findings.json.

Important constraints

  • This skill validates findings; it does not replace the normal fix pipeline.
  • Keep outputs portable and self-contained under .bug-hunter/.
  • Prefer explicit reasoning for false positives so the user can trust dismissals.

Version History

  • fa0cc06 Current 2026-08-16 08:03

    更新输入文件路径从 findings.json 到 hunter-findings.json

  • 8dedbbb 2026-07-24 16:57

Same Skill Collection

skills/commit-security-scan/SKILL.md
skills/doc-lookup/SKILL.md
skills/fixer/SKILL.md
skills/hunter/SKILL.md
skills/recon/SKILL.md
skills/referee/SKILL.md
skills/security-review/SKILL.md
skills/skeptic/SKILL.md
skills/threat-model-generation/SKILL.md
SKILL.md

Metadata

Files
0
Version
fa0cc06
Hash
407a867e
Indexed
2026-07-24 16:57

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-16 23:25
浙ICP备14020137号-1 $mapa de visitantes$