go-http-server-applications
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a repository of best practices and workflows for developing Go HTTP applications. It emphasizes security-conscious patterns like resource bounding using
http.MaxBytesReader, explicit server configuration including timeouts and header limits, and implementation of graceful shutdowns. - [REMOTE_CODE_EXECUTION]: No suspicious remote code execution or package installation patterns were detected. The skill references reputable external documentation from Manning Publications and the official Go package registry (pkg.go.dev).
- [DATA_EXFILTRATION]: There are no indicators of data exfiltration. The skill includes rules specifically intended to prevent accidental data exposure, such as guidelines for closing request bodies and instructions to avoid logging secrets, headers, or raw request bodies by default.
- [OBFUSCATION]: No obfuscation techniques, hidden characters, or encoded URLs were found within the skill files. All content is provided in plain markdown or idiomatic Go code snippets.
Audit Metadata