go-http
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill documentation explicitly instructs developers to set network timeouts (ReadTimeout, WriteTimeout, IdleTimeout), citing security against Slowloris-style denial-of-service attacks as the primary motivation.
- [EXTERNAL_DOWNLOADS]: The instructions reference the Chi router (github.com/go-chi/chi), which is a well-known, lightweight, and standard-library-compatible routing library for Go.
- [SAFE]: The provided code samples for 'Mapping errors to status codes' demonstrate safe handling of internal errors by ensuring implementation-specific details are logged internally but never returned to the HTTP client.
Audit Metadata