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,163 analyzable servers
50108 analyzed
8067 re-analysis due
988 not analyzable
0 not yet analyzed
4804 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 zixiao-labs/logos new Function() const importAcp = new Function(
  2. HIGH dynamic exec audacity4-mcp __import__() module = __import__(f"nvidia.{pkg}", fromlist=[pkg])
    audacity4_mcp-0.1.0/server4/tools/ transcription_tools.py :64
  3. HIGH dynamic exec cubeplexai/cubepi eval()/exec() result = eval(params.expression)
  4. MEDIUM suspicious endpoint tangchangzhe/bt-ops-mcp-server 169.254.169.254 (cloud metadata) { url: "http://169.254.169.254/latest/meta-data" },
  5. MEDIUM suspicious endpoint tangchangzhe/bt-ops-mcp-server 1.2.3.4 panelUrl: "http://1.2.3.4:8888",
  6. MEDIUM suspicious endpoint tangchangzhe/bt-ops-mcp-server 1.1.1.1 const value = report(await transport.call({ url: "https://1.1.1.1/" }));
  7. HIGH obfuscation ccoussa717/alloy dynamic require()/import() const { default: start } = await import(`../../extensions/index.ts?teams-startup=${Date.now()}`);
  8. HIGH obfuscation ccoussa717/alloy dynamic require()/import() const { default: start } = await import(`../../extensions/index.ts?fission-startup=${Date.now()}`);
  9. HIGH obfuscation ccoussa717/alloy dynamic require()/import() const { McpManager, mcpToolName } = await import(${JSON.stringify(clientUrl)});
  10. HIGH dynamic exec danilokhury/Synabun new Function() HOOK_SCRIPTS: new Function(`return ${extractConst(server, 'HOOK_SCRIPTS')}`)(),
  11. HIGH obfuscation danilokhury/Synabun dynamic require()/import() const m = await import(`/vendor/xterm/${VENDOR_XTERM_VERSION}.min.js`);
  12. MEDIUM suspicious endpoint danilokhury/Synabun discord.com return text(`Created webhook "${wh.name}" (${wh.id}) in <#${wh.channel_id}>.\nToken: ${wh.token}\nURL: https://discord.com/api/webhooks/${wh.id}/${wh.token}`);
  13. HIGH dynamic exec VibeDrift/VibeDrift new Function() const q = new Function(`${qSource}\nreturn q;`)() as (v: unknown) => string;
  14. HIGH committed secret VibeDrift/VibeDrift private key PEM private key block (redacted)
  15. HIGH dynamic exec jmo808/drawioAgent eval() async eval(script: string, numkeys: number, ...args: string[]): Promise<any> {