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.
51193 analyzed
7507 re-analysis due
995 not analyzable
0 not yet analyzed
4848 source gone
not analyzable
795 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 12007
- obfuscation 3647
- suspicious endpoint 12542
- credential in log 718
- over-broad oauth scope 2556
- suspicious skill script 197
- bundled IDE extension 50
- skill file 190152
- MEDIUM suspicious endpoint Onta-Labs/onta-oss docs.sentry.io (telemetry)
docs_url="https://docs.sentry.io/api/", - HIGH dynamic exec Onta-Labs/onta-oss eval()/exec()
result = eval(expression, {"df": df, "pd": pd, "np": np, "__builtins__": safe_builtins}) # noqa: S307 - HIGH dynamic exec spkc83/egds eval()/exec()
exec(compile(code, "<cell>", "exec"), namespace) - HIGH dynamic exec Unlimited-Data-Works-LLC/Email-Triage __import__ sink
not hasattr(__import__("os"), "geteuid"), - MEDIUM over-broad oauth scope Unlimited-Data-Works-LLC/Email-Triage gmail.modify
"scope": "gmail.modify gmail.labels", # kept - HIGH dynamic exec Unlimited-Data-Works-LLC/Email-Triage __import__()
__import__( - HIGH dynamic exec Unlimited-Data-Works-LLC/Email-Triage __import__()
lambda db, u: __import__( - MEDIUM over-broad oauth scope Unlimited-Data-Works-LLC/Email-Triage gmail.modify
"https://www.googleapis.com/auth/gmail.modify", - HIGH dynamic exec southlab-ai/Claude-Plugin-Marketplace __import__()
__import__(mod) - HIGH dynamic exec southlab-ai/Claude-Plugin-Marketplace __import__()
__import__(module_path) - HIGH dynamic exec Mujadarah/TokenGraph eval()
ASM_CONSTS[start] = eval(func); - HIGH dynamic exec Mujadarah/TokenGraph new Function()
const validate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode)(this, this.scope.get()); - HIGH obfuscation Mujadarah/TokenGraph dynamic require()/import()
const { runBenchmarkCli } = await import(`${pathToFileURL(output).href}?run=${Date.now()}`); - HIGH obfuscation Lindforge-Studios/towerforge-codex-plugin dynamic require()/import()
void import(materialize(${JSON.stringify(entryId)})); - HIGH dynamic exec Morton/claude-code-feedback new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);