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
- HIGH dynamic exec open-covenant/covenant new Function()
const usd = new Function(`${source} return usd;`)() as (quantity: { value: number }) => string; - HIGH dynamic exec SvatahLabs/Yam indirect eval
(0, eval)(`(${script})`)(elementId) as Promise<boolean>, - HIGH obfuscation SvatahLabs/Yam dynamic require()/import()
mcp = (await import(/* @vite-ignore */ "@svatah/yam" + "-mcp")) as { - HIGH dynamic exec SvatahLabs/Yam indirect eval
({ script, id }: { script: string; id: string }) => (0, eval)(`(${script})`)(id) as Promise<boolean>, - HIGH dynamic exec SvatahLabs/Yam new Function()
const factory = new Function("Application", `${PERFORM_SCRIPT}\nreturn run;`) as ( - HIGH obfuscation asen-goat-mine/bok base64 decode → exec sink
return base64.b64decode(result.stdout.strip()).decode("utf-8") - MEDIUM suspicious endpoint wildfirebill-ai/hivestack api.telegram.org
url = f"https://api.telegram.org/bot{tok}/sendMessage" - HIGH dynamic exec fancyboi999/ai-engineering-from-scratch-zh eval()/exec()
exec(prediction, safe_globals, local) - HIGH dynamic exec fancyboi999/ai-engineering-from-scratch-zh eval()/exec()
exec(art.code, ns, ns) - HIGH committed secret fancyboi999/ai-engineering-from-scratch-zh OpenAI key
sk-sup…(33 chars, redacted) - HIGH dynamic exec fancyboi999/ai-engineering-from-scratch-zh eval()/exec()
return str(eval(expr, {"__builtins__": {}}, {})) - HIGH dynamic exec fancyboi999/ai-engineering-from-scratch-zh eval()/exec()
return str(eval(expression, {"__builtins__": {}}, {})) - HIGH dynamic exec fancyboi999/ai-engineering-from-scratch-zh eval()/exec()
result = eval(expression, {"__builtins__": {}}, {"math": math}) - HIGH dynamic exec fancyboi999/ai-engineering-from-scratch-zh eval()/exec()
result = eval(expression, {"__builtins__": {}}, {}) - HIGH dynamic exec fancyboi999/ai-engineering-from-scratch-zh eval()/exec()
expected = eval(cleaned, {"__builtins__": {}}, {})