Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add UnitOneAI/SecuritySkills --skill cve-triagegit clone --depth 1 https://github.com/UnitOneAI/SecuritySkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/unitoneai/securityskills/cve-triage)<a href="https://agentmods.dev/skills/unitoneai/securityskills/cve-triage"><img src="https://agentmods.dev/badge/skills/unitoneai/securityskills/cve-triage.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00086 | $0.05538 |
| Opus 5 | $0.00043 | $0.02769 |
| Sonnet 5 | $0.00017 | $0.01108 |
| Haiku 4.5 | $0.00009 | $0.00554 |
Grade C, and why
cve-triage scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
- CISA KEV catalog version: !`curl -sf https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json | python3 -c "import sys,json; d=json.load(sys.stdin); print(f'v{d.get(\"catalogVersion\",\"unkno Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- CISA KEV catalog version: !`curl -sf https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json | python3 -c "import sys,json; d=json.load(sys.stdin); print(f'v{d.get(\"catalogVersion\",\"unkno How it starts
The opening of the file, as written. The whole thing — 444 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CVE Triage & Prioritization -- CVSS 4.0 / SSVC 2.1 / EPSS / CISA KEV
Live Context (auto-populated)
- CISA KEV catalog version: !
curl -sf https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json | python3 -c "import sys,json; d=json.load(sys.stdin); print(f'v{d.get(\"catalogVersion\",\"unknown\")} ({d.get(\"count\",\"?\")} entries, updated {d.get(\"dateReleased\",\"unknown\")})')" 2>/dev/null || echo "unavailable -- use WebFetch to query manually"
Frameworks: CVSS 4.0 (FIRST.org), SSVC 2.1 (CERT/CC), EPSS (FIRST.org), CISA KEV Role: SOC Analyst, Security Engineer, vCISO Time: 10-20 min per CVE Output: Prioritized remediation recommendation with SLA assignment, SSVC decision, and business risk context
When to Use
If a target is provided via arguments, focus the review on: $ARGUMENTS
Use this skill when a CVE identifier appears in conversation, when vulnerability scan results (Qualys, Tenable, Rapid7, Snyk, Trivy, Grype) are shared, when a user asks "should we patch this?", or when prioritizing a backlog of vulnerabilities for remediation. This skill converts raw vulnerability data into actionable, SLA-bound remediation decisions.
Do not use when: The task is about writing detection rules (use detection-engineering), performing forensic investigation of an exploited vulnerability (use ir-playbook), or analyzing software composition without CVE context (use sbom-analysis).
Context the Agent Needs
Before starting, collect or confirm:
- CVE ID(s): The specific CVE identifier(s) to triage (e.g., CVE-2024-3094)
- Affected software/version: Product name, version, and component (e.g., OpenSSL 3.0.2, xz-utils 5.6.0)
- Deployment context: Where is this software running? (Internet-facing, internal, air-gapped)
- Business criticality: What business function does the affected system support? (Revenue-generating, customer-facing, internal tooling, development)
- Compensating controls: Are there existing mitigations in place? (WAF, network segmentation, EDR, disabled feature)
- Compliance requirements: Any regulatory mandates affecting patch timelines? (CISA BOD 22-01 for federal, PCI DSS, HIPAA)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 444 lines · 86 tokens per session scan C 0438bb065287
cve-triage is a skill published in the GitHub repository UnitOneAI/SecuritySkills (60 stars, last pushed 2mo ago), licensed MIT. It adds 86 tokens to every session and 5,538 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
building-soc-escalation-matrix
Build a structured SOC escalation matrix defining severity tiers, response SLAs, escalation paths, and notification procedures for security incidents.
cis-aws-foundations-4.1
Ensure CloudTrail is enabled in all regions.
cis-aws-foundations-2.1.3
Ensure Organizations management account is not used for workloads.
cis-aws-foundations-4.4
Ensure that server access logging is enabled on the CloudTrail S3 bucket.
cis-aws-foundations-2.5
Ensure MFA is enabled for the 'root' user account.
cis-aws-foundations-2.7
Eliminate use of the 'root' user for administrative and daily tasks.