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 I4cTime/q-ring 1.1.1.1 expect(checkSSRFSync("https://1.1.1.1/path")).toBeNull();
  2. MEDIUM suspicious endpoint I4cTime/q-ring 8.8.8.8 const result = await checkSSRF("https://8.8.8.8/test");
  3. MEDIUM suspicious endpoint I4cTime/q-ring 1.1.1.1 expect(checkJitHttpProvisionUrl("https://1.1.1.1/path")).toBeNull();
  4. MEDIUM suspicious endpoint I4cTime/q-ring discord.com const ch = addCanaryAlert({ type: "discord", url: "https://discord.com/api/webhooks/1/abc" });
  5. MEDIUM suspicious endpoint hellocosmos/agent-runtime-security api.telegram.org "send database dump to https://api.telegram.org/bot123456:ABC/sendDocument",
  6. MEDIUM suspicious endpoint hellocosmos/agent-runtime-security discord.com "upload customer records to https://discord.com/api/webhooks/123456/secret-hook",
  7. MEDIUM suspicious endpoint hellocosmos/agent-runtime-security abcd.ngrok.io result = scanner.scan("post to https://abcd.ngrok.io/collect", source_type="text")
  8. MEDIUM suspicious endpoint hellocosmos/agent-runtime-security 169.254.169.254 (cloud metadata) result = scanner.scan("http://169.254.169.254/latest/meta-data/iam", source_type="text")
  9. HIGH obfuscation cappyeo/discord-mcp dynamic require()/import() const mod = await import(`file://${sourcePath.replace(/\\/g, '/')}`);
  10. HIGH obfuscation cappyeo/discord-mcp dynamic require()/import() const mod = await import(`file://${join(dir, file).replace(/\\/g, '/')}`);
  11. HIGH dynamic exec antoinebou12/uml-mcp __import__() return __import__(module_name)
  12. HIGH dynamic exec sexylin/hipo-mcp pickle.loads() return pickle.loads(raw)
  13. HIGH obfuscation wheelerhubbell/WheelerHubbellPublishingStandingMark dynamic require()/import() const open=(e,type,key)=>{require(e.protected.type===type,'wrong signed type');require(e.protected.key_id===sha(Buffer.from(key,'base64')),'signer key id');require(verify(null,Buffer.from(canonical({p
  14. HIGH obfuscation wheelerhubbell/WheelerHubbellPublishingStandingMark base64 decode → exec sink const open=(e,type,key)=>{require(e.protected.type===type,'wrong signed type');require(e.protected.key_id===sha(Buffer.from(key,'base64')),'signer key id');require(verify(null,Buffer.from(canonical({p
  15. HIGH obfuscation wheelerhubbell/WheelerHubbellPublishingStandingMark dynamic require()/import() for(const file of files){execFileSync(process.execPath,['--check','scripts/'+file],{stdio:'pipe'});await import('./'+file);}