go-linter-configuration

Pass

Audited by Gen Agent Trust Hub on Jun 26, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill acts as a documentation and configuration resource for Go project linting. All instructions and examples are consistent with standard software development practices.
  • [EXTERNAL_DOWNLOADS]: The skill references the installation of golangci-lint via official channels, including the Go toolchain (go install) and reputable package managers like Homebrew, Chocolatey, and Snap. These are the recommended methods for obtaining the tool.
  • [COMMAND_EXECUTION]: Provides standard shell commands for running linters, managing project dependencies (go mod tidy), and cleaning local caches. These operations are limited to the project environment and serve the primary purpose of code quality analysis.
  • [SAFE]: The GitHub Actions integration section uses the official golangci-lint-action from the golangci organization, which is a widely recognized and trusted service in the Go ecosystem.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 26, 2026, 09:14 PM
Security Audit — agent-trust-hub — go-linter-configuration