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,163 analyzable servers
50100 analyzed
8073 re-analysis due
988 not analyzable
2 not yet analyzed
4804 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 dynamic exec ztemerbekov/a1-yandex-kit-skills new Function() const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);
  2. HIGH dynamic exec ztemerbekov/a1-yandex-kit-skills new Function() const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);
  3. HIGH dynamic exec ztemerbekov/a1-yandex-kit-skills new Function() const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);
  4. HIGH dynamic exec ztemerbekov/a1-yandex-kit-skills new Function() const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);
  5. HIGH dynamic exec ztemerbekov/a1-yandex-kit-skills new Function() const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode);
  6. MEDIUM suspicious endpoint ztemerbekov/a1-yandex-kit-skills t.me (https://t.me/+f9qV8snaY1pmM2Ji) or Yandex support for the current signing scheme
  7. HIGH obfuscation ztemerbekov/a1-yandex-kit-skills dynamic require()/import() const mod = await import(pathToFileURL(TOOLS_DIR + file).href);
  8. HIGH committed secret chandshy/mailpouch private key PEM private key block (redacted)
  9. HIGH credential in log chandshy/mailpouch credential in log logger.info('connect', 'Test', { user: 'u', password: 'hunter2', auth: { user: 'u', pass: 'hunter2' } });
  10. MEDIUM suspicious endpoint chandshy/mailpouch 8.8.8.8 const req = mockReq({ origin: 'http://8.8.8.8:8765' });
  11. MEDIUM suspicious endpoint chandshy/mailpouch 8.8.8.8 const r = await d.deliver({ id: "w", url: "https://8.8.8.8/x" }, stubEvent());
  12. MEDIUM suspicious endpoint chandshy/mailpouch discordapp.com expect(detectFormat("https://discordapp.com/api/webhooks/1/abc")).toBe("discord");
  13. MEDIUM suspicious endpoint chandshy/mailpouch discord.com expect(detectFormat("https://discord.com/api/webhooks/1/abc")).toBe("discord");
  14. MEDIUM suspicious endpoint chandshy/mailpouch 172.32.0.1 expect(isPrivateWebhookTarget("http://172.32.0.1/")).toBe(false); // just outside RFC-1918
  15. MEDIUM suspicious endpoint chandshy/mailpouch 169.254.169.254 (cloud metadata) "http://169.254.169.254/latest",