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.
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.
- hidden prompt 338
- committed secret 6180
- dynamic exec 11839
- obfuscation 3598
- suspicious endpoint 12356
- credential in log 713
- over-broad oauth scope 2550
- suspicious skill script 185
- bundled IDE extension 49
- skill file 187699
- HIGH dynamic exec ztemerbekov/a1-yandex-kit-skills new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH dynamic exec ztemerbekov/a1-yandex-kit-skills new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH dynamic exec ztemerbekov/a1-yandex-kit-skills new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH dynamic exec ztemerbekov/a1-yandex-kit-skills new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - HIGH dynamic exec ztemerbekov/a1-yandex-kit-skills new Function()
const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); - MEDIUM suspicious endpoint ztemerbekov/a1-yandex-kit-skills t.me
(https://t.me/+f9qV8snaY1pmM2Ji) or Yandex support for the current signing scheme - HIGH obfuscation ztemerbekov/a1-yandex-kit-skills dynamic require()/import()
const mod = await import(pathToFileURL(TOOLS_DIR + file).href); - HIGH committed secret chandshy/mailpouch private key
PEM private key block (redacted) - HIGH credential in log chandshy/mailpouch credential in log
logger.info('connect', 'Test', { user: 'u', password: 'hunter2', auth: { user: 'u', pass: 'hunter2' } }); - MEDIUM suspicious endpoint chandshy/mailpouch 8.8.8.8
const req = mockReq({ origin: 'http://8.8.8.8:8765' }); - MEDIUM suspicious endpoint chandshy/mailpouch 8.8.8.8
const r = await d.deliver({ id: "w", url: "https://8.8.8.8/x" }, stubEvent()); - MEDIUM suspicious endpoint chandshy/mailpouch discordapp.com
expect(detectFormat("https://discordapp.com/api/webhooks/1/abc")).toBe("discord"); - MEDIUM suspicious endpoint chandshy/mailpouch discord.com
expect(detectFormat("https://discord.com/api/webhooks/1/abc")).toBe("discord"); - MEDIUM suspicious endpoint chandshy/mailpouch 172.32.0.1
expect(isPrivateWebhookTarget("http://172.32.0.1/")).toBe(false); // just outside RFC-1918 - MEDIUM suspicious endpoint chandshy/mailpouch 169.254.169.254 (cloud metadata)
"http://169.254.169.254/latest",