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
50066 analyzed
8097 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. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) const result = await service.isAllowed("http://169.254.169.254/latest/meta-data/");
  2. MEDIUM suspicious endpoint TKMD/ReftrixMCP 172.32.0.1 const result = validateExternalUrl("http://172.32.0.1");
  3. MEDIUM suspicious endpoint TKMD/ReftrixMCP 172.15.0.1 const result = validateExternalUrl("http://172.15.0.1");
  4. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) const result = validateExternalUrl("http://169.254.169.254/latest/meta-data/");
  5. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) url: "http://169.254.169.254/latest/meta-data/",
  6. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest/meta-data/",
  7. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) const METADATA_URL = "http://169.254.169.254/latest/meta-data/";
  8. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) const awsMetadata = "http://169.254.169.254/latest/meta-data/";
  9. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) <link rel="stylesheet" href="http://169.254.169.254/metadata.css">
  10. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) url: "http://169.254.169.254/metadata", // AWS metadata endpoint
  11. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) url: "http://169.254.169.254/latest/meta-data/",
  12. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) const urls = ["https://example.com", "http://169.254.169.254/metadata"];
  13. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) const result = validateExternalUrl("http://169.254.169.254/latest/meta-data/");
  14. MEDIUM suspicious endpoint TKMD/ReftrixMCP 169.254.169.254 (cloud metadata) url: "http://169.254.169.254/latest/meta-data/",
  15. HIGH dynamic exec TKMD/ReftrixMCP eval() async eval(script: string, _numKeys: number, ...args: string[]): Promise<number> {