Agent Hush: Open-source tool prevents AI coding agents from leaking sensitive data

Agent Hush is an open-source tool that silently catches sensitive data before it leaves your machine. It was created by a developer whose AI coding agent pushed sensitive data including API keys, server IPs, and personal information to a public GitHub repository while they were working on an infosec project.
What Agent Hush addresses
The developer discovered this leak days after it happened and then examined other open-source repositories. They found that many developers are unknowingly shipping private information including:
- Real names in memory files
- Database credentials in configs
- SSH keys in dotfiles
Most developers have no idea this information is being exposed.
Tool details
Agent Hush is available on GitHub at https://github.com/elliotllliu/agent-hush. The tool specifically targets the scenario where AI coding agents might inadvertently include sensitive information in code commits or pushes to public repositories.
The developer's experience highlights a specific risk: while building a security project, their own AI agent leaked the very types of sensitive information the project was meant to protect. This tool was built as a direct response to that incident.
📖 Read the full source: r/openclaw
👀 See Also

McpVanguard: Open-source security proxy for MCP-based AI agents
McpVanguard is a 3-layer security proxy and firewall that sits between AI agents and MCP tools, adding protection against prompt injection, path traversal, and other attacks with about 16ms latency.

Claude Code Install Phishing Site Tops Google Search Results
A phishing site impersonating the official Claude Code download page appears as the first Google result for "Claude code install mac." Users are warned not to download from the fake site.

Claude Cage: Docker Sandbox for Claude Code Security
A developer created a Docker container called Claude Cage that isolates Claude Code to a single workspace folder, preventing access to SSH keys, AWS credentials, and personal files. The setup includes security rules and takes about 2 minutes with Docker installed.

The Uniformed Guard Problem: Why Agent Sandboxes Need Identity, Not Just Policy
Nemoclaw's openshell sandbox scopes policies to binaries, enabling malware to live-off-the-land using the same binaries as the agent. ZeroID, an open-source agent identity layer, applies security policies to agents backed by secure identities.