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 committed secret SolaceLabs/solace-agent-mesh OpenAI key
sk-9f7…(35 chars, redacted) - HIGH dynamic exec blender-studio-pro-mcp __import__()
broker = __import__( - HIGH dynamic exec blender-studio-pro-mcp __import__()
tracker = __import__( - HIGH dynamic exec blender-studio-pro-mcp eval()/exec()
exec(compile(code, "<blender_studio_mcp>", "exec"), ns) - HIGH dynamic exec brmarcosbr/sts2-mcp-bridge eval()/exec()
exec(compile(src[:cut], os.path.basename(BRIDGE), "exec"), ns) - HIGH obfuscation wolverin0/wezbridge dynamic require()/import()
const { createWaker } = require(${JSON.stringify(require.resolve('../src/orchestrator-waker.cjs'))}); - HIGH dynamic exec wolverin0/wezbridge vm exec
const run = vm.runInNewContext(`(function(require, module, __dirname) {\n${SOURCE}\n})`, { - HIGH obfuscation wolverin0/wezbridge dynamic require()/import()
const w = require(${JSON.stringify(path.join(ROOT, 'src', 'wezterm.cjs'))}); - MEDIUM suspicious endpoint wolverin0/wezbridge api.telegram.org
const api = `https://api.telegram.org/bot${botToken}/getFile?file_id=${encodeURIComponent(fileId)}`; - MEDIUM suspicious endpoint wolverin0/wezbridge api.telegram.org
https.get(`https://api.telegram.org/bot${botToken}/getFile?file_id=${encodeURIComponent(fileId)}`, (res) => { - HIGH dynamic exec sigaa-tools eval()/exec()
return bool(eval(expr, {"__builtins__": {}}, {})) # noqa: S307 - vetted tokens only - HIGH dynamic exec las-team/lastest new Function()
const func = new Function("window", `return ${fn}`); - MEDIUM suspicious endpoint las-team/lastest 169.254.169.254 (cloud metadata)
expect(validateUrl("http://169.254.169.254")).toBe( - MEDIUM suspicious endpoint las-team/lastest 8.8.8.8
expect(validateUrl("http://8.8.8.8")).toBeNull(); - HIGH dynamic exec las-team/lastest new Function()
const func = new Function("window", `return ${fn}`);