handle-escalation

handle-escalation is a skill for Cursor from ericlovold/sanction. It costs 61 tokens per session (305 once invoked), scanned A, original, no licence file.

An approval-follow-up step for actions that have been sent for extra review. It checks the review result and either retries the approved action or stops when it is denied.

In plain words
What is it for?
Use it after a spending, tool, capability, or provisioning request returns an escalated status.
Why use it?
It gives an agent a defined way to handle requests that cannot be approved immediately.

Skill for Cursor

Written for Cursor: shipped in a Cursor plugin.

Part of the sanction plugin — 4 skills shipped together

Good fit Use it after a spending, tool, capability, or provisioning request returns an escalated status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ericlovold/sanction/handle-escalation
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 ericlovold/sanction --skill handle-escalation
Clone the repo
git clone --depth 1 https://github.com/ericlovold/sanction

Made for: Cursor.

Or install sanction, the plugin that ships this one along with the rest of its 4 skills.

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 handle-escalation

README.md
[![agentmods](https://agentmods.dev/badge/skills/ericlovold/sanction/handle-escalation/github.svg)](https://agentmods.dev/skills/ericlovold/sanction/handle-escalation)
Your own site
<a href="https://agentmods.dev/skills/ericlovold/sanction/handle-escalation"><img src="https://agentmods.dev/badge/skills/ericlovold/sanction/handle-escalation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for handle-escalation

Your own site · 80×15
<a href="https://agentmods.dev/skills/ericlovold/sanction/handle-escalation"><img src="https://agentmods.dev/badge/skills/ericlovold/sanction/handle-escalation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 305 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 unknown 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.00061 $0.00305
Opus 5 $0.00030 $0.00152
Sonnet 5 $0.00012 $0.00061
Haiku 4.5 $0.00006 $0.00030

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

Security

Grade A, and why

handle-escalation 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 2d 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.

cursor-plugin/skills/handle-escalation/SKILL.md · 19 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 2d ago First seen · 19 lines · 61 tokens per session scan A fa90725a7faa

Subscribe to this mod's changes

handle-escalation is a skill published in the GitHub repository ericlovold/sanction (3 stars, last pushed today), with no licence file. It adds 61 tokens to every session and 305 once invoked, about $0.0003 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-09-08.

Related

Other skills, from other repositories

fluent-development

This skill should be used when the user asks to "build a fluent app", "create a servicenow app in typescript", or mentions "servicenow sdk", "now-sdk", "fluent", "scoped app as code", or "pro-code development" — or when the working directory contains a now.config.json or .now.ts files.

serac-labs/serac · 77 tokens

compliance-audit-workflow

Run a compliance audit Mistral Workflow, query mid-run findings via workflowinteract(action="query"), and signal approval or escalation decisions at checkpoints via workflowinteract(action="signal"). Use when the user wants to run a compliance audit (GDPR, SOC2, PCI-DSS, etc.) against a deployed Mistral Workflow.

Swih/mistral-mcp · 68 tokens

mistral-router

Picks the right Mistral model and tool for a given task. Use when the user asks "which Mistral model should I use for X", or when you (Claude) need to route a subtask to a Mistral capability and aren't sure which model/tool fits best.

Swih/mistral-mcp · 59 tokens

research-pipeline-workflow

Execute a multi-step research pipeline Mistral Workflow with hypothesis validation checkpoints. Query intermediate hypotheses via workflowinteract(action="query"), validate or amend them, and inject additional sources via workflowinteract(action="signal"). Use when the user wants to run an autonomous research pipeline…

Swih/mistral-mcp · 58 tokens

audio-dispatch

Transcribe a meeting audio file with Voxtral diarization, classify each speaker's turns by intent, and produce a per-speaker action plan. Use when the user provides a meeting or call recording with multiple speakers.

Swih/mistral-mcp · 43 tokens

contract-analyzer

OCR a contract PDF with mistralocr, then extract structured clauses and risk scores with mistralchat + jsonschema. Use when the user provides a contract document to analyze for risks, obligations, and key terms.

Swih/mistral-mcp · 44 tokens