[FEATURE]

Resolved 💬 1 comment Opened May 8, 2026 by CJOgilvie Closed Jun 6, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Id like the Claude.md to be more secure and not saved plain text.
If I have security protocols that Claude needs to know, there is no way to intrinsically secure them.
If I then have an intruder acting as me, they will see any security plans etc

Proposed Solution

Anthropic publishes a public key. You encrypt CLAUDE.md with it. Only Anthropic's servers (holding the private key) can decrypt it before injecting it as context.

[Encrypted CLAUDE.md on disk]
↓ unreadable to anyone local
[Claude Code sends ciphertext to Anthropic]
↓ Anthropic decrypts server-side
[Plaintext loaded into context — never touches your disk]
Attacker gets the file → gets ciphertext → useless without Anthropic's private key.

Alternative Solutions

_No response_

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗