golangci-lint
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions fetch an installation script from the official tool domain at golangci-lint.run, which is a well-known and trusted source in the Go development community.
- [REMOTE_CODE_EXECUTION]: The installation process involves executing a shell script downloaded via curl, which is the vendor-recommended method for deploying this specific tool.
- [COMMAND_EXECUTION]: The skill facilitates the execution of golangci-lint commands to perform static code analysis, which is the primary and intended function of the utility.
Audit Metadata