comfyui-skill-openclaw
Warn
Audited by Socket on Apr 22, 2026
1 alert found:
AnomalyAnomalyscripts/update_frontend.sh
LOWAnomalyLOW
scripts/update_frontend.sh
No clear indicators of intentional malware within this Bash fragment (no backdoor, exfiltration, or credential theft). However, it is a security-critical supply-chain installer: it downloads an unverified release artifact and extracts it with `tar` without explicit safe-extraction/path/link validation, then fully replaces ui/static. If the referenced GitHub release asset is tampered with, malicious frontend content could be deployed to users/clients. Hardening should include checksum/signature verification, pinned immutable release references, and safe tar extraction/validation of archive contents.
Confidence: 66%Severity: 64%
Audit Metadata