Golang Graphql

PassAudited by VirusTotal on May 2, 2026.

Findings (1)

The golang-graphql skill bundle is a comprehensive and well-structured set of instructions for building GraphQL APIs in Go using gqlgen and graph-gophers/graphql-go. It promotes security best practices, such as disabling introspection in production, implementing query complexity limits, and preventing data leakage through proper error handling and per-request DataLoaders. While it requests access to potentially risky tools like Bash(curl:*) and WebFetch, these are contextually relevant for GraphQL development tasks (e.g., fetching schemas or testing endpoints), and there is no evidence of malicious intent, data exfiltration, or unauthorized execution in the code or instructions (SKILL.md, references/*.md).