cali-coding-go-standards
Warn
Audited by Socket on Jul 18, 2026
1 alert found:
AnomalyAnomalyreferences/setup-hooks.sh
LOWAnomalyLOW
references/setup-hooks.sh
No clear evidence of intentional malware/sabotage in this script. However, there are notable supply-chain risks: it executes a remote installer script via `curl ... | sh` when golangci-lint is missing, and it installs tools using `go install ...@latest` (un-pinned versions). The script mainly generates and updates developer hooks/CI to run linters and vulnerability scans; if used in a hostile environment, the unpinned/remote-install aspects increase risk.
Confidence: 72%Severity: 55%
Audit Metadata