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 Quickstart guide for the step-by-step walkthrough — cloning, installing the Claude Code plugin, triggering a detection, and opening the dashboard.
# clone and set up $ git clone https://github.com/akasecurity/ai-tc $ cd ai-tc $ pnpm setup $ pnpm --filter @akasecurity/cli build # launch the local dashboard $ pnpm --filter @akasecurity/cli exec aka dashboard
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.