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. HIGH dynamic exec ExpertVagabond/universal-blockchain-mcp new Function() var deprecatedfn = new Function(
  2. MEDIUM suspicious endpoint frangelbarrera/agentic-harness 169.254.169.254 (cloud metadata) result = await tool.execute({"url": "http://169.254.169.254/latest/meta-data/"}, ctx)
  3. MEDIUM suspicious endpoint frangelbarrera/agentic-harness 8.8.8.8 err, ip = await _check_ssrf_async("http://8.8.8.8/")
  4. MEDIUM suspicious endpoint frangelbarrera/agentic-harness 169.254.169.254 (cloud metadata) err, ip = await _check_ssrf_async("http://169.254.169.254/latest/meta-data/")
  5. HIGH dynamic exec frangelbarrera/agentic-harness eval()/exec() exec(completion, namespace) # noqa: S102 # nosec B102 - HumanEval runner pattern
  6. HIGH dynamic exec Masikomoore/agent-memory eval() async eval(...args) {
  7. HIGH dynamic exec Masikomoore/agent-memory eval() eval(...args: unknown[]): Promise<unknown>;
  8. MEDIUM over-broad oauth scope ergoracloud/ergora-specialists https://www.googleapis.com/auth/cloud-platform scope: "https://www.googleapis.com/auth/cloud-platform",
  9. HIGH suspicious skill script fritzprix/libr-agent suspicious bundled script if curl -LsSf https://astral.sh/uv/install.sh | sh; then
  10. HIGH suspicious skill script fritzprix/libr-agent suspicious bundled script if curl -LsSf https://astral.sh/uv/install.sh | sh; then
  11. HIGH suspicious skill script fritzprix/libr-agent suspicious bundled script if curl -LsSf https://astral.sh/uv/install.sh | sh; then
  12. MEDIUM suspicious endpoint fritzprix/libr-agent 175.115.246.118 const response = await llmFetch('http://175.115.246.118:4444/v1/models', {
  13. HIGH credential in log The-AIOS/aios credential in log console.error(`\n Dashboard: http://localhost:${PORT}/?key=${API_KEY}`);
  14. HIGH credential in log BlockSiFr/ttp-protocol credential in log console.log(`Private Key: ${privateKey}`)
  15. HIGH credential in log BlockSiFr/ttp-protocol credential in log console.log(`[TTP Authority] Admin API key: ${ADMIN_API_KEY}`)