ask
Warn
Audited by Socket on Sep 16, 2026
1 alert found:
AnomalyAnomalyscripts/ask.mjs
LOWAnomalyLOW
scripts/ask.mjs
The code appears to implement a legitimate Linear ticket workflow and contains no clear malware, credential theft, persistence, or exfiltration behavior. It has a concrete command-injection weakness in readTicketViaReplica because untrusted id data is embedded in bash -c using JSON.stringify rather than shell-safe escaping. The helper should be invoked without a shell, or the identifier should be passed as a positional shell argument with strict validation.
Confidence: 96%Severity: 55%
Audit Metadata