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,695 analyzable servers
51192 analyzed
7507 re-analysis due
995 not analyzable
1 not yet analyzed
4848 source gone
not analyzable
795 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 kast-cms/kast 169.254.169.254 (cloud metadata) ['http://169.254.169.254/latest/meta-data/', 'private_address'],
  2. HIGH obfuscation solcreek/creek dynamic require()/import() const mod = (await import(`${entryPath}?t=${Date.now()}`)) as WorkerModule;
  3. HIGH committed secret solcreek/creek AWS access key id AKIAZZ…(20 chars, redacted)
  4. HIGH committed secret solcreek/creek Google API key AIzaSy…(39 chars, redacted)
  5. MEDIUM suspicious endpoint relakeinc/trell 169.254.169.254 (cloud metadata) ["http://169.254.169.254/latest/meta-data/", "url must not point at a private or internal address"],
  6. MEDIUM suspicious endpoint relakeinc/trell 93.184.216.34 "https://93.184.216.34/hook", // public literal IPv4
  7. MEDIUM suspicious endpoint adelaidasofia/substack-mcp 169.254.169.254 (cloud metadata) server._validate_url("http://169.254.169.254/latest/meta-data/")
  8. HIGH dynamic exec star-ga/mind-nerve eval()/exec() exec(compile(ast.Module(body=[fn], type_ignores=[]), "<hook>", "exec"), ns) # noqa: S102
  9. MEDIUM suspicious endpoint aytzey/paper-pilot 169.254.169.254 (cloud metadata) paper = PaperRecord(source="t", source_id="1", title="A Paper", pdf_url="http://169.254.169.254/x.pdf")
  10. MEDIUM suspicious endpoint aytzey/paper-pilot 93.184.216.34 _PUBLIC_PDF = "https://93.184.216.34/paper.pdf"
  11. MEDIUM suspicious endpoint aytzey/paper-pilot 169.254.169.254 (cloud metadata) assert is_public_http_url("http://169.254.169.254/latest/meta-data") is False
  12. MEDIUM suspicious endpoint aytzey/paper-pilot 93.184.216.34 assert is_public_http_url("https://93.184.216.34/paper.pdf") is True
  13. HIGH dynamic exec Jovancoding/Network-AI eval() eval(userInput);
  14. HIGH dynamic exec All-The-Vibes/ATV-Phoenix eval()/exec() exec(compile(candidate, str(solution), "exec"), module.__dict__)
  15. HIGH dynamic exec All-The-Vibes/ATV-Phoenix eval()/exec() exec(skill.source, namespace) # noqa: S102 - the agent's own code