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 alert-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/alert-triage)<a href="https://agentmods.dev/skills/unitoneai/securityskills/alert-triage"><img src="https://agentmods.dev/badge/skills/unitoneai/securityskills/alert-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.00096 | $0.05065 |
| Opus 5 | $0.00048 | $0.02533 |
| Sonnet 5 | $0.00019 | $0.01013 |
| Haiku 4.5 | $0.00010 | $0.00507 |
Grade A, and why
alert-triage scanned grade A with 0 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 357 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Alert Triage Playbook
Frameworks: MITRE ATT&CK v16, NIST SP 800-61 Rev 2 Role: SOC Analyst Time: 10-20 min per alert Output: Alert disposition (TP/BTP/FP), priority assignment (P1-P4), escalation decision
1. When to Use
If a target is provided via arguments, focus the review on: $ARGUMENTS
Invoke this skill when any of the following conditions are met:
- New alert received -- A SIEM, EDR, or security tool has generated an alert that requires analyst investigation.
- Alert queue prioritization -- Multiple alerts are pending and the analyst needs to determine the investigation order.
- True positive determination -- The analyst needs a structured methodology to determine whether an alert represents a genuine threat, benign activity, or a false positive.
- Escalation decision -- The analyst needs criteria to determine whether an alert should be escalated to Tier 2, the IR team, or management.
- Triage documentation -- The analyst needs to produce a consistent, auditable record of triage decisions.
Do not use when: The alert has already been confirmed as a true positive and requires full incident response (use ir-playbook), the task is writing new detection rules (use detection-engineering or siem-rules), or the task is forensic analysis of a confirmed compromise (use log-analysis for initial investigation).
2. Context the Agent Needs
Before beginning triage, gather or confirm:
- Alert details: Rule name, severity, timestamp, source system (SIEM, EDR, IDS, cloud security).
- Alert data: The raw event(s) that triggered the alert -- including all available fields (source IP, destination IP, username, hostname, process name, command line, file hash, URL).
- ATT&CK mapping: If the alert rule maps to a MITRE ATT&CK technique, note the technique ID.
- Asset context: What is the affected asset? (Server, workstation, cloud instance, network device.) What is its business criticality? (Revenue-generating, customer-facing, development, test.)
- User context: Who is the associated user? (Role, department, normal working hours, recent activity patterns.)
- Historical context: Has this alert fired before? What was the previous disposition? Has this user or host generated related alerts recently?
- Threat intelligence: Do any indicators in the alert (IPs, domains, hashes) appear in threat intelligence feeds?
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 · 357 lines · 96 tokens per session scan A bd86666090c3
alert-triage is a skill published in the GitHub repository UnitOneAI/SecuritySkills (60 stars, last pushed 2mo ago), licensed MIT. It adds 96 tokens to every session and 5,065 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
analyzing-dns-logs-for-exfiltration
Analyzes DNS query logs to detect data exfiltration via DNS tunneling, DGA domain communication, and covert C2 channels using entropy analysis, query volume anomalies, and subdomain length detection in SIEM platforms. Use when SOC teams need to identify DNS-based threats that bypass traditional network security…
CSOC Operations & Playbook Automation
SOC alert triage, incident playbook automation, escalation workflows, shift reporting, and SOC KPI tracking.
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-2.12
Ensure access keys are rotated every 90 days or less.