mermaid
Warn
Audited by Socket on Feb 16, 2026
1 alert found:
AnomalyAnomalytools/validate.sh
LOWAnomalyLOW
tools/validate.sh
The script itself contains no direct malicious payloads, but it performs risky operations that allow untrusted code to run: it uses npx to install/run remote packages and uses a fragile PATH-derived require to load 'beautiful-mermaid'. These patterns make it moderately risky from a supply-chain perspective because a compromised npm package or manipulated PATH can lead to arbitrary code execution. Use caution: pin and vend dependencies or avoid runtime npx installs and fix the module require to use standard resolution.
Confidence: 80%Severity: 50%
Audit Metadata