Back to browse

Privacy Mask – prevent secrets leaking to AI agents

by fullstackcrew·Mar 13, 2026·2 points·1 comment

AI Analysis

MidShip It

Screenshot redaction for AI agents, but no URL to verify implementation.

Strengths
  • Local-only processing means sensitive data never leaves the machine
  • Timely problem as AI debugging workflows become more common
Weaknesses
  • No GitHub link or demo provided—can't verify pattern matching quality
  • Screenshot redaction tools already exist as browser extensions and desktop apps
Category
Target Audience

Developers using AI debugging tools, security-conscious teams

Similar To

Obscura · CleanShot X redaction · BlurScreen

Post Description

Hi HN,

I built a small open-source tool called Privacy Mask.

It intercepts screenshots locally and automatically redacts sensitive patterns (API keys, phone numbers, IDs, etc.) before screenshots are sent to AI tools or agents like OpenClaw.

The goal is to prevent accidental data leaks when sharing screenshots during debugging or development.

Everything runs locally.

Would love feedback.

Similar Projects

Security●●Solid

AVP – an agent can't leak a secret it never had

Agents can't leak secrets they never had—placeholder injection at the wire.

Big BrainSolve My Problem
radku
315d ago
Security●●Solid

SecureClaw – Open-Source Security Layer for OpenClaw Agents

The two-layer approach — a code plugin for gates/hardening plus a tiny ~1,230-token LLM skill for behavioral rules — is smart and practical. I appreciate that detection runs in bash (no token bloat) and that they mapped concrete checks to OWASP ASI and MITRE frameworks; the tradeoff is obvious: this is highly valuable if you run OpenClaw, but mostly irrelevant outside that ecosystem.

Niche GemBig Brain
alex_polyakov
214mo ago