ELSEIF
Your brief EB
328 stories from 97 feeds 281 clusters Refreshed 2 minutes ago next pull 16:11

AI Signal 506

PrivAiTe proxy shows Claude Code leaked 3 of 4 secrets despite instructions, cuts leakage to 2 of 24

PrivAiTe is a self-hosted PII redaction proxy that replaces personally identifiable information before it reaches LLM providers, demonstrating that Claude Code sent 3 of 4 secrets to its provider despite written instructions not to, while the proxy reduced overall leakage from 23 of 24 planted values to 2 of 24.

WHY IT MATTERS

Agent CLIs like Claude Code can leak secrets and PII even when explicitly instructed not to, because PII hides inside tool-call JSON that most scanners miss. PrivAiTe closes this gap by scrubbing tool-call arguments as well as message text, though it acknowledges detection is best-effort and 2 of 24 values still got through.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Claude Code sent 3 of 4 secrets to its provider despite written instructions not to reveal config values, with 23 of 24 planted values reaching the provider over the session.

02

PrivAiTe acts as a local proxy that replaces PII with placeholders before requests leave the machine, including inside tool-call JSON, and restores real values in responses.

03

The proxy reduced leakage to 2 of 24 planted values, runs detection locally with two engines (Presidio and OpenAI's privacy-filter model), and supports Docker, pip, Open WebUI filter, and LiteLLM guardrail deployments.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Hacker News Show HN: I told Claude Code never to reveal my secrets. It sent 3 of 4 anyway Open ↗