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.
50108 analyzed
8067 re-analysis due
988 not analyzable
0 not yet analyzed
4804 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 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187702
- HIGH dynamic exec Kromatic-Innovation/athenaeum __import__ sink
for key in list(__import__("os").environ): - HIGH dynamic exec Kromatic-Innovation/athenaeum unsafe yaml.load()
return yaml.load(block, Loader=_C_SAFE_LOADER) - HIGH committed secret mudler/LocalAI Anthropic key
sk-ant…(45 chars, redacted) - HIGH committed secret mudler/LocalAI Anthropic key
sk-ant…(37 chars, redacted) - HIGH committed secret mudler/LocalAI Anthropic key
sk-ant…(33 chars, redacted) - HIGH dynamic exec mudler/LocalAI new Function()
tion(e){return Tr(t,function(){if(!i){i=new Function("event",r)}i.call(t,e)})};t.addEventListener(e,a);n.onHandlers.push({event:e,listener:a})}function Vt(e){var t=te(e,"hx-on");if - HIGH dynamic exec mudler/LocalAI eval()
){return Tr(re().body,function(){return eval(e)})}function F(t){var e=Q.on("htmx:load" - HIGH obfuscation Dreftian/Tiancode dynamic require()/import()
const module = await import(`./electron-builder.config.ts?channel=${channel.channel}`) - MEDIUM suspicious endpoint Dreftian/Tiancode discord.com
placeholder="https://discord.com/api/webhooks/…" - MEDIUM suspicious endpoint Dreftian/Tiancode us.i.posthog.com (telemetry)
const response = await fetch("https://us.i.posthog.com/i/v0/e/", { - MEDIUM suspicious endpoint Dreftian/Tiancode mcp.posthog.com (telemetry)
first.updateTokens("posthog", { accessToken: "access-token" }, "https://mcp.posthog.com/mcp"), - MEDIUM suspicious endpoint Dreftian/Tiancode api.telegram.org
"https://api.telegram.org/bot123:abc/getMe", - MEDIUM suspicious endpoint Dreftian/Tiancode api.telegram.org
"https://api.telegram.org/bot123:abc/getMe", - MEDIUM over-broad oauth scope Dreftian/Tiancode https://www.googleapis.com/auth/cloud-platform
const auth = new GoogleAuth({ scopes: ["https://www.googleapis.com/auth/cloud-platform"] }) - HIGH obfuscation Dreftian/Tiancode dynamic require()/import()
const entryModule = await import(${JSON.stringify(entry)})