dashboard
Launch the AKA web dashboard in your browser (reads your local store)
Show AKA's recent enforcement decisions
$ npx -y skills add akasecurity/ai-tc --skill audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/auditContext preview
The summary Claude sees to decide when to auto-load this skill.
Show AKA's recent enforcement decisions
name: aka-audit description: Show AKA's recent enforcement decisions
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 or re-narrate the rows.
node "${PLUGIN_ROOT}/scripts/query.js" auditThis is the decision log: the most recent detections from `~/.aka/data/aka.db` with the action AKA took (block / redact / warn / allow), the rule, and where it fired (source tool + event kind). It is read-only.
AKA Security — We secure agent harnesses at the source. AI Traffic Control (ai-tc) is an open-source control plane for coding agents.
Repo: akasecurity/ai-tc
Launch the AKA web dashboard in your browser (reads your local store)