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 credential in log jongall45/frontrun-mcp-server credential in log console.log(` Key: sig_••••••••${creds.api_key.slice(-8)}`);
  2. HIGH dynamic exec ayato-labs/LogicHive __import__() module = __import__(module_path, fromlist=[class_name])
  3. MEDIUM suspicious endpoint motozero/repofinder.io api.telegram.org const response = await fetch(`https://api.telegram.org/bot${env.TELEGRAM_BOT_TOKEN}/sendMessage`, {
  4. HIGH dynamic exec cheewee2000/cadgang vm exec const gc = vm.runInNewContext('gc');
  5. HIGH obfuscation Paola3stefania/openBriefing dynamic require()/import() const mirrorOnlineMod = await import(`../src/storage/db/mirror.js?t=${Date.now()}-1`);
  6. MEDIUM suspicious endpoint inhabitants/sapiens-mcp 169.254.169.254 (cloud metadata) bad("http://169.254.169.254/latest/meta-data"); // metadata endpoint clássico
  7. MEDIUM suspicious endpoint inhabitants/sapiens-mcp 172.32.0.1 ok("http://172.32.0.1/x.png");
  8. HIGH obfuscation VirSanghavi/axis dynamic require()/import() const { lockedAtomicWriteFile, withFileLock } = await import(${JSON.stringify(
  9. HIGH obfuscation flujo-app/mcp-stdio-oauth dynamic require()/import() const module = await import(`..${conditions.import.slice(1)}`);
  10. MEDIUM suspicious endpoint LaloCornejo/JARVIS api.telegram.org API_URL = "https://api.telegram.org/bot{token}"
  11. MEDIUM over-broad oauth scope LaloCornejo/JARVIS gmail.modify "https://www.googleapis.com/auth/gmail.modify",
  12. HIGH dynamic exec LaloCornejo/JARVIS eval()/exec() exec(code, safe_globals, safe_locals)
  13. MEDIUM over-broad oauth scope LaloCornejo/JARVIS gmail.modify "https://www.googleapis.com/auth/gmail.modify",
  14. HIGH dynamic exec LaloCornejo/JARVIS eval()/exec() return bool(eval(condition, {"__builtins__": {}}, safe_context))
  15. HIGH dynamic exec LaloCornejo/JARVIS eval()/exec() exec(compile(code, "<sandbox>", "exec"), restricted_globals)