go-naming
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a set of naming rules for Go identifiers using markdown documentation and a local bash script for validation.
- [COMMAND_EXECUTION]: The script
scripts/check-naming.shuses standard tools likefind,sed, and bash regex to scan local Go source files for naming anti-patterns. It operates entirely on local files and does not perform any network operations or access sensitive system data.
Audit Metadata