appicons
Warn
Audited by Socket on Aug 25, 2026
1 alert found:
AnomalyAnomalyscripts/favicon-gen.sh
LOWAnomalyLOW
scripts/favicon-gen.sh
No explicit malicious code (e.g., backdoor logic, credential access, or command execution) is evident in this fragment. However, the code performs a high-impact supply-chain/build-integrity operation: it sends build inputs (base64-encoded SVG data and options) to an external API, then blindly unpacks a ZIP returned by that API into the build output directory using overwrite without visible integrity or archive path validation. If the API, transport, or response handling is compromised, this could result in malicious or unexpected files being written into build artifacts served by consuming applications.
Confidence: 66%Severity: 62%
Audit Metadata