用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/wbharris/VulNavigator --skill vulnavigator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | vulnavigator |
| description | Run vuln-nav analyze on a finding file and summarize the 11-section case. |
| argument-hint | <finding_file> [options] |
| allowed-tools | ["read","exec","grep","glob"] |
| permissions | {"allow":["Exec(vuln-nav analyze)","Exec(.venv/bin/python)","Exec(.venv/bin/python -m pytest)"]} |
Run VulNavigator from this repository. Product contract: docs/PRODUCT.md.
This skill invokes the CLI (vuln-nav analyze). It does not call MITRE MCP, OSV, Shodan, or Nuclei. ATT&CK / D3FEND / CSF IDs come from src/vulnavigator/data/mappings.json.
Do not start a web UI from this skill. That is vulnavigator-web, and the Flask app is not part of this package.
From the repo root (after python3 -m venv .venv && .venv/bin/pip install -e .):
.venv/bin/vuln-nav analyze <finding_file> [--source NAME] [--id ID] [--offline] [--json] [-o report.md]
If vuln-nav is already on PATH, that name is fine.
AI finders (primary): Daybreak findings.json, Mythos write-up, narrative ticket.
Scanners: Qualys, OpenVAS/GVM, Nessus, Rapid7, SARIF, Trivy/Snyk/Dependabot, Wiz/Prisma/Orca, Defender VM, CrowdStrike Spotlight, AWS Inspector, Nexus IQ, Nuclei JSONL, Burp/ZAP XML.
CVE-only (CVE-YYYY-NNNNN) is a fallback. Scanner hits are detections, not exploit proof.
Bundled examples: examples/daybreak-findings.json, examples/mythos-zeroday.json, examples/narrative-rce.txt, examples/nessus-report.nessus, examples/sarif-report.sarif, examples/trivy-report.json.
--offline was not used. Priority is not CVSS.--jsonAI 0-days usually have no CVE. Judge PoC + discovery write-up. Do not wait for NVD.
Summarize for the user:
confirmed / plausible / unconfirmed / rejected)If they want a web form, point them to vulnavigator-web and say that UI is local/out-of-tree.
.venv/bin/python -m pytest -q
.venv/bin/python tests/simulate_intake.py