dashboard
25Command
Launch the AKA web dashboard in your browser (reads your local store).
Command
Launch the AKA web dashboard in your browser (reads your local store).
Command
List installed AKA detection packs, versions, and available updates.
Command
List active AKA detection exceptions (masked) from the local store.
Command
List recent AKA findings (masked) from the local store.
Command
Show AKA detection activity and local security posture.
Command
Surface AKA's top recommendations from recent findings.
Command
Scan working-tree source files for code security flaws.
Command
Set up AKA Security — calibrate notifications and detection posture from Claude's real activity.
Command
Show token usage and estimated cost per model from your local AKA store.
Hook
Runs when a session starts, executing session-start.js via node. From akasecurity/ai-tc.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.js via node. From akasecurity/ai-tc.
Hook
Runs before the agent uses a tool for Bash, Edit, Write, WebFetch, MultiEdit, NotebookEdit, Task and mcp__.* tool calls, executing pre-tool-use.js via node. From akasecurity/ai-tc.
Hook
Runs after a tool call finishes for Bash, Read and WebFetch tool calls, executing post-tool-use.js via node. From akasecurity/ai-tc.
Hook
Runs when a message is displayed, executing message-display.js via node. From akasecurity/ai-tc.
Hook
Runs when the agent finishes a response, executing stop.js via node. From akasecurity/ai-tc.
Skill Claude CodeCodex
This skill teaches Claude Code how to write detection rules for the AI Traffic Control rule engine. Read this before creating or modifying anything in rules/. The full rule schema is Rule in packages/schema/src/zod/rule.ts — it is the source of truth for every field below.