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.
50002 analyzed
8143 re-analysis due
988 not analyzable
0 not yet analyzed
4801 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 6177
- dynamic exec 11823
- obfuscation 3573
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187726
- HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
data = yaml.load(match.group(1)) - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
parsed = yaml.load(yaml_block) - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
data = yaml.load(fh) - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
parsed = yaml.load(path.read_text(encoding="utf-8")) - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
data = yaml.load(f) - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
loaded = yaml.load(frontmatter) - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
raw: Any = yaml.load(fh) - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
result: dict[str, Any] = yaml.load(path.read_text(encoding="utf-8")) or {} - HIGH dynamic exec wallter/trw-mcp unsafe yaml.load()
data = yaml.load(inventory_path.read_text(encoding="utf-8")) or {} - HIGH dynamic exec zeus-dev-helper-mcp __import__()
module = __import__(path, fromlist=[name]) - HIGH dynamic exec sagemath-mcp eval()/exec()
exec(preload, ns) - MEDIUM over-broad oauth scope files-com-mcp site_admin
"site_admin", - HIGH dynamic exec menaje/codex-mcp-bridge-for-chatgpt new Function()
expect(() => new Function(`return (${source})`)()).not.toThrow(); - HIGH obfuscation menaje/codex-mcp-bridge-for-chatgpt dynamic require()/import()
const source = (file: string) => import(pathToFileURL(path.join(directory, "src", file + ".ts")).href); - HIGH obfuscation menaje/codex-mcp-bridge-for-chatgpt dynamic require()/import()
const { loadConfig } = await import(prefix + "config.js");