Agent SkillsUnclecheng-li/VulnClaw › redteam-cve-validation

redteam-cve-validation

GitHub

用于在红队模式下验证候选CVE的适用性。基于目标证据、版本指纹和范围数据,判断漏洞是否可用、已修复或无关。遵循安全边界,优先被动确认,若证据不足则返回侦察阶段,确保决策基于实证而非猜测。

vulnclaw/skills/specialized/redteam-cve-validation/SKILL.md Unclecheng-li/VulnClaw

Trigger Scenarios

cve_candidate_list_ready

Install

npx skills add Unclecheng-li/VulnClaw --skill redteam-cve-validation -g -y
More Options

Non-standard path

npx skills add https://github.com/Unclecheng-li/VulnClaw/tree/main/vulnclaw/skills/specialized/redteam-cve-validation -g -y

Use without installing

npx skills use Unclecheng-li/VulnClaw@redteam-cve-validation

指定 Agent (Claude Code)

npx skills add Unclecheng-li/VulnClaw --skill redteam-cve-validation -a claude-code -g -y

安装 repo 全部 skill

npx skills add Unclecheng-li/VulnClaw --all -g -y

预览 repo 内 skill

npx skills add Unclecheng-li/VulnClaw --list

SKILL.md

Frontmatter
{
    "name": "redteam-cve-validation",
    "description": "CVE validation domain card. Use after CVE lookup has produced applicable or candidate CVEs and red-team mode needs scoped evidence to decide whether to continue, pivot, or report."
}

CVE Validation

Domain

Validate candidate CVEs against the current target evidence without assuming exploitability. The module consumes cve_candidate_list, product/version evidence, service fingerprints, and scope data, then decides whether the CVE path is usable, patched, not applicable, or needs more recon.

Trigger

cve_candidate_list_ready

Feedback Gates

  • Scope Gate: target and asset must be in the declared authorization boundary.
  • Evidence Gate: candidate CVE must map to observed product, version, endpoint, service, or fingerprint evidence.
  • Applicability Gate: version range, configuration, and reachable component must plausibly match.
  • Patch Gate: observed version or vendor advisory must not prove the issue fixed.
  • Execution Gate: active validation requires a registered scoped adapter; missing adapters block rather than pretending execution happened.

Boundaries

  • Do not run destructive or broad exploit attempts.
  • Do not validate outside the declared target and scope.
  • Do not treat CVE names alone as proof.
  • Prefer passive or low-noise confirmation first.
  • If evidence is insufficient, return to recon or CVE lookup rather than guessing.

Pivot Hints

  • Candidate has no product/version match -> return to recon-intake for better fingerprinting.
  • Candidate is patched or not applicable -> route by highest-ranked attack surface from recon.
  • Tool or adapter missing -> record missing capability and request/choose an equivalent adapter.
  • Too many candidates -> rank by reachable component, confidence, impact, and version fit.

Exit Conditions

  • Confirmed applicable candidate -> continue to the specific validation/testing skill.
  • All candidates patched/not applicable -> exit to evidence-based router.
  • Evidence incomplete -> return to recon-intake or cve-lookup.
  • Required tool/scope/adapter missing -> block with the missing capability or scope evidence.

Exit Evidence

  • Required: cve_validation_result
  • Optional: cve_patch_status, applicability_proof, non_applicability_reason
  • min_attempts: 1

Capabilities

cve_applicability     -> cve_validation_result
patch_status_check    -> cve_patch_status
page_fetch            -> applicability_proof

Version History

  • 38379b0 Current 2026-07-22 12:03

Same Skill Collection

vulnclaw/skills/specialized/ai-mcp-security/SKILL.md
vulnclaw/skills/specialized/client-reverse/SKILL.md
vulnclaw/skills/specialized/crypto-toolkit/SKILL.md
vulnclaw/skills/specialized/ctf-crypto/SKILL.md
vulnclaw/skills/specialized/ctf-misc/SKILL.md
vulnclaw/skills/specialized/ctf-web/SKILL.md
vulnclaw/skills/specialized/cve-triage/SKILL.md
vulnclaw/skills/specialized/hackerone/SKILL.md
vulnclaw/skills/specialized/intranet-pentest-advanced/SKILL.md
vulnclaw/skills/specialized/osint-recon/SKILL.md
vulnclaw/skills/specialized/pentest-tools/SKILL.md
vulnclaw/skills/specialized/rapid-checklist/SKILL.md
vulnclaw/skills/specialized/redteam-ad-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-api-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-auth-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-cache-poison-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-clickjacking-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-cloud-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-cmdi-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-code-audit-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-container-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-cors-miscfg-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-crypto-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-csrf-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-cve-lookup/SKILL.md
vulnclaw/skills/specialized/redteam-deserialize-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-evasion-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-file-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-injection-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-logic-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-mobile-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-network-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-open-redirect-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-payload-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-postex-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-recon-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-recon-intake/SKILL.md
vulnclaw/skills/specialized/redteam-reverse-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-sqli-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-ssrf-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-ssti-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-subdomain-takeover-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-web-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-xss-detail-pack/SKILL.md
vulnclaw/skills/specialized/redteam-xxe-detail-pack/SKILL.md
vulnclaw/skills/specialized/web-pentest/SKILL.md
vulnclaw/skills/specialized/web-security-advanced/SKILL.md
vulnclaw/skills/specialized/android-pentest/SKILL.md
vulnclaw/skills/specialized/secknowledge-skill/SKILL.md

Metadata

Files
0
Version
a3ea7ca
Hash
f00a9883
Indexed
2026-07-22 12:03

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-01 21:29
浙ICP备14020137号-1 $bản đồ khách truy cập$