Privilege Escalation Triage — Development skill for Claude Code
Decide whether an observed privilege change (setuid/ptrace/capability) is a real escalation attempt or benign.
How to install Privilege Escalation Triage
Installs to ~/.claude/skills/a3s-lab-sentry-privilege-escalation-triage/SKILL.md
mkdir -p ~/.claude/skills/a3s-lab-sentry-privilege-escalation-triage && curl -fsSL https://raw.githubusercontent.com/A3S-Lab/Sentry/HEAD/skills/privilege-escalation-triage.md -o ~/.claude/skills/a3s-lab-sentry-privilege-escalation-triage/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Privilege Escalation Triage does
name: privilege-escalation-triage description: Decide whether an observed privilege change (setuid/ptrace/capability) is a real escalation attempt or benign.
Privilege-escalation triage
Use this when L1/L2 flagged a `SecurityAction` (setuid-root, ptrace) or a tool that changes privilege.
What to establish
- Who. Which agent/process, running as which uid, in which container/cgroup. A web-facing agent escalating to root is far more serious than an init script dropping privi
Alternatives in Development
- Let Fate Decide — Trail of Bits security skill for let fate decide 3.7k ★
- /triage — Quick triage to decide: submit or kill 1.8k ★
- Haft — Engineering decisions engine that know when they're stale 1.4k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Self Evolution Triage
Decide whether a trace should stop, distill memory, revise a command, or revise a skill.
Docsmith Render Triage
Triage a docsmith render failure: read the captured error, decide whether it's a content bug (the source docum
Prompt Injection Triage
Assess whether flagged I/O text is a real prompt-injection / jailbreak that warrants action.
Gsd Review Sweep
Maintainer triage + re-review sweep of open-gsd/gsd-core — rank open issues/PRs by cost-to-advance and re-revi
Fable5 Demos
One-shot simulations: real physics & math, each written in a single attempt by Claude Fable 5 — one self-conta
Auto Continue
You are the auto-continue gate for Omux's Main Agent. The Main Agent has just finished a turn and is about to
Related Agents
Security Triage
Independently evaluate a single security finding to decide whether it is a real, exploitable vulnerability or
Root Cause
Establishes whether a suspected cause actually causes an observed symptom, before any fix or revert is made. U
Auth Tester
Authentication and session management testing agent. Use for login bypass, session fixation, password reset fl