golang-modernize
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill promotes security best practices by prioritizing the migration to
os.Rootfor directory-scoped file access and recommending the integration ofgovulncheckin CI pipelines. - [SAFE]: Shell tool usage is strictly scoped to the
go,git, andgolangci-lintbinaries using theallowed-toolsfrontmatter, preventing arbitrary command execution outside of the Go development context. - [SAFE]: External data fetching is limited to trusted and well-known documentation sources, specifically official Go release notes on
go.devand thegolangci-lintrepository on GitHub. - [SAFE]: The skill includes explicit user consent checks and relies on isolated worktrees (
EnterWorktree) for large-scale code modifications, ensuring that sweeping changes do not affect the main codebase without human review. - [SAFE]: References to external dependencies and related skills (
samber/cc-skills-golang@*) are consistent with the author's namespace and focus on established Go ecosystem tools.
Audit Metadata