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 dynamic exec alialrikabi313/hares vm exec vm.runInNewContext(code, ctx);
  2. HIGH dynamic exec alialrikabi313/hares new Function() const f = new Function("a", "b", "return " + expr);
  3. HIGH dynamic exec alialrikabi313/hares eval() eval(payload);
  4. HIGH dynamic exec alialrikabi313/hares vm exec return vm.runInNewContext(expr);
  5. HIGH obfuscation alialrikabi313/hares base64 decode → exec sink eval(atob("ZXZhbChhdG9iKFN0cmluZyh4KSkp"));
  6. HIGH dynamic exec alialrikabi313/hares eval() eval(atob("ZXZhbChhdG9iKFN0cmluZyh4KSkp"));
  7. MEDIUM suspicious endpoint alialrikabi313/hares 169.254.169.254 (cloud metadata) $ref: "http://169.254.169.254/latest/meta-data/iam/security-credentials/",
  8. HIGH dynamic exec alialrikabi313/hares new Function() async ({ input }) => ({ content: [{ type: "text", text: String(new Function("return " + input)()) }] }),
  9. HIGH dynamic exec alialrikabi313/hares eval() async ({ input }) => ({ content: [{ type: "text", text: String(eval(input)) }] }),
  10. HIGH dynamic exec alialrikabi313/hares constructor escape const run = [].constructor.constructor("return (" + input + ")");
  11. HIGH obfuscation alialrikabi313/hares base64 decode → exec sink eval(Buffer.from(B, "base64").toString("utf8"));
  12. HIGH dynamic exec alialrikabi313/hares eval() eval(Buffer.from(B, "base64").toString("utf8"));
  13. HIGH dynamic exec alialrikabi313/hares new Function() const fn = new Function("row", `return (${expression});`);
  14. HIGH dynamic exec alialrikabi313/hares eval() const result = eval(formula);
  15. HIGH dynamic exec alialrikabi313/hares constructor escape const run = [].constructor.constructor("return (" + expr + ")");