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.
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.
- hidden prompt 338
- committed secret 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187702
- HIGH dynamic exec klei30/tuner-mcp __import__()
module = __import__(recipe.module, fromlist=[recipe.entrypoint]) - HIGH dynamic exec tomcounsell/ai eval()/exec()
exec(compile(ast.Module(body=[stmt], type_ignores=[]), "<block>", "exec"), namespace) - HIGH dynamic exec tomcounsell/ai eval()/exec()
exec(compile(ast.Module(body=[block], type_ignores=[]), "<block>", "exec"), namespace) - HIGH dynamic exec tomcounsell/ai eval()/exec()
exec(compile(ast.Module(body=[block], type_ignores=[]), "<readme>", "exec"), namespace) - HIGH dynamic exec tomcounsell/ai __import__ sink
k: v for k, v in __import__("os").environ.items() if k != "VALOR_SESSION_ID" - MEDIUM suspicious endpoint tomcounsell/ai yudame.sentry.io (telemetry)
"permalink": f"https://yudame.sentry.io/issues/{issue_id}/", - MEDIUM suspicious endpoint tomcounsell/ai sentry.io (telemetry)
text = "PR created: https://github.com/org/repo/pull/42\nSee https://sentry.io/issues/123" - MEDIUM over-broad oauth scope tomcounsell/ai https://www.googleapis.com/auth/drive
mock_creds.scopes = {"https://www.googleapis.com/auth/drive"} - HIGH dynamic exec tomcounsell/ai __import__ sink
k: v for k, v in __import__("os").environ.items() if k != "CLAUDE_CODE_OAUTH_TOKEN" - HIGH dynamic exec tomcounsell/ai __import__ sink
for k, v in __import__("os").environ.items() - HIGH dynamic exec tomcounsell/ai __import__()
return __import__(name, *args, **kwargs) - HIGH dynamic exec tomcounsell/ai __import__ sink
for k, v in __import__("os").environ.items() - HIGH committed secret tomcounsell/ai Anthropic key
sk-ant…(39 chars, redacted) - HIGH dynamic exec tomcounsell/ai eval()/exec()
exec(compile(func_src, "<_react_closure_under_test>", "exec"), namespace) # noqa: S102 - HIGH dynamic exec tomcounsell/ai __import__()
__import__(f"tools.{tool_name}", fromlist=[tool_name])