setup-golangci-lint
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches the official installation script for golangci-lint from its repository on GitHub.
- [COMMAND_EXECUTION]: Runs standard shell commands to identify the Go project structure and local Go version (e.g., cat go.mod, go version).
- [REMOTE_CODE_EXECUTION]: Executes the official golangci-lint installer script via shell as part of the setup process, which is the recommended installation method for this tool.
Audit Metadata