graphql
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for setting up GraphQL projects using standard packages from the official npm registry, including @apollo/server and graphql.
- [SAFE]: Base64 encoding is used for its intended purpose in the context of GraphQL pagination (generating stable cursors), which is a standard industry practice and does not involve malicious obfuscation.
- [SAFE]: The skill incorporates security best practices, such as implementing query depth limits to prevent denial-of-service attacks and verifying authentication status in mutation resolvers.
Audit Metadata