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 86% of 59,713 analyzable servers
51311 analyzed
7406 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source

Running analyzer v33. The scanner changelog explains what each version detects and when it changed.

code findings 15 shown
  1. HIGH dynamic exec igorzheludkov/execbro new Function() return (await new Function(`return (${expr});`)()) as Record<string, unknown>;
  2. HIGH dynamic exec igorzheludkov/execbro eval() return eval(expr) as {
  3. HIGH dynamic exec igorzheludkov/execbro new Function() expect(() => new Function("return " + src.replace(/^\(function/, "(function"))).not.toThrow();
  4. HIGH dynamic exec igorzheludkov/execbro new Function() const run = new Function("globalThis", source + "; return (" + expr + ");");
  5. MEDIUM suspicious endpoint hassancs91/brainoutside www.google-analytics.com (telemetry) "img-src": "https://www.google-analytics.com https://www.googletagmanager.com",
  6. HIGH dynamic exec 31Benzi/IDA-PRO-MCP eval()/exec() exec(code, {"__builtins__": __builtins__}, local_vars)
  7. MEDIUM suspicious endpoint nihalashetty/Forge 8.8.8.8 assert await validate_url("https://8.8.8.8/x", _BLOCK) == "https://8.8.8.8/x"
  8. MEDIUM suspicious endpoint nihalashetty/Forge 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data/", # cloud metadata
  9. MEDIUM suspicious endpoint nihalashetty/Forge 8.8.8.8 cfg["request"]["url_template"] = "https://8.8.8.8/go" # public literal so the first hop passes
  10. MEDIUM suspicious endpoint nihalashetty/Forge 169.254.169.254 (cloud metadata) client = _redirecting_client("http://169.254.169.254/latest/meta-data/")
  11. HIGH dynamic exec nihalashetty/Forge eval()/exec() exec(byte_code, ns) # noqa: S102 - sandboxed by RestrictedPython
  12. HIGH dynamic exec nihalashetty/Forge __import__() return __import__(name, *args, **kwargs)
  13. HIGH dynamic exec nihalashetty/Forge eval()/exec() return eval(code, env, {}) # noqa: S307 - sandboxed by RestrictedPython
  14. HIGH obfuscation liuboacean/agent-comm-hub dynamic require()/import() const mod = await import(`${DB_TS}?qa-undef=${Date.now()}`);
  15. HIGH obfuscation liuboacean/agent-comm-hub dynamic require()/import() const mod = await import(`${DB_TS}?a=${Date.now()}`);