go-repository-pattern
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends the installation of widely-used development tools
sqlcandgolang-migratevia Homebrew, and thepgxdriver from GitHub. These are standard, reputable resources in the Go ecosystem. - [COMMAND_EXECUTION]:
SKILL.mdandassets/Makefilecontain standard CLI commands for code generation and database migrations. These are boilerplate commands meant for local development environments. - [CREDENTIALS_UNSAFE]: While the skill handles database connection strings, it correctly utilizes configuration structures in
assets/database.gorather than hardcoding sensitive credentials. Example commands use placeholder values like 'user:pass'. - [PROMPT_INJECTION]: The instructions focus purely on architectural patterns and code implementation without any patterns that attempt to override agent safety or system instructions.
Audit Metadata