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 over-broad oauth scope TEstebanGQ/github-mcp-server delete_repo
name: "delete_repo", - MEDIUM over-broad oauth scope TEstebanGQ/github-mcp-server delete_repo
return send(3, "delete_repo", owner ? { owner, repo } : { repo }); - MEDIUM over-broad oauth scope TEstebanGQ/github-mcp-server delete_repo
name: "delete_repo", - HIGH dynamic exec agents-universe/agents-universe __import__ sink
__import__("pathlib").Path(__import__("os").environ["PROJECTS_ROOT"]) - MEDIUM suspicious endpoint agents-universe/agents-universe 169.254.169.254 (cloud metadata)
{"operation": "fetch", "source": "https://169.254.169.254/acme/skills.git"}, ctx - MEDIUM suspicious endpoint agents-universe/agents-universe 8.8.8.8
_check_browser_url("http://8.8.8.8:5173/") - MEDIUM suspicious endpoint agents-universe/agents-universe 169.254.169.254 (cloud metadata)
_check_browser_url("http://169.254.169.254/latest") - MEDIUM suspicious endpoint agents-universe/agents-universe 169.254.169.254 (cloud metadata)
url="http://169.254.169.254/latest/meta-data/", - HIGH dynamic exec agents-universe/agents-universe __import__()
mod = __import__(module_path, fromlist=[class_name]) - HIGH dynamic exec agents-universe/agents-universe eval()/exec()
exec(code, {"__name__": "sitecustomize_chained", "__file__": cand}) - HIGH dynamic exec agents-universe/agents-universe __import__()
"anthropic": lambda: __import__( - HIGH committed secret coo1white/cool-workflow OpenAI key
sk-THI…(31 chars, redacted) - HIGH committed secret coo1white/cool-workflow OpenAI key
sk-SEC…(27 chars, redacted) - HIGH obfuscation coo1white/cool-workflow dynamic require()/import()
const { loadWorkflowApp } = require(${JSON.stringify(workflowAppLoaderPath)}); - HIGH obfuscation coo1white/cool-workflow dynamic require()/import()
const { schedLeaseCli } = require(${JSON.stringify(path.join(pluginRoot, "dist", "shell", "scheduling-io.js"))});