alert-triage

alert-triage is a skill for Claude Code from UnitOneAI/SecuritySkills. It costs 96 tokens per session (5,065 once invoked), scanned A, original, MIT.

A step-by-step method for investigating security alerts from tools such as SIEM and endpoint detection systems. It collects information, connects related evidence, classifies the alert, and decides whether to escalate it.

In plain words
What is it for?
Use it to investigate new alerts, assign priorities, decide whether to escalate, and keep an auditable record of triage decisions.
Why use it?
It helps analysts consistently distinguish real threats from harmless activity or false alarms and prioritize limited investigation time.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to investigate new alerts, assign priorities, decide whether to escalate, and keep an auditable record of triage decisions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unitoneai/securityskills/alert-triage
Install

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.

Any agent
npx skills add UnitOneAI/SecuritySkills --skill alert-triage
Clone the repo
git clone --depth 1 https://github.com/UnitOneAI/SecuritySkills

Made for: Claude Code.

Wrote 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.

agentmods badge for alert-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/unitoneai/securityskills/alert-triage.svg)](https://agentmods.dev/skills/unitoneai/securityskills/alert-triage)
Your own site
<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>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,065 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash bd86666090c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

skills/secops/alert-triage/SKILL.md · 357 lines

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?

Read the full file on GitHub · 357 lines

Changes

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.

  1. 8d ago First seen · 357 lines · 96 tokens per session scan A bd86666090c3

Subscribe to this mod's changes

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.