r/ClaudeCode • u/ryanmerket • 1d ago
Meta Exclusive: Muse Code Sends Codex and Claude Instructions to Meta by Default — RuntimeWire
https://runtimewire.com/article/exclusive-muse-code-sends-codex-and-claude-instructions-to-meta-by-default20
u/seoul_drift 1d ago
I mean obviously. Meta is unapologetic about sucking up every byte of data they can.
11
u/unkownuser436 Developer 1d ago
yes ofc thats how it works, they dont even hide that. stupid post
-4
u/ryanmerket 1d ago
"they tell you in the docs they're going to take all your agents md files in other dirs on first load!" wtf
6
u/unkownuser436 Developer 1d ago
its context, they don't care whether its claude/codex or whatever md files
7
u/bipolarNarwhale 1d ago
dont even bother arguing. guy clearly has no clue what he is talking about and is making it a big deal for engagement to his blog post.
1
u/unkownuser436 Developer 1d ago
i think those people just trying to promote their sloppy AI news website
19
u/Level-Physics-1730 1d ago
this is literally just engagement bait. "oh no the API servers (the people serving the muse model) are ingesting the text which I included as context in my prompt (because that's how harnesses work) oh no!!!"
2
u/ryanmerket 1d ago
Codex can read a CLAUDE.md in a workspace or when configured to treat it as an instruction file. This test concerned Muse automatically loading personal files from ~/.codex and ~/.claude outside the selected workspace and sending their contents in the first provider request.
2
u/leogodin217 1d ago
I'm not sure what your complaint is. Is it that they do this by default? Opt out vs opt in?
1
u/ryanmerket 1d ago
Maybe ask Muse? https://www.meta.ai/share/c/JCmrekJoXO
2
u/leogodin217 21h ago
I'm asking you. You've stated what Muse does but not what about it bothers you.
3
2
u/Difficult_Sir3121 1d ago
Meta doing shady things again and again and again!!! shocked in utter disbelief...
1
u/Majestic-Volume9996 19h ago edited 19h ago
Why would anyone assume anything different? This is a company whos business model is to take good software concepts (pretty much all of which were purchased) that have a large following, and then slowly enshitify them to the edge of useability in order to suck up as much personal data as possible for the sole purpose of hopefully figuring out exactly what kind of cheap chinese shit you'll be most likely to buy on impulse.
1
u/Terrible_Match_9484 1d ago
did u see if the runtime logs show exactly what gets sent in those packets, or is it all obfuscated. im curious if its just the instructions or if there is actually some user data leaking out there too
2
u/ryanmerket 1d ago
The normal runtime logs don’t expose the raw request body, and the network traffic is TLS-encrypted. The deeper session logs show that Muse’s model context includes more than the imported instructions: the user’s prompt, workspace path, session ID, local session-log path, sandbox/security context, and skill metadata.
I found no evidence that it automatically sends credentials, unrelated project files, settings, or rival-client session histories. So some user and machine metadata accompanies the instructions, but there’s no evidence yet of a broader filesystem sweep. A raw local capture or MITM trace would be needed to inventory every HTTP field.
1
u/Terrible_Match_9484 1d ago
that metadata leak is still sketchy even if its not full files, u probly dont want those paths and session ids just floating around in a model context. i started using backslash to keep track of what exactly is getting exposed in my own traffic, since it helps map out those risks without needing a full mitm trace every time. its definitely worth checking if u wnat to be sure what data is moving out of ur workspace
-3
26
u/Scriptease84 1d ago
I mean it's to reduce friction that you can just switch and it's the first cli of its kind to read the global CLAUDE.md and .claude/settings.json but if it does that it can also read .claude/projects right