backend-go-modernize
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves Go version information and official release notes from
go.devand checks project release notes ongithub.com. These references target well-known and official documentation services. - [COMMAND_EXECUTION]: Shell operations are restricted to standard development tools including
go,golangci-lint, andgit. The skill uses these tools to perform code analysis, vulnerability checks, and automated refactoring via theBashtool. - [SAFE]: The skill contains no malicious patterns such as prompt injection, obfuscation, or data exfiltration. It explicitly prioritizes safety and correctness, recommending modern Go features that mitigate common security risks like path traversal (CWE-22) using
os.Root.
Audit Metadata