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.

analysis coverage 85% of 59,163 analyzable servers
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.

code findings 15 shown
  1. HIGH committed secret SolaceLabs/solace-agent-mesh OpenAI key sk-9f7…(35 chars, redacted)
  2. HIGH dynamic exec blender-studio-pro-mcp __import__() broker = __import__(
    blender_studio_pro_mcp-1.1.0/tests/ test_phase9.py :249
  3. HIGH dynamic exec blender-studio-pro-mcp __import__() tracker = __import__(
    blender_studio_pro_mcp-1.1.0/tests/ test_phase11.py :64
  4. HIGH dynamic exec blender-studio-pro-mcp eval()/exec() exec(compile(code, "<blender_studio_mcp>", "exec"), ns)
    blender_studio_pro_mcp-1.1.0/addon/ blender_studio_addon.py :1761
  5. HIGH dynamic exec brmarcosbr/sts2-mcp-bridge eval()/exec() exec(compile(src[:cut], os.path.basename(BRIDGE), "exec"), ns)
  6. HIGH obfuscation wolverin0/wezbridge dynamic require()/import() const { createWaker } = require(${JSON.stringify(require.resolve('../src/orchestrator-waker.cjs'))});
  7. HIGH dynamic exec wolverin0/wezbridge vm exec const run = vm.runInNewContext(`(function(require, module, __dirname) {\n${SOURCE}\n})`, {
  8. HIGH obfuscation wolverin0/wezbridge dynamic require()/import() const w = require(${JSON.stringify(path.join(ROOT, 'src', 'wezterm.cjs'))});
  9. MEDIUM suspicious endpoint wolverin0/wezbridge api.telegram.org const api = `https://api.telegram.org/bot${botToken}/getFile?file_id=${encodeURIComponent(fileId)}`;
  10. MEDIUM suspicious endpoint wolverin0/wezbridge api.telegram.org https.get(`https://api.telegram.org/bot${botToken}/getFile?file_id=${encodeURIComponent(fileId)}`, (res) => {
  11. HIGH dynamic exec sigaa-tools eval()/exec() return bool(eval(expr, {"__builtins__": {}}, {})) # noqa: S307 - vetted tokens only
    sigaa_tools-0.1.1/sigaa/parsers/ curriculum.py :255
  12. HIGH dynamic exec las-team/lastest new Function() const func = new Function("window", `return ${fn}`);
  13. MEDIUM suspicious endpoint las-team/lastest 169.254.169.254 (cloud metadata) expect(validateUrl("http://169.254.169.254")).toBe(
  14. MEDIUM suspicious endpoint las-team/lastest 8.8.8.8 expect(validateUrl("http://8.8.8.8")).toBeNull();
  15. HIGH dynamic exec las-team/lastest new Function() const func = new Function("window", `return ${fn}`);