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
- MEDIUM suspicious endpoint Kaelio/ktx us.i.posthog.com (telemetry)
const POSTHOG_HOST = 'https://us.i.posthog.com'; - MEDIUM over-broad oauth scope Knighthawk-Leo/RepoMind delete_repo
Route("/v1/orgs/{owner}/repos/{slug}", delete_repo, methods=["DELETE"]), - HIGH obfuscation black141312/ada dynamic require()/import()
const { setAuth } = await import(${JSON.stringify(new URL("../src/client/mcp-oauth.ts", import.meta.url).href)}); - HIGH obfuscation black141312/ada dynamic require()/import()
const freshModule = () => import(`${SRC}?load=${++loads}`); - HIGH committed secret black141312/ada Anthropic key
sk-ant…(45 chars, redacted) - HIGH committed secret dinglebear-ai/unraid private key
PEM private key block (redacted) - MEDIUM suspicious endpoint dinglebear-ai/unraid 169.254.169.254 (cloud metadata)
"http://169.254.169.254/x.plg", # cloud metadata (link-local) - HIGH dynamic exec MichengLiang/loommux eval()/exec()
exec(prepare_apply_patch_literals(source).submitted_source, namespace) - HIGH committed secret pdxlab/trustmodel-mcp-server Slack token
xoxb-n…(29 chars, redacted) - HIGH dynamic exec jirayusueb/figma-mcp-rs eval()
const compiled: unknown = eval(`(async () => {\n${code}\n})`); - HIGH dynamic exec jirayusueb/figma-mcp-rs indirect eval
(0, eval)(wrapped), - HIGH dynamic exec jirayusueb/figma-mcp-rs eval()
const compiled = eval(`(async () => { - HIGH dynamic exec jirayusueb/figma-mcp-rs indirect eval
(0, eval)(wrapped), - HIGH dynamic exec CreditTone/hooker eval()
var reg = RegExp(eval("/" + str2 + "/")); - HIGH dynamic exec CreditTone/hooker eval()
var reg = RegExp(eval("/" + str2 + "/"));