Guardrails for every agent.
AI Traffic Control (AI-TC) scans every prompt and tool call before it runs. Detection and enforcement run locally, so PCI, PHI, and PII never reach a model or a third party.
- readsrc/api/webhooks.tsallow
- detectpci/card-numberprotected
- detectphi/patient-recordprotected
- egressapi.stripe.comallow
- egress169.254.169.254block
AI-TC enforces at every layer of the agent harness, from orchestration to data access.
Four layers. One attack surface.
Agent Harness Security covers every layer that runs an agent, from the orchestrator down to the data it touches.
Orchestration
The harness that runs your agent.
Claude CodeCodexCursorIn-house runners
Tool calls
Every action the agent takes.
shellread / writenetworkMCP tools
Agent identity
Who the agent is and what it may do.
service accountsscoped tokensleast privilegerotation
Data access
Every file and API the agent touches.
source files.env / secretsexternal APIsproduction data
A guardrail changes the picture.
- read src/auth/session.ts executed
- shell rm -rf /var/log executed
- network api.stripe.com executed
- write /etc/hosts executed
- read src/auth/session.ts allowed
- shell rm -rf /var/log blocked
- network api.stripe.com blocked
- write /etc/hosts blocked
Enforcement runs inline, every time.
Every prompt and tool call clears the rule set before it completes. The rules pull from the same detection library that ships in the open, updated without a redeploy.
Capabilities.
- 01
Sensitive-data detection
PCI, PHI, PII, and secrets are caught before they reach a model or leave the machine.
- 02
Local enforcement
AI-TC runs on the machine where the agent runs. Regulated data never phones home, and the audit log stays with you.
- 03
Warn, redact, or block
Every prompt and tool call gets an inline decision. Redaction rewrites the sensitive value; block stops the call.
- 04
Multi-agent
One engine in front of every agent you run.
Community and Enterprise.
AI-TC runs the same on every machine. The community edition is free and installed locally; the forward deployed enterprise edition adds org-wide control, a curated detection feed, and compliance reporting.
AI-TC ships alongside a growing family of open-source security tools.
See the family