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
51308 analyzed
7409 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. MEDIUM suspicious endpoint guimatheus92/mcp-video-analyzer 168.63.129.16 ['http://168.63.129.16/x.mp4'],
  2. MEDIUM suspicious endpoint guimatheus92/mcp-video-analyzer 169.254.169.254 (cloud metadata) ['https://169.254.169.254/latest.mp4'], // cloud metadata
  3. MEDIUM suspicious endpoint guimatheus92/mcp-video-analyzer 168.63.129.16 await expect(assertPublicUrl('http://168.63.129.16/x.mp4')).rejects.toThrow(
  4. MEDIUM suspicious endpoint guimatheus92/mcp-video-analyzer 169.254.169.254 (cloud metadata) await expect(assertPublicUrl('http://169.254.169.254/latest.mp4')).rejects.toThrow(
  5. MEDIUM suspicious endpoint guimatheus92/mcp-video-analyzer 93.184.216.34 await expect(assertPublicUrl('http://93.184.216.34/video.mp4')).resolves.toBeUndefined();
  6. MEDIUM suspicious endpoint guimatheus92/mcp-video-analyzer 169.254.169.254 (cloud metadata) 'http://169.254.169.254/latest/meta-data/',
  7. HIGH obfuscation guimatheus92/mcp-video-analyzer dynamic require()/import() return await import(/* webpackIgnore: true */ '@huggingface/transformers' + '');
  8. HIGH dynamic exec freezetheworld/latch vm exec const result = vm.runInNewContext(expression, { document });
  9. HIGH dynamic exec freezetheworld/latch new Function() return new Function(`return ${body}`)();
  10. HIGH credential in log varun29ankuS/shodh-memory credential in log console.error(`[shodh-memory] API key loaded from ${apiKeySource}.`);
  11. HIGH obfuscation binary16labs/prime-silo dynamic require()/import() await import(`${moduleUrl}?test=${Date.now()}-${Math.random().toString(16).slice(2)}`);
  12. HIGH obfuscation binary16labs/prime-silo dynamic require()/import() await import(`${moduleUrl}?test=${Date.now()}-${Math.random().toString(16).slice(2)}`);
  13. HIGH dynamic exec binary16labs/prime-silo new Function() new Function(
  14. HIGH obfuscation binary16labs/prime-silo dynamic require()/import() const mod = await import(${JSON.stringify(
  15. HIGH obfuscation binary16labs/prime-silo dynamic require()/import() import(${JSON.stringify(entry)}).then((mod) => {