Code analysis
static source read inferred
Static code-analysis findings — hidden prompt content in shipped skill files, committed secrets, dynamic-exec sinks, and suspicious call-home endpoints — across the analyzed catalogue. Heuristic, pure, no code executed; every row deep-links to its source. Click a kind to filter.
50066 analyzed
8097 re-analysis due
988 not analyzable
0 not yet analyzed
4803 source gone
not analyzable
789 too large 199 no source
Running analyzer v33. The scanner changelog explains what each version detects and when it changed.
- hidden prompt 338
- committed secret 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- HIGH obfuscation dfrancislyondflabc-tech/agentic-recall dynamic require()/import()
`const C = await import(${JSON.stringify(PCFG)}); - HIGH obfuscation dfrancislyondflabc-tech/agentic-recall dynamic require()/import()
const m = await import(${JSON.stringify(pathToFileURL(join(ROOT, 'tools/memory.js')).href)}); - HIGH committed secret dfrancislyondflabc-tech/agentic-recall AWS access key id
AKIAQ7…(20 chars, redacted) - HIGH committed secret dfrancislyondflabc-tech/agentic-recall private key
PEM private key block (redacted) - HIGH committed secret dagonet/open-brain Slack token
xoxb-y…(25 chars, redacted) - HIGH suspicious skill script zql0805/memforge suspicious bundled script
eval "$(python3 -c " - HIGH dynamic exec sandraschi/calibremcp __import__ sink
_sp = __import__("subprocess") - HIGH dynamic exec sandraschi/calibremcp __import__()
__import__(module_name) - HIGH dynamic exec sandraschi/calibremcp __import__ sink
_sp = __import__("subprocess") - HIGH committed secret sandraschi/calibremcp committed .env
env file shipped with populated values - HIGH committed secret meloncafe/chromadb-remote-mcp committed .env
env file shipped with populated values - HIGH obfuscation Kyne0328/rel-ai-chatgpt-web-harness dynamic require()/import()
await import(`${pathToFileURL(probe).href}?packagedDependencyProbe=${Date.now()}`); - HIGH obfuscation Kyne0328/rel-ai-chatgpt-web-harness dynamic require()/import()
const api = await import(`../src/ui/api.js?dashboard-session-recovery=${Date.now()}`); - HIGH dynamic exec Kyne0328/rel-ai-chatgpt-web-harness vm exec
vm.runInNewContext(` - HIGH obfuscation Kyne0328/rel-ai-chatgpt-web-harness dynamic require()/import()
const events = await import(`../src/ui/events.js?visibility-test=${Date.now()}`);