AI-TC Open source plugin · Agent Harness Security
AKA AI-TC intercepts prompts and tool calls before they reach the model, scans them against your rule packs, and enforces policy — entirely on your machine, with zero backend.
AKA AI-TC (AI Traffic Control) is an open-source control plane that sits between your data and AI tools — intercepting prompts, scanning for sensitive data, enforcing policy, and giving full control into what's being shared with AI models.
Get started in minutes
The plugin + aka CLI write a local SQLite store
(~/.aka/data/aka.db) and the OSS web-ui reads it
directly — no backend, no Postgres, no account.
See the full installation guide for the step-by-step walkthrough — installing the plugin, triggering a detection, and opening the dashboard. Codex CLI, Antigravity, and ChatGPT / Claude.ai web chat have their own plugins, all writing the same local store.
# In the Claude Code CLI /plugin marketplace add akasecurity/marketplace /plugin install ai-tc@akasecurity /aka:setup # or the local-first CLI (macOS / Linux) $ curl -fsSL https://akasecurity.io/install.sh | sh $ aka init
Runs entirely on your machine
The plugin and aka CLI write straight to a local SQLite
store at ~/.aka/data/aka.db, and the OSS dashboard
reads that same file directly — no server to stand up, no
Postgres, no account to create.
See the CLI guide for how the plugin, CLI, and dashboard all share that single local store.
7 rule packs · 100+ detections
Every rule ships active under the log-only Monitor policy. Promote any detection to Warn, Redact, or Block from the dashboard — per rule, per category, or org-wide.
See the full list of built-in rules, or learn how to write your own.