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 obfuscation cappyeo/discord-mcp dynamic require()/import()
const mod = await import(`file://${join(dir, file).replace(/\\/g, '/')}`); - HIGH dynamic exec antoinebou12/uml-mcp __import__()
return __import__(module_name) - HIGH obfuscation DevilTea/agent-vm-mcp dynamic require()/import()
const freshAgentsModule = await import(`../src/agents.js?fresh=${Date.now()}`); - HIGH committed secret getsynkora/synkora-ai Slack token
xoxb-r…(15 chars, redacted) - HIGH dynamic exec getsynkora/synkora-ai eval()/exec()
exec(compile(ast.Module(body=[mint], type_ignores=[]), "<actual-widget-mint-block>", "exec"), namespace) - HIGH dynamic exec getsynkora/synkora-ai eval()/exec()
exec(compile(ast.Module(body=nodes, type_ignores=[]), path, "exec"), namespace) - HIGH dynamic exec getsynkora/synkora-ai eval()/exec()
exec(compile(ast.fix_missing_locations(module), path, "exec"), namespace) - MEDIUM suspicious endpoint getsynkora/synkora-ai 169.254.169.254 (cloud metadata)
is_valid, error = validate_url("http://169.254.169.254/latest/meta-data/") - HIGH committed secret getsynkora/synkora-ai Slack token
xoxb-d…(20 chars, redacted) - HIGH dynamic exec getsynkora/synkora-ai eval()/exec()
return eval( - HIGH committed secret getsynkora/synkora-ai Slack token
xoxb-t…(18 chars, redacted) - MEDIUM suspicious endpoint getsynkora/synkora-ai api.telegram.org
TELEGRAM_API_BASE = "https://api.telegram.org" - MEDIUM over-broad oauth scope getsynkora/synkora-ai https://www.googleapis.com/auth/spreadsheets
"https://www.googleapis.com/auth/spreadsheets", - MEDIUM over-broad oauth scope getsynkora/synkora-ai https://www.googleapis.com/auth/documents
"https://www.googleapis.com/auth/documents", - MEDIUM over-broad oauth scope getsynkora/synkora-ai https://www.googleapis.com/auth/drive
"https://www.googleapis.com/auth/drive",