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
50108 analyzed
8067 re-analysis due
988 not analyzable
0 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 microsoft/playwright eval() window.testStatus = eval("'FAILED'");
  2. HIGH obfuscation microsoft/playwright dynamic require()/import() const packageJSON = require(requireName + '/package.json');
  3. HIGH committed secret microsoft/playwright private key PEM private key block (redacted)
  4. HIGH dynamic exec microsoft/playwright new Function() new Function(asRawStatements
  5. HIGH dynamic exec microsoft/playwright new Function() new Function(("var " + ident + "=_"));
  6. HIGH committed secret microsoft/playwright private key PEM private key block (redacted)
  7. HIGH committed secret microsoft/playwright private key PEM private key block (redacted)
  8. HIGH committed secret microsoft/playwright private key PEM private key block (redacted)
  9. HIGH committed secret microsoft/playwright private key PEM private key block (redacted)
  10. HIGH committed secret microsoft/playwright private key PEM private key block (redacted)
  11. HIGH dynamic exec microsoft/playwright eval() const value = eval(`(${expr})`);
  12. HIGH dynamic exec microsoft/playwright new Function() new Function('(' + expression + ')');
  13. HIGH dynamic exec microsoft/playwright eval() const esmImport = () => eval(`import(${JSON.stringify(fileName)})`);
  14. HIGH dynamic exec microsoft/playwright eval() eval(expression: string): any {
  15. HIGH dynamic exec Suraj1235/open-dynamic-workflows indirect eval try { return String((0, eval)(src)); } catch (e) { return "throw:" + e.name; }