go-http-client-resilience
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEDATA_EXFILTRATIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill consists of architectural patterns and educational content for Go developers, emphasizing best practices such as context propagation and connection reuse without introducing malicious code.
- [DATA_EXFILTRATION]: The guidelines explicitly prohibit the logging of sensitive information, including authorization headers, cookies, and tokens, which helps prevent accidental data exposure.
- [EXTERNAL_DOWNLOADS]: The skill references official Go language documentation at
https://pkg.go.dev/net/http, which is a well-known and trusted technical resource. - [INDIRECT_PROMPT_INJECTION]: The skill provides defensive implementation strategies for handling data from untrusted remote APIs, such as using
io.LimitReaderto bound response sizes and validating media types before processing content.
Audit Metadata