Local guardrails for AI coding agents

Guard every prompt. Spend fewer tokens.

  • Block secrets, risky installs, and oversized requests.
  • Compress shell, search, diff, and JSON noise.
  • Review the result in Logs, Analytics, and Garden.
Simple flow, local boundary

Lead with Guardian and Token Saver. Everything else explains what happened after.

Claude Code
Read .env
Q Guardian
Block secret
Codex
npm install old-lib
Q Guardian
Flag vuln
Claude Code
cargo test
Q Saver
Shrink 68%

Lead with the controls that change behavior.

Two controls do the work. The rest helps you inspect the outcome.

Guardian Agent

Change behavior before the request leaves.

  • DLP on prompts, tool inputs, and file reads.
  • Token caps for oversized requests.
  • Vulnerability Guard on installs and dependency writes.
  • Update Advisor for exact outdated pins.
Token Saver

Cut waste before it reaches the model.

  • Compress verbose shell output.
  • Cache repeated file reads.
  • Shrink noisy search, diff, and JSON responses.
  • Track saved tokens in logs and analytics.

Simple flow, local boundary.

Requests go in. Guardian or Saver acts. Review surfaces keep the trail visible.

Claude Code

Prompt with secret

Codex

npm install

Claude Code

cargo test

Guardian

Block secret

Guardian

Flag vuln

Saver

Shrink output

  • Guardian changes behavior.
  • Token Saver reduces context weight.
  • Logs, Analytics, and Garden show what happened.

Review surfaces stay short and useful.

After Guardian and Saver act, the rest of the product makes the trail easy to read.

Analytics

Charts that answer whether it helped.

  • models used
  • token totals and savings
  • latency and tool-call trends
Logs

Compact event history.

  • Guardian decisions
  • Token Saver reductions
  • exportable trail
Also included

Garden turns project activity into a visual map.

  • groves for modules
  • trees for files
  • symbols and import edges
AgentGuard home view showing Guardian Agent and Token Saver as the primary controls.
Guardian Agent and Token Saver stay on the home screen. Logs, Analytics, and Garden sit one click away.

Three integrations, with different depths of coverage.

Guardian spans all three. Token Saver is deepest on Claude Code today.

Claude Code

Most complete coverage

  • Guardian Agent
  • Token Saver
  • Garden file and symbol signals

Codex CLI

Guardian-focused integration

  • DLP and token cap checks
  • Dependency install protection
  • Garden paths inferred from bash tool usage

Cursor

Hook-based outbound control

  • Guardian-style allow or deny decisions
  • Dependency advice on supported surfaces
  • Project activity captured for Garden and logs