filtmall-shopping
Warn
Audited by Socket on Aug 12, 2026
1 alert found:
SecuritySecurityassets/filtalgo-cli.cjs
MEDIUMSecurityMEDIUM
assets/filtalgo-cli.cjs
The snippet contains two major security concerns: (1) potential command injection via child_process.exec in openBrowser(urlStr), where urlStr can come from remote auth responses and is interpolated into a shell command without robust escaping; and (2) disabled TLS certificate validation (rejectUnauthorized:false) for outbound HTTPS requests, enabling MITM attacks that could tamper with verification URLs and other responses. These issues together significantly increase the risk of remote compromise or token/session misuse if an attacker can influence traffic or responses.
Confidence: 78%Severity: 88%
Audit Metadata