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.
50064 analyzed
8099 re-analysis due
988 not analyzable
0 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 6178
- dynamic exec 11834
- obfuscation 3579
- suspicious endpoint 12346
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187628
- MEDIUM suspicious endpoint Trusty-Squire/trusty-squire api.telegram.org
expect(url).toBe("https://api.telegram.org/botsynthetic-bot-token/sendMessage"); - HIGH obfuscation Rul1an/assay dynamic require()/import()
void import(${JSON.stringify(`data:text/javascript,${encodeURIComponent(body)}`)}); - HIGH committed secret Rul1an/assay GitHub token
ghp_01…(40 chars, redacted) - HIGH committed secret Rul1an/assay GitHub token
ghp_01…(40 chars, redacted) - HIGH dynamic exec gamedevpl/www.gamedev.pl indirect eval
try{(0,eval)(code);}catch(err){} - MEDIUM over-broad oauth scope gamedevpl/www.gamedev.pl https://www.googleapis.com/auth/cloud-platform
const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; - HIGH dynamic exec gamedevpl/www.gamedev.pl new Function()
const isServerRenderedRoute = new Function('url', `${source}\nreturn isServerRenderedRoute(url);`) as ( - HIGH dynamic exec gamedevpl/www.gamedev.pl indirect eval
(0, eval)(playerBridgeSource()); - MEDIUM over-broad oauth scope gamedevpl/www.gamedev.pl https://www.googleapis.com/auth/cloud-platform
'https://www.googleapis.com/auth/cloud-platform', - MEDIUM over-broad oauth scope gamedevpl/www.gamedev.pl https://www.googleapis.com/auth/cloud-platform
auth ??= new GoogleAuth({ scopes: ['https://www.googleapis.com/auth/cloud-platform'] }); - MEDIUM over-broad oauth scope gamedevpl/www.gamedev.pl https://www.googleapis.com/auth/cloud-platform
auth ??= new GoogleAuth({ scopes: ['https://www.googleapis.com/auth/cloud-platform'] }); - MEDIUM over-broad oauth scope gamedevpl/www.gamedev.pl https://www.googleapis.com/auth/cloud-platform
const getAuth = () => (auth ??= new GoogleAuth({ scopes: ['https://www.googleapis.com/auth/cloud-platform'] })); - HIGH dynamic exec gamedevpl/www.gamedev.pl new Function()
expect(() => new Function(sources?.gameJs ?? '')).not.toThrow(); - HIGH dynamic exec gamedevpl/www.gamedev.pl new Function()
expect(() => new Function(sources?.gameJs ?? '')).not.toThrow(); - MEDIUM over-broad oauth scope gamedevpl/www.gamedev.pl https://www.googleapis.com/auth/cloud-platform
const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';