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 committed secret lgtm-hq/py-lintro GitHub token ghp_a1…(40 chars, redacted)
  2. HIGH committed secret lgtm-hq/py-lintro GitHub token ghp_a1…(40 chars, redacted)
  3. HIGH committed secret lgtm-hq/py-lintro AWS access key id AKIAZ7…(20 chars, redacted)
  4. HIGH dynamic exec lgtm-hq/py-lintro pickle.loads() return pickle.loads(data) # noqa: S301
  5. HIGH dynamic exec lgtm-hq/py-lintro eval()/exec() eval(y)
  6. HIGH dynamic exec lgtm-hq/py-lintro pickle.loads() return pickle.loads(data)
  7. HIGH dynamic exec lgtm-hq/py-lintro __import__() module = __import__(module_name, fromlist=[attr_name])
  8. HIGH dynamic exec cartesiancs/cartcut new Function() return new Function("fx", "fy", "fz", `return ${js};`)(fx, fy, fz) as number;
  9. HIGH dynamic exec jtraverso/certo eval()/exec() exec(compile(source, str(p), "exec"), mod.__dict__)
  10. HIGH obfuscation Enderfga/claw-orchestrator dynamic require()/import() const { RunKernel } = await import(${JSON.stringify(`${DIST}/kernel/engine.js`)});
  11. MEDIUM suspicious endpoint Mygentic-AI/cello-client api.telegram.org const url = `https://api.telegram.org/bot${this.botToken}/getUpdates?offset=${offset}&timeout=${timeoutSec}`;
  12. MEDIUM suspicious endpoint Mygentic-AI/cello-client 1.2.3.4 const d = describeDirectoryAuth({ verifierPresent: true, directoryUrl: "http://1.2.3.4:9090" });
  13. HIGH dynamic exec bharatkse/juris-ai __import__() __import__(
  14. HIGH dynamic exec bharatkse/juris-ai __import__() retry_policy=__import__(
  15. HIGH dynamic exec cuga-project/cuga-agent eval()/exec() exec(compile(stub_src, "<stub>", "exec"), ns)