An open standard, built on Agent Skills
The expertise around your detections, made portable.
A detection is more than the query that fires it. Detection Skills capture the triage, investigation, and tuning that follow — versioned alongside the detection, runnable by any agent, shareable with everyone.
impossible_travel
user: john.doe
2026-07-23 14:02 UTC
2 countries in 42 minutes
skill: impossible-travel-skill
→ decision: escalate
alert + full context
skill: oauth-consent-phishing
→ verdict: malicious
consumed by human
→ exclude: corp vpn ASN
skill: impossible-travel-tuning
Three phases, one loop
Each phase is a skill with a defined contract for what it returns. The human stays in the loop by design.
Why an open standard?
Most detections aren't unique to your organization — a CloudTrail finding, a SaaS misconfiguration, a known technique. Triage looks much the same everywhere, and no team should have to reinvent it. Community skills cover the commodity work; your private skills cover the detections specific to your organization.
Read the full overview# A skill is just a folderimpossible-travel-triage/├── SKILL.md # metadata + instructions├── references/ # context, prior cases├── assets/ # queries, lookup tables└── scripts/ # enrichment helpers