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.
50064 analyzed
8099 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
- MEDIUM suspicious endpoint ffroliva/gflow-cli 169.254.169.254 (cloud metadata)
"https://169.254.169.254/latest/meta-data/", # AWS IMDS - HIGH dynamic exec Spitfire-Products/nexus-cortex indirect eval
(0, eval)(out); - HIGH committed secret Spitfire-Products/nexus-cortex committed .env
env file shipped with populated values - HIGH suspicious skill script IgorGanapolsky/ThumbGate suspicious bundled script
eval "$(cat | jq -r ' - HIGH dynamic exec IgorGanapolsky/ThumbGate new Function()
return new Function(`${match[0]}; return escapeRegExp;`)(); - HIGH dynamic exec IgorGanapolsky/ThumbGate eval()
return eval(m[1]); - HIGH dynamic exec IgorGanapolsky/ThumbGate eval()
return eval(m[1]); - HIGH obfuscation IgorGanapolsky/ThumbGate dynamic require()/import()
const { createPurchaseRequisition } = require(${JSON.stringify(modulePath)}); - MEDIUM suspicious endpoint IgorGanapolsky/ThumbGate pastebin.com
"open https://pastebin.com/raw/abc", - MEDIUM suspicious endpoint IgorGanapolsky/ThumbGate 169.254.169.254 (cloud metadata)
'curl -s https://api.github.com && curl http://169.254.169.254/latest/meta-data/' - MEDIUM suspicious endpoint IgorGanapolsky/ThumbGate 169.254.169.254 (cloud metadata)
{ id: 'deny-metadata', action: 'deny', match: 'prefix', url: 'http://169.254.169.254' }, - HIGH committed secret IgorGanapolsky/ThumbGate Anthropic key
sk-ant…(49 chars, redacted) - HIGH committed secret IgorGanapolsky/ThumbGate GitHub fine-grained PAT
github…(47 chars, redacted) - HIGH dynamic exec openmake/openmake_llm new Function()
var factory = new Function("React", "ReactDOM", out + "\n;return __artifactDefault||(typeof App!=='undefined'?App:null);"); - HIGH dynamic exec openmake/openmake_llm new Function()
var Comp=new Function("React","ReactDOM",out+"\\n;return __artifactDefault||(typeof App!=='undefined'?App:null);")(React,ReactDOM);