Guardian CLI filter backend · Trypanophobe.com

TRYPA
NOPHOBE

Hosted content filtering for AI agent harnesses. Block unsafe URLs, score response bodies, and let Guardian decide what your agents see — before it reaches your terminal.

Guardian CLI Pi-hole blocklist ML scoring Partial filter 206
BETA SERVICE — offered as-is, no guarantees. Platform is in active development.
Request lifecycle

How filtering works

Guardian POSTs raw response bodies to Trypanophobe. HTTP 2xx allows content; anything else blocks it.

URL check

Source URL validated via Pi-hole blocklist before body processing begins.

406 blocked

Body scoring

Images run NSFW filters + OCR. Text chunked and scored by Sentinel V2, Wolf, and NSFW models.

Chunk removal

Flagged chunks stripped. Safe content returned as original or filtered markdown.

206 partial

Harness decision

Guardian reads the status code and either passes, swaps partial content, or blocks the response.

200 safe
Core systems

Built for safe agent invocation

For everyday AI agent users, parents, harness developers, and anyone running agents they don't fully trust.

Response filtering

POST bodies to /api/filter. HTTP 2xx allows content through Guardian; other statuses block it.

URL blocklist

Pi-hole integration checks source URLs. Blocked hosts return 406 with stage and reason in JSON.

Multi-model scoring

Sentinel V2, Wolf, and NSFW text models score 512-token sliding windows. Any flag removes the chunk.

Guardian integration

Point --tpf at the service. Use --tps in payload mode for partial 206 markdown swap.

Service tiers

Choose your call volume

Monthly filter API calls. All plans include the same filtering pipeline — scale as your harness usage grows.

Free
$0/mo
500 calls / month
  • Full filter pipeline
  • URL blocklist check
  • Guardian CLI compatible
  • Community support
Kilo
$15/mo
5,000 calls / month
  • Everything in Free
  • 10× call volume
  • Partial filter (206)
  • Email support
Giga
$90/mo
45,000 calls / month
  • Everything in Mega
  • Team harness volume
  • Highest call ceiling
  • Direct support channel

BETA pricing — subject to change. No SLA or uptime guarantees during beta.

Filter before
your agents run

Connect Guardian CLI to Trypanophobe Service and stop unsafe content before it hits your harness. Self-host the open-source backend or use the hosted beta.

# Payload mode — partial 206 markdown swap
export GUARDIAN_TRYPANOPHOBE_FILTER=https://trypanophobe.com/api/filter
guardian --tpf "$GUARDIAN_TRYPANOPHOBE_FILTER" --tps -- your-agent-command