golang-project-layout
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a structural guide and template collection for Go development. It actively promotes security best practices, such as explicitly instructing the developer to use environment variables for sensitive configuration (passwords, API keys) rather than hardcoding them in configuration files.
- [COMMAND_EXECUTION]: The provided Makefile automates common development tasks like building, testing, and linting using standard Go and Git commands. While the Makefile references external community tools like
govulncheckandair, these are standard developer utilities for security auditing and local development, and the skill does not attempt to download or install them automatically.
Audit Metadata