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 the-cybersapien/lumberroom GitHub token ghp_16…(40 chars, redacted)
  2. HIGH committed secret the-cybersapien/lumberroom OpenAI key sk-pro…(40 chars, redacted)
  3. HIGH committed secret the-cybersapien/lumberroom Anthropic key sk-ant…(49 chars, redacted)
  4. HIGH dynamic exec Vertiiii/blender-mcp eval()/exec() exec(code, namespace)
  5. MEDIUM suspicious endpoint wangzhe04/ruyi-workbench-oss 172.32.0.1 ok(mod.ssrfCheck('http://172.32.0.1/').allowed === true, 'SSRF: 172.32.x (outside 172.16-31) ALLOWED');
  6. MEDIUM suspicious endpoint wangzhe04/ruyi-workbench-oss 8.8.8.8 ok(mod.ssrfCheck('http://8.8.8.8/').allowed === true, 'SSRF: public IPv4 8.8.8.8 ALLOWED');
  7. MEDIUM suspicious endpoint wangzhe04/ruyi-workbench-oss 169.254.169.254 (cloud metadata) ok(mod.ssrfCheck('http://169.254.169.254/').allowed === false, 'SSRF: 169.254.169.254 (cloud metadata) BLOCKED');
  8. HIGH dynamic exec wangzhe04/ruyi-workbench-oss new Function() const normalizeWaitSpec = new Function(nm[0] + '\nreturn normalizeWaitSpec;')();
  9. HIGH dynamic exec wangzhe04/ruyi-workbench-oss new Function() return new Function(...getParams(m[0]), getBody(m[0]));
  10. HIGH dynamic exec wangzhe04/ruyi-workbench-oss vm exec const fn = vm.runInNewContext(`${match[0].replace('export ', '')}\nactiveTurnUserIsPersisted`);
  11. HIGH obfuscation wangzhe04/ruyi-workbench-oss dynamic require()/import() const srv = require(${JSON.stringify(SERVER)});
  12. HIGH obfuscation wangzhe04/ruyi-workbench-oss dynamic require()/import() const srv = require(${JSON.stringify(SERVER)});
  13. HIGH dynamic exec wangzhe04/ruyi-workbench-oss vm exec const run = vm.runInNewContext(`${extract('lastSessionContextTokens')}\n${extract('replaceSessionObject')}\n${extract('maybeAutoCompactAgentSession')}\nmaybeAutoCompactAgentSession`, context);
  14. HIGH dynamic exec wangzhe04/ruyi-workbench-oss vm exec const run = vm.runInNewContext(`${extract('maybeAutoCompact')}\nmaybeAutoCompact`, ctx);
  15. HIGH dynamic exec wangzhe04/ruyi-workbench-oss new Function() const t3 = new Function('crypto', 'path', block + '\nreturn { ACTION_VIEW_TOOLS, ACTION_VIEW_MIN_CHARS, buildActionEnvelope, projectActionModelView };')(crypto, require('path'));