coding-guidance-go
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill promotes secure coding practices such as using
crypto/randfor security-sensitive randomness and explicitly prohibits logging secrets or credentials. - [COMMAND_EXECUTION]: The instructions involve running standard, well-known Go development tools for validation, including
gofmt,go test,go vet,staticcheck,golangci-lint, andgosec. These are used appropriately within the scope of code implementation and review. - [CREDENTIALS_UNSAFE]: The skill includes guidance on proper configuration management, advising against hardcoding environment-specific settings and instead suggesting parsing from environment variables, flags, or configuration files at process boundaries. This aligns with secret management best practices.
Audit Metadata