kw-uat-browser-check
Warn
Audited by Socket on Sep 13, 2026
1 alert found:
SecuritySecurityscripts/marked-build.mjs
MEDIUMSecurityMEDIUM
scripts/marked-build.mjs
The code appears to implement a legitimate marked-build workflow rather than malware. However, it has a significant command-execution risk: buildCmd is executed directly via a shell, and file is interpolated into shell commands without robust escaping. Inputs must be fully trusted, or the implementation should use spawnSync with argument arrays, validate repository and file paths, and restrict build commands.
Confidence: 98%Severity: 78%
Audit Metadata