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.
51314 analyzed
7403 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.
- hidden prompt 369
- committed secret 6298
- dynamic exec 12011
- obfuscation 3650
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190167
- MEDIUM suspicious endpoint samerdwykat-cmyk/upshift-mcp 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data/", // cloud metadata - HIGH committed secret Mohitu/aiskimo Stripe live key
sk_liv…(38 chars, redacted) - HIGH dynamic exec touchdesigner-mcp eval()/exec()
exec(script, {"op": op, "me": parent, "parent": parent, "project": project, "ui": ui}) - HIGH committed secret GeekFamilyCorp/TricorderKit Anthropic key
sk-ant…(49 chars, redacted) - HIGH dynamic exec GeekFamilyCorp/TricorderKit __import__ sink
env={**__import__("os").environ, "PYTHONUTF8": "1"}, - HIGH dynamic exec deepset-ai/hayhooks __import__()
original_with_lock = __import__( - HIGH dynamic exec pinellolab/chorus eval()/exec()
exec(compile(source.replace("frame.plot(PLOT_RANGE)", "pass"), - HIGH dynamic exec pinellolab/chorus eval()/exec()
exec(compile(ast.Module(body=[node], type_ignores=[]), str(path), "exec"), namespace) - HIGH dynamic exec pinellolab/chorus eval()/exec()
exec(compile(ast.Module(body=[node], type_ignores=[]), path, "exec"), ns) - HIGH dynamic exec pinellolab/chorus eval()/exec()
exec(code, {'__builtins__': __builtins__}, local_vars) - MEDIUM suspicious endpoint Harshith029/Whence 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta", # cloud metadata (link-local) - HIGH dynamic exec free-music-library-mcp __import__ sink
monkeypatch.setattr(t, "os", __import__("os")) - HIGH dynamic exec ImBIOS/belifoa new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH dynamic exec ImBIOS/belifoa new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - MEDIUM suspicious endpoint RJL667/openapi2mcp app.posthog.com (telemetry)
BASE = os.environ.get("POSTHOG_BASE_URL", "https://app.posthog.com").rstrip("/")