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 86% of 59,713 analyzable servers
51311 analyzed
7406 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 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 LH8PPL/core-memory-kit Anthropic key sk-ant…(46 chars, redacted)
  2. HIGH committed secret LH8PPL/core-memory-kit Anthropic key sk-ant…(46 chars, redacted)
  3. HIGH dynamic exec scrypto-audit-kit __import__() __import__(mod)
    scrypto_audit_kit-0.8.0/tests/ test_mcp_tools.py :24
  4. HIGH dynamic exec BenHuHuan/dhscode-tui new Function() schema.callback = new Function('return ' + schema.callback)()
  5. HIGH dynamic exec BenHuHuan/dhscode-tui eval() return eval(expr)
  6. HIGH dynamic exec BenHuHuan/dhscode-tui new Function() export const evaluate = new Function('ctx', 'expr', `
  7. HIGH dynamic exec BenHuHuan/dhscode-tui new Function() new Function(`return (${expression})`)
  8. HIGH dynamic exec BenHuHuan/dhscode-tui constructor escape const st = globalThis.constructor.constructor('return setTimeout')()
  9. HIGH dynamic exec BenHuHuan/dhscode-tui vm exec return vm.runInNewContext(`(${expression})`)
  10. HIGH obfuscation BenHuHuan/dhscode-tui dynamic require()/import() const generated = await import(`${pathToFileURL(modulePath).href}?test=${Date.now()}`) as {
  11. HIGH obfuscation BenHuHuan/dhscode-tui dynamic require()/import() const generated = await import(`${pathToFileURL(modulePath).href}?test=${Date.now()}`) as {
  12. HIGH obfuscation BenHuHuan/dhscode-tui dynamic require()/import() const generated = await import(`${pathToFileURL(path).href}?test=${Date.now()}-${String(temporaryRoots.length)}`) as {
  13. HIGH obfuscation BenHuHuan/dhscode-tui dynamic require()/import() const generated = await import(`data:text/javascript,${encodeURIComponent(executable)}`) as RuntimeRemoteModule
  14. HIGH committed secret BenHuHuan/dhscode-tui OpenAI key sk-e2e…(23 chars, redacted)
  15. HIGH dynamic exec BenHuHuan/dhscode-tui new Function() const factory = new Function(...parameters, `return (async () => {\n${clientCode}\n})()`)