~/.claude/ contains all input and output from your Claude Code sessions.
- Zero dependencies. Nothing to get supply-chained.
- No network access. No
http,fetch,net,dns, orWebSocketanywhere in the codebase. - Privacy profiles strip sensitive fields before data reaches your code:
| Profile | Strips |
|---|---|
local (default) |
Tool results, thinking blocks |
shareable |
+ absolute paths, home directory |
strict |
+ prompt text, emails, IPs |
Review output before sharing.
Open a GitHub issue.