@tank/go-api-patterns
Pass
Audited by Gen Agent Trust Hub on May 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The skill provides architectural guidance and code templates for Go development that align with industry security standards.
- [SAFE]: The skill explicitly recommends security best practices, such as using
http.MaxBytesReaderto prevent denial-of-service attacks via large payloads and using non-root users in Docker containers. - [SAFE]: Database patterns demonstrated in the reference files use parameterised queries (e.g.,
where id = $1), which is the standard defence against SQL injection.
Audit Metadata