graphql-api-design
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a structural and educational guide for creating GraphQL schemas and resolvers. No malicious commands or instructions were found in the skill text or code examples.
- [SAFE]: The provided code examples for pagination and data loading follow security best practices. Specifically, the use of parameterized SQL queries (
$1,$2) in the pagination example protects against SQL injection for data values. - [SAFE]: The skill explicitly recommends security enhancements such as query depth limiting and field-level authorization to prevent denial-of-service and unauthorized access.
- [SAFE]: Base64 encoding/decoding is used correctly for implementing opaque pagination cursors as per the Relay specification, rather than for malicious obfuscation.
Audit Metadata