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 dynamic exec klei30/tuner-mcp __import__() module = __import__(recipe.module, fromlist=[recipe.entrypoint])
  2. HIGH dynamic exec tomcounsell/ai eval()/exec() exec(compile(ast.Module(body=[stmt], type_ignores=[]), "<block>", "exec"), namespace)
  3. HIGH dynamic exec tomcounsell/ai eval()/exec() exec(compile(ast.Module(body=[block], type_ignores=[]), "<block>", "exec"), namespace)
  4. HIGH dynamic exec tomcounsell/ai eval()/exec() exec(compile(ast.Module(body=[block], type_ignores=[]), "<readme>", "exec"), namespace)
  5. HIGH dynamic exec tomcounsell/ai __import__ sink k: v for k, v in __import__("os").environ.items() if k != "VALOR_SESSION_ID"
  6. MEDIUM suspicious endpoint tomcounsell/ai yudame.sentry.io (telemetry) "permalink": f"https://yudame.sentry.io/issues/{issue_id}/",
  7. MEDIUM suspicious endpoint tomcounsell/ai sentry.io (telemetry) text = "PR created: https://github.com/org/repo/pull/42\nSee https://sentry.io/issues/123"
  8. MEDIUM over-broad oauth scope tomcounsell/ai https://www.googleapis.com/auth/drive mock_creds.scopes = {"https://www.googleapis.com/auth/drive"}
  9. HIGH dynamic exec tomcounsell/ai __import__ sink k: v for k, v in __import__("os").environ.items() if k != "CLAUDE_CODE_OAUTH_TOKEN"
  10. HIGH dynamic exec tomcounsell/ai __import__ sink for k, v in __import__("os").environ.items()
  11. HIGH dynamic exec tomcounsell/ai __import__() return __import__(name, *args, **kwargs)
  12. HIGH dynamic exec tomcounsell/ai __import__ sink for k, v in __import__("os").environ.items()
  13. HIGH committed secret tomcounsell/ai Anthropic key sk-ant…(39 chars, redacted)
  14. HIGH dynamic exec tomcounsell/ai eval()/exec() exec(compile(func_src, "<_react_closure_under_test>", "exec"), namespace) # noqa: S102
  15. HIGH dynamic exec tomcounsell/ai __import__() __import__(f"tools.{tool_name}", fromlist=[tool_name])