Skip to content

claude-code

Confessor reconstructs what Claude Code actually touched

Claude News

Confessor is a new console tool that parses session logs in ~/.claude/projects to rebuild what an agent did: which files it opened, which commands it ran, which secrets landed in context, and where data could have gone. It flags one pattern in particular: reading a sensitive file followed by a network call in the same session.

In the sample report, the agent read a .env with three keys, then fifteen seconds later ran a curl that shipped the file to an outside host. The author is clear that this isn't proof of theft, just a reason to check.

The detector is rules-based: 30 secret patterns, 13 structured-data patterns, and 7 topical dictionaries. It makes zero network requests itself. Run it with npx confessor. MIT licensed.

Related stories

  1. What 446 Reddit threads say about AI coding agents going rogue
  2. Tracking Claude Code network traffic via network namespaces
  3. A Claude exploit quietly exfiltrated a user's name and employer
  4. Claude Desktop turned into a C2 agent via configuration poisoning
  5. A strict sandbox mode surfaces in Claude Code desktop
  6. Vanta releases GrantGuard for auditing Claude Code permissions

Comments

No comments yet. Be the first.

Join the conversation

Sign in with Google to leave a comment. Your name and avatar come from your Google profile, and the comment appears after moderation.

We only use your name and avatar from Google. We never store your email address.