ask-many-models
Warn
Audited by Socket on Aug 27, 2026
1 alert found:
SecuritySecurityscripts/notify.ts
MEDIUMSecurityMEDIUM
scripts/notify.ts
The code is not evidently malicious and has a legitimate notification purpose, but it contains a command-injection risk. `sound` and `group` are directly injectable, while the quote-based handling of other fields is insufficient for shell safety. Use spawn/execFile with an argument array and validate option values, especially when any notification data can originate outside trusted code.
Confidence: 98%Severity: 82%
Audit Metadata