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.
50020 analyzed
8131 re-analysis due
988 not analyzable
1 not yet analyzed
4803 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 11826
- obfuscation 3575
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2548
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187620
- MEDIUM suspicious endpoint crowterliam/2d6mcp discord.com
{ name: "test-hook", url: "https://discord.com/api/webhooks/123/abc", tags: ["gm"], description: "Test" }, - MEDIUM suspicious endpoint crowterliam/2d6mcp discord.com
if (!url.startsWith("https://discord.com/api/webhooks/") && !url.startsWith("https://discordapp.com/api/webhooks/")) { - HIGH dynamic exec mgd43b/manicule eval()/exec()
exec(premise, {}) # noqa: S102 - the compiled statement above is the fixture - MEDIUM suspicious endpoint mgd43b/manicule 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest/meta-data", - HIGH dynamic exec mgd43b/manicule __import__ sink
measured = resident_bytes(__import__("os").getpid()) - HIGH dynamic exec mgd43b/manicule __import__()
path = __import__(package, fromlist=["__file__"]).__file__ - MEDIUM suspicious endpoint NeoXider/web-search-neo 8.8.8.8
"http://8.8.8.8./", - MEDIUM suspicious endpoint NeoXider/web-search-neo 93.184.216.34
"http://93.184.216.34/", - HIGH dynamic exec ericluo04/claude-academic-workflow setTimeout(string)
n:function(){if(c.safariContextMenuBug){setTimeout("window.getSelection().empty()",0)}if(document.selection){setTimeout("document.selection.empty()",0)}},getBBox:function(s){s.appendChild(c.topImg);va - HIGH dynamic exec ericluo04/claude-academic-workflow setTimeout(string)
n:function(){if(c.safariContextMenuBug){setTimeout("window.getSelection().empty()",0)}if(document.selection){setTimeout("document.selection.empty()",0)}},getBBox:function(s){s.appendChild(c.topImg);va - HIGH dynamic exec ericluo04/claude-academic-workflow setTimeout(string)
n:function(){if(c.safariContextMenuBug){setTimeout("window.getSelection().empty()",0)}if(document.selection){setTimeout("document.selection.empty()",0)}},getBBox:function(s){s.appendChild(c.topImg);va - MEDIUM suspicious endpoint infragate/capa 169.254.169.254 (cloud metadata)
{ slug: 'unit', type: 'url', source: 'https://169.254.169.254/adapter.ts' }, - MEDIUM over-broad oauth scope infragate/capa delete_repo
const REMOTE = ["search", "create_issue", "delete_repo"]; - MEDIUM suspicious endpoint infragate/capa 8.8.8.8
const u = await assertPublicHttpsUrl('https://8.8.8.8/SKILL.md'); - MEDIUM suspicious endpoint infragate/capa 169.254.169.254 (cloud metadata)
fetchTextFile('https://169.254.169.254/latest/meta-data/', { authFetch }),