golang-project-layout
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structural templates and architectural documentation for Golang development without implementing any executable logic or suspicious patterns.
- [SAFE]: The provided
assets/Makefileincludes targets for security auditing usinggovulncheck, which is a recommended best practice for vulnerability detection in Go dependencies. - [SAFE]: Instructions within
references/config.mdexplicitly advise against hardcoding sensitive values like passwords or API keys in configuration files, correctly recommending environment variables or secret managers instead. - [SAFE]: The
allowed-toolsconfiguration in theSKILL.mdfrontmatter implements a restricted execution environment, scoping shell access only to necessary tools such asgo,git, andgolangci-lint.
Audit Metadata