Last week I got a little paranoid about how much sensitive data my AI
coding tools were writing to disk. So I built a scanner and pointed it at
my own home directory.
Here's what it found on a completely normal workday:
$ keynv doctor
Last week I got a little paranoid about how much sensitive data my AI coding tools were writing to...
Last week I got a little paranoid about how much sensitive data my AI
coding tools were writing to disk. So I built a scanner and pointed it at
my own home directory.
Here's what it found on a completely normal workday:
$ keynv doctor

I found 43MB of conversation data silently archived.

Claude Code stores 43MB of conversations. Cursor saves passwords in JSONL. Cline gets credentials right but still archives…

Most developers know they shouldn't commit API keys. Most secret scanners will catch an AWS key...

I wonder what's in 'external-secret-repo-creds.yaml' and 'AWS-Workspace-Firefox-Passwords.csv'?

I wonder what's in 'external-secret-repo-creds.yaml' and 'AWS-Workspace-Firefox-Passwords.csv'?

I found 10 bugs in my own security scanner. Here's what they taught me about false...