go-codemod
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a set of developer guidelines for creating Go-based code transformation tools (codemods). It does not contain any instructions that attempt to bypass safety filters or exfiltrate data.
- [COMMAND_EXECUTION]: The skill instructions include standard development commands such as
go test,make build, andmake lint. These are legitimate tools for validating code changes within a software development workflow. - [DATA_EXPOSURE]: Analysis of the file references (e.g.,
pkg/cli/fix_command.go) shows they are restricted to the application source code. No sensitive system files, environment variables, or credentials are accessed or targeted.
Audit Metadata