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,151 analyzable servers
50064 analyzed
8099 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.

code findings 15 shown
  1. HIGH dynamic exec sairam0424/ag-bash setTimeout(string) setTimeout("console.log('executed')", 0);
  2. HIGH dynamic exec sairam0424/ag-bash eval() eval("1 + 1");
  3. HIGH dynamic exec sairam0424/ag-bash new Function() new Function("return 1");
  4. HIGH dynamic exec sairam0424/ag-bash new Function() const fn = new Function("return 'outside'");
  5. HIGH dynamic exec sairam0424/ag-bash new Function() new Function("return 1");
  6. MEDIUM suspicious endpoint sairam0424/ag-bash 169.254.169.254 (cloud metadata) secureFetch("http://169.254.169.254/latest/meta-data/"),
  7. HIGH dynamic exec sairam0424/ag-bash new Function() const _funcTest: (...args: never) => unknown = new Function("return 1") as (
  8. HIGH dynamic exec sairam0424/ag-bash eval() const _evalTest: () => unknown = () => eval("1+1");
  9. HIGH dynamic exec sairam0424/ag-bash eval() const userData = eval(response.body);
  10. HIGH obfuscation happy520ai/pm-mcp dynamic require()/import() const { startWatcher } = await import(${JSON.stringify(moduleUrl)});
  11. MEDIUM suspicious endpoint IBM/mcp-context-forge 8.8.8.8 "https://8.8.8.8/test",
  12. MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata) "https://169.254.169.254/",
  13. MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata) "token_url": "http://169.254.169.254/latest/meta-data/",
  14. MEDIUM suspicious endpoint IBM/mcp-context-forge 8.8.8.8 assert call_args[1]["url"] == "http://8.8.8.8/api/test"
  15. MEDIUM suspicious endpoint IBM/mcp-context-forge 169.254.169.254 (cloud metadata) {"type": "object", "properties": {"foo": {"$ref": "http://169.254.169.254/latest/meta-data/"}}},