Golang Backend Development
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- SAFE (INFO): No threat patterns detected across all evaluated categories. The skill consists of markdown documentation and Go benchmark scripts.
- Security Best Practices (INFO): The repository includes explicit defensive coding instructions. For example,
references/MUST_FUNCTIONS.mdwarns against usingpanic-inducing functions on user input to prevent Denial of Service (DoS), andreferences/GOROUTINE_POOLS.mdmandates worker pools to prevent memory exhaustion. - Permissive CORS (LOW): The example in
references/MIDDLEWARE.mdusesAccess-Control-Allow-Origin: *. While standard for generic examples, this is a permissive configuration that should be restricted in production environments. - Error Detail Exposure (LOW): The
DefaultErrorHandlerinreferences/THE_HANDLER_WRAPPER.mdreturnserr.Error()directly in HTTP responses. This can lead to information disclosure if internal system details are included in errors.
Audit Metadata