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
51311 analyzed
7406 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 over-broad oauth scope Stuko0/alice-agent https://www.googleapis.com/auth/documents "https://www.googleapis.com/auth/documents",
  2. MEDIUM over-broad oauth scope Stuko0/alice-agent https://www.googleapis.com/auth/spreadsheets "https://www.googleapis.com/auth/spreadsheets",
  3. MEDIUM over-broad oauth scope Stuko0/alice-agent https://www.googleapis.com/auth/drive "https://www.googleapis.com/auth/drive",
  4. MEDIUM over-broad oauth scope Stuko0/alice-agent gmail.modify "https://www.googleapis.com/auth/gmail.modify",
  5. MEDIUM over-broad oauth scope Stuko0/alice-agent https://www.googleapis.com/auth/documents "https://www.googleapis.com/auth/documents",
  6. MEDIUM over-broad oauth scope Stuko0/alice-agent https://www.googleapis.com/auth/spreadsheets "https://www.googleapis.com/auth/spreadsheets",
  7. MEDIUM over-broad oauth scope Stuko0/alice-agent https://www.googleapis.com/auth/drive "https://www.googleapis.com/auth/drive",
  8. MEDIUM over-broad oauth scope Stuko0/alice-agent gmail.modify "https://www.googleapis.com/auth/gmail.modify",
  9. HIGH dynamic exec Stuko0/alice-agent eval()/exec() exec(compile(open(path).read(), str(path), 'exec'), ns)
  10. HIGH dynamic exec Stuko0/alice-agent eval()/exec() exec(compile(open(_parseltongue_path).read(), str(_parseltongue_path), 'exec'), _caller_globals)
  11. HIGH dynamic exec Stuko0/alice-agent pickle.loads() outer = pickle.loads(args.snapshot.read_bytes()) # noqa: S301 — gated by --i-trust-this-file
  12. HIGH dynamic exec Stuko0/alice-agent unsafe yaml.load() doc = yaml.load(fh)
  13. MEDIUM suspicious endpoint Stuko0/alice-agent t.me "https://t.me/newbot/"
  14. HIGH dynamic exec Stuko0/alice-agent __import__() __import__(import_name)
  15. HIGH dynamic exec Stuko0/alice-agent __import__() __import__(module)