Skip to content

Add whatileaked to Static Analysis & Linters - #105

Open
tomas-sereikis wants to merge 1 commit into
ProjectRecon:mainfrom
tomas-sereikis:tomas-sereikis-patch-1
Open

Add whatileaked to Static Analysis & Linters#105
tomas-sereikis wants to merge 1 commit into
ProjectRecon:mainfrom
tomas-sereikis:tomas-sereikis-patch-1

Conversation

@tomas-sereikis

Copy link
Copy Markdown

Adds whatileaked, which scans what a coding agent has already written to local disk.

Transcripts (Claude Code, Codex, Cursor) hold credentials that were already sent to a model provider. Instruction and memory files (CLAUDE.md, AGENTS.md) are the sharper case, because the agent re-reads them at the start of every session, so a credential there keeps leaking until someone edits the file. Both are scanned, and wipe redacts findings in place while keeping the files valid.

Detection uses the gitleaks rule set unmodified. It never prints a credential, only a rule name and a one-way fingerprint, so output is safe to paste into an issue. No network request, zero dependencies, MIT.

Sits next to Aguara in this section: Aguara analyses skill and MCP configs before deployment, this one looks at the history the agent left behind afterwards.

Disclosure: I wrote it. We also sell a proxy that redacts credentials before they leave the machine, so the scanner is standalone and dependency-free on purpose, to make it auditable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant