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,140 analyzable servers
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.

code findings 15 shown
  1. HIGH committed secret spectrayan/spector Slack token xoxb-i…(23 chars, redacted)
  2. HIGH committed secret tejasghutukade/stageflow OpenAI key sk-aaa…(23 chars, redacted)
  3. HIGH obfuscation onetapstudiogames/1f3d9 dynamic require()/import() const { windowSnapshot } = await import(${JSON.stringify(windowUrl)})
  4. HIGH dynamic exec onetapstudiogames/1f3d9 new Function() assert.doesNotThrow(() => new Function(WINDOW_JS))
  5. HIGH dynamic exec onetapstudiogames/1f3d9 new Function() const relativeGap = new Function('return ' + source[0])() as
  6. HIGH dynamic exec onetapstudiogames/1f3d9 new Function() const run = new Function(
  7. HIGH dynamic exec onetapstudiogames/1f3d9 new Function() assert.doesNotThrow(() => new Function(WINDOW_JS))
  8. HIGH dynamic exec onetapstudiogames/1f3d9 new Function() const isQuietPlace = new Function('return ' + source[0])() as (place: unknown) => boolean
  9. HIGH dynamic exec onetapstudiogames/1f3d9 new Function() return new Function(parts.join('\n\n'))() as (
  10. HIGH dynamic exec onetapstudiogames/1f3d9 new Function() assert.doesNotThrow(() => new Function(CREDIT_BUY_JS))
  11. MEDIUM suspicious endpoint onetapstudiogames/1f3d9 8.8.8.8 ['public bare IPv4 URL', fields => fields.set('url', 'https://8.8.8.8/tool'), /public https link.*public host.*try again/iu],
  12. MEDIUM suspicious endpoint onetapstudiogames/1f3d9 169.254.169.254 (cloud metadata) ['link-local URL', fields => fields.set('url', 'https://169.254.169.254/latest/meta-data'), /public https link.*public host.*try again/iu],
  13. HIGH suspicious skill script Ntizar/MasterMind suspicious bundled script python3 -c "import manim" 2>/dev/null && ok "Manim $(manim --version 2>&1 | head -1)" || { fail "Manim not installed: pip install manim"; errors=$((errors+1)); }
  14. MEDIUM suspicious endpoint Ntizar/MasterMind api.telegram.org f"https://api.telegram.org/bot{tg_token}/getMe",
  15. HIGH dynamic exec Ntizar/MasterMind eval()/exec() exec(compile(open(path).read(), str(path), 'exec'), ns)