Elektrine lite

← Feed

@StopTech@lemmy.today

Claude Code source leak reveals how much info Anthropic can hoover up about you and your system

2026-04-01 22:31 UTC

Claude Code source leak reveals how much info Anthropic can hoover up about you and your system

Replies (1)

  • @RmDebArc_5@feddit.org 2026-04-01 23:26

    I started reading and thought that it isn't that bad, just what I expected from closed source software but then came this: > Team Memory Sync, an unreleased internal project. There's a bidirectional sync service (src/services/teamMemorySync/index.ts) that connects local memory files to api.anthropic.com/api/claude_code/team_memory. It provides a way to share memories with other team members within an organization. The service includes a secret scanner (secretSanner.ts) that uses regex patterns for around 40 known token and API key patterns (AWS, Azure, GCP, etc). But sensitive data that doesn't match these regexes might be exposed to other team members through memory sync. This seems like a great idea!

    Open ##1288469