Remove committed Claude config secrets and fix custom orchestrator/setup scripts#9
Draft
Claude wants to merge 1 commit into
Draft
Remove committed Claude config secrets and fix custom orchestrator/setup scripts#9Claude wants to merge 1 commit into
Claude wants to merge 1 commit into
Conversation
…tup scripts Agent-Logs-Url: https://github.com/fvegiard/claude-code/sessions/88137bd5-52ba-4418-9558-4c23448fba99 Co-authored-by: fvegiard <195900431+fvegiard@users.noreply.github.com>
Claude created this pull request from a session on behalf of
fvegiard
June 19, 2026 18:34
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repository contained a committed dump of
~/.claude.json(thePROBLEM ENCOUNTERfile) exposing a live MCP API key and account PII, alongside several custom helper files inidée/andScript/with latent bugs.Secrets & PII
PROBLEM ENCOUNTER(full~/.claude.jsondump) containing a literalx-mcp-key, OAuth account email/UUIDs, anduserID/machineIDfingerprints..gitignoreentries for*.claude.jsondumps and exported logs to prevent recurrence.idée/setup.shworkflows/subdir.Script/run_devcontainer_claude_code.ps1$ErrorActionPreference = 'Stop'(and explicit$LASTEXITCODEchecks) so failures from nativedocker/podman/devcontainercalls are actually caught instead of silently passing.idée/workflow_orchestrator.pyretry: 0as an explicit error rather than silently skipping the agent.