with one click
defending-code-quickstart
Orient static defending-code review work.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Orient static defending-code review work.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Plan safe harness customization only.
Build a static security threat model.
Draft inert patches for verified findings.
Run static repo-read vulnerability review.
Triages static security findings.
Manage Apple Notes via memo CLI: create, search, edit.
| name | defending-code-quickstart |
| description | Orient static defending-code review work. |
| version | 1.0.0 |
| author | Anthropic, ported by Hermes Agent |
| license | Apache-2.0 |
| platforms | ["linux","macos","windows"] |
| metadata | {"hermes":{"category":"security","tags":["security","static-analysis","defending-code"]}} |
Use this skill when the user wants an orientation for the static defending-code workflow, asks how to start, or wants a guided Day 1 pass that stays inside Hermes Phase 1.
delegate_task available so read-only review can be constrained with toolsets=["repo-read"].write_file or patch available only for parent-authored artifacts such as THREAT_MODEL.md, VULN-FINDINGS.md, TRIAGE.md, or files under PATCHES/.Ask which path the user wants:
If the user chooses the Day 1 workflow, invoke these skills in order:
defending-code-threat-model bootstrap <target>defending-code-vuln-scan <target>defending-code-vuln-triage VULN-FINDINGS.json --repo <target>Pause between stages and show the artifact that was produced.
THREAT_MODEL.mdVULN-FINDINGS.json and VULN-FINDINGS.mdTRIAGE.json and TRIAGE.mdPATCHES/delegate_task(..., toolsets=["repo-read"], role="leaf")toolsets=["repo-read"]:delegate_task(
goal="Inspect the target repository and summarize entry points, trust boundaries, and likely security-sensitive components.",
context="Target: <target>. Static review only. Do not execute code or modify files.",
toolsets=["repo-read"],
role="leaf",
)
/patch, /triage, /threat-model, or /vuln-scan names.repo-read.defending-code-* skill names.toolsets=["repo-read"].