在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用defending-code-vuln-triage
星标0
分支0
更新时间2026年7月18日 22:05
Triages static security findings.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Triages static security findings.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Plan safe harness customization only.
Orient static defending-code review work.
Build a static security threat model.
Draft inert patches for verified findings.
Run static repo-read vulnerability review.
Manage Apple Notes via memo CLI: create, search, edit.
| name | defending-code-vuln-triage |
| description | Triages static security findings. |
| version | 1.0.0 |
| author | Anthropic, ported by Hermes Agent |
| license | Apache-2.0 |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"category":"security","tags":["security","triage","static-analysis"]}} |
Use this skill when the user has raw security findings and wants static verification, deduplication, ranking, owner hints, and a concise engineering backlog.
VULN-FINDINGS.json.delegate_task available for verifier children constrained to toolsets=["repo-read"].TRIAGE.json and TRIAGE.md.Inputs:
<findings>: required JSON, JSONL, Markdown, or findings directory.--repo <path>: target repository for source verification.--auto: skip user interview and use conservative defaults.--votes N: verifier votes per finding, default 3.--fp-rules <file>: optional local false-positive rules.--fresh: ignore any prior triage notes.TRIAGE.json, TRIAGE.mddelegate_task(..., toolsets=["repo-read"], role="leaf")true_positive, false_positive, duplicate, needs_manual_test--auto is set, use clarify to gather trust-boundary context, threat priorities, scoring preference, and noise tolerance.--repo. Findings with no reachable source location become needs_manual_test with low confidence; do not let them dedupe real source-backed findings.toolsets=["repo-read"] to compare whether one fix would remove multiple findings.delegate_task(
tasks=[
{
"goal": "Verify one candidate security finding from static source evidence.",
"context": "Finding: <finding>. Repo: <repo>. Static review only. Decide true_positive, false_positive, or needs_manual_test with evidence.",
"toolsets": ["repo-read"],
"role": "leaf",
}
]
)
needs_manual_test; otherwise mark low-confidence false positives only when the source evidence supports that.TRIAGE.json and TRIAGE.md.file or web search toolsets.TRIAGE.json and TRIAGE.md exist and contain consistent ids and verdicts.repo-read child.