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. HIGH obfuscation Gadsotek/artifactflow dynamic require()/import() import('${pageCatalogLiveAsset}').then(() => {
  2. HIGH committed secret Gadsotek/artifactflow OpenAI key sk-thi…(33 chars, redacted)
  3. HIGH suspicious skill script Nocetic/flowly suspicious bundled script python3 -c "import manim" 2>/dev/null && ok "Manim $(manim --version 2>&1 | head -1)" || { fail "Manim not installed: pip install manim"; errors=$((errors+1)); }
  4. HIGH committed secret Nocetic/flowly OpenAI key sk-qqq…(31 chars, redacted)
  5. HIGH committed secret Nocetic/flowly GitHub fine-grained PAT github…(47 chars, redacted)
  6. HIGH committed secret Nocetic/flowly Anthropic key sk-ant…(39 chars, redacted)
  7. HIGH dynamic exec Nocetic/flowly eval()/exec() return eval(code, {"__builtins__": {}}, {**_MATHNS, **values}) # noqa: S307 trusted CLI
  8. HIGH dynamic exec Nocetic/flowly eval()/exec() expr = eval(a.expr, {a.func: f, a.var: x, "sp": sp}) # noqa: S307 trusted CLI input
  9. HIGH dynamic exec Nocetic/flowly eval()/exec() return eval(expr, env) # noqa: S307 — fixed safe env, no builtins
  10. MEDIUM suspicious endpoint Nocetic/flowly abc123.ngrok.app placeholder="https://abc123.ngrok.app",
  11. MEDIUM suspicious endpoint Nocetic/flowly docs.sentry.io (telemetry) docs_url="https://docs.sentry.io/api/auth/",
  12. MEDIUM suspicious endpoint Nocetic/flowly sentry.io (telemetry) f"https://sentry.io/api/0/organizations/{org}/",
  13. MEDIUM suspicious endpoint Nocetic/flowly api.telegram.org url = f"https://api.telegram.org/bot{token}/getMe"
  14. HIGH dynamic exec Nocetic/flowly __import__ sink env = {**__import__("os").environ, "CLOUDSDK_PYTHON": python3}
  15. MEDIUM suspicious endpoint Nocetic/flowly api.telegram.org url = f"https://api.telegram.org/bot{token}/getMe"