Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Security: Kristoffer88/claude-optic

Security

SECURITY.md

Security

~/.claude/ contains all input and output from your Claude Code sessions.

How this library handles it

  • Zero dependencies. Nothing to get supply-chained.
  • No network access. No http, fetch, net, dns, or WebSocket anywhere 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.

Reporting vulnerabilities

Open a GitHub issue.

There aren’t any published security advisories