Skip to content
Security
Skill

/exceptions

List active AKA detection exceptions (masked) from the local store

From plugin
ai-tc
1111 skills10 commands
Install
$ npx -y skills add akasecurity/ai-tc --skill exceptions --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/exceptions

Context preview

The summary Claude sees to decide when to auto-load this skill.

List active AKA detection exceptions (masked) from the local store

SKILL.md

exceptions.SKILL.md
name: aka-exceptions
description: List active AKA detection exceptions (masked) from the local store

AKA exceptions

Run the read script and show the user its output **exactly as printed**. The script already prints its content inside a Markdown code fence — reproduce that verbatim and do **not** add another code fence, strip the fence, or reformat it. The fence is required: it is a space-aligned monospace table that Markdown would otherwise collapse. Do not reformat the columns or restate each row.

node "${PLUGIN_ROOT}/scripts/query.js" exceptions

This lists the **active** detection exceptions from `~/.aka/data/aka.db` — the masked value, rule, scope, relative expiry, use count, and who granted it. The approved value is never stored, only a keyed fingerprint and a masked preview.

This skill is strictly **read-only**. Do not offer to create, approve, or revoke an exception from here — creation and revocation happen only in a terminal, out-of-band, via the `aka` CLI (`aka exception approve`, `aka exception revoke <id>`; see `aka exception --help`). If the user asks you to grant or revoke one, tell them to run those commands themselves in a terminal instead.

Ships withai-tc

AKA Security — We secure agent harnesses at the source. AI Traffic Control (ai-tc) is an open-source control plane for coding agents.

Get the whole plugin
Stats
11
Stars
0
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
11h ago
Last commit
2mo ago
Created

Repo: akasecurity/ai-tc

Other skills on ai-tc.