用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SocketDev/action --skill scanning-vulns命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | scanning-vulns |
| description | Run static vulnerability scanners over a target tree and write raw findings for triage. |
| argument-hint | <target-dir> [--focus <area>] [--single] [--extra <file>] [--no-score] |
| user-invocable | true |
| allowed-tools | Workflow, Task, Read, Glob, Grep, Write, Bash(rg:*), Bash(grep:*), Bash(ls:*), Bash(wc:*), Bash(head:*), Bash(find:*), Bash(node scripts/fleet/scanning-vulns/cli.mts:*) |
| model | claude-opus-4-8 |
| context | fork |
| metadata | {"internal":true} |
Perform a static vulnerability review of an arbitrary target tree and write
VULN-FINDINGS.json plus its readable Markdown companion. The output is raw
candidate evidence for triaging-findings, not a
security verdict.
Use this to evaluate a dependency, vendored library, external repo, or service before trust. For an owned fleet repository before merge, use scanning-quality instead.
Invoke /fleet:scanning-vulns <target-dir> [--focus <area>] [--single] [--extra <file>] [--no-score].
--focus constrains areas, --single disables fan-out, --extra extends the
review brief, and --no-score skips the independent confidence ranking.THREAT_MODEL.md when available; otherwise perform limited
recon. State scope and source-file count before scanning.--single is set. Require structured candidate findings with an attack path,
concrete source location, severity, and confidence.scripts/fleet/scanning-vulns/cli.mts; it owns stable IDs,
sorting, and light deduplication. Never fabricate those results by hand.--no-score, obtain an independent shallow confidence score for every
candidate. It calibrates order only; it must not remove findings.finalize, relay its summary, then hand off to
triaging-findings <target-dir>/VULN-FINDINGS.json --repo <target-dir>.基于 SOC 职业分类