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.
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.
- 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 187722
- HIGH dynamic exec microsoft/playwright eval()
window.testStatus = eval("'FAILED'"); - HIGH obfuscation microsoft/playwright dynamic require()/import()
const packageJSON = require(requireName + '/package.json'); - HIGH committed secret microsoft/playwright private key
PEM private key block (redacted) - HIGH dynamic exec microsoft/playwright new Function()
new Function(asRawStatements - HIGH dynamic exec microsoft/playwright new Function()
new Function(("var " + ident + "=_")); - HIGH committed secret microsoft/playwright private key
PEM private key block (redacted) - HIGH committed secret microsoft/playwright private key
PEM private key block (redacted) - HIGH committed secret microsoft/playwright private key
PEM private key block (redacted) - HIGH committed secret microsoft/playwright private key
PEM private key block (redacted) - HIGH committed secret microsoft/playwright private key
PEM private key block (redacted) - HIGH dynamic exec microsoft/playwright eval()
const value = eval(`(${expr})`); - HIGH dynamic exec microsoft/playwright new Function()
new Function('(' + expression + ')'); - HIGH dynamic exec microsoft/playwright eval()
const esmImport = () => eval(`import(${JSON.stringify(fileName)})`); - HIGH dynamic exec microsoft/playwright eval()
eval(expression: string): any { - HIGH dynamic exec Suraj1235/open-dynamic-workflows indirect eval
try { return String((0, eval)(src)); } catch (e) { return "throw:" + e.name; }