webfetch-plus
Warn
Audited by Socket on May 20, 2026
1 alert found:
AnomalyAnomalybin/wfp.sh
LOWAnomalyLOW
bin/wfp.sh
The bash wrapper itself does not show overt malware, but it materially increases supply-chain and input-driven risk: it may run npm install at runtime (enabling dependency tampering/lifecycle-script execution) and it forwards arbitrary user-controlled URL/stdin into a local web-fetch Node program as command-line arguments (with possible argv manipulation due to lack of quoting). Real malicious intent or impact depends on runtime/webfetch-plus.mjs and the installed npm dependencies/lockfile, which are not provided.
Confidence: 62%Severity: 62%
Audit Metadata