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.

analysis coverage 85% of 59,151 analyzable servers
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.

code findings 15 shown
  1. MEDIUM suspicious endpoint Trusty-Squire/trusty-squire api.telegram.org expect(url).toBe("https://api.telegram.org/botsynthetic-bot-token/sendMessage");
  2. HIGH obfuscation Rul1an/assay dynamic require()/import() void import(${JSON.stringify(`data:text/javascript,${encodeURIComponent(body)}`)});
  3. HIGH committed secret Rul1an/assay GitHub token ghp_01…(40 chars, redacted)
  4. HIGH committed secret Rul1an/assay GitHub token ghp_01…(40 chars, redacted)
  5. HIGH dynamic exec gamedevpl/www.gamedev.pl indirect eval try{(0,eval)(code);}catch(err){}
  6. 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';
  7. HIGH dynamic exec gamedevpl/www.gamedev.pl new Function() const isServerRenderedRoute = new Function('url', `${source}\nreturn isServerRenderedRoute(url);`) as (
  8. HIGH dynamic exec gamedevpl/www.gamedev.pl indirect eval (0, eval)(playerBridgeSource());
  9. MEDIUM over-broad oauth scope gamedevpl/www.gamedev.pl https://www.googleapis.com/auth/cloud-platform 'https://www.googleapis.com/auth/cloud-platform',
  10. 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'] });
  11. 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'] });
  12. 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'] }));
  13. HIGH dynamic exec gamedevpl/www.gamedev.pl new Function() expect(() => new Function(sources?.gameJs ?? '')).not.toThrow();
  14. HIGH dynamic exec gamedevpl/www.gamedev.pl new Function() expect(() => new Function(sources?.gameJs ?? '')).not.toThrow();
  15. 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';