graphql-api-development
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions focus on industry-standard best practices for GraphQL API design, including N+1 query prevention using DataLoader and security hardening techniques like depth limiting and query cost analysis.- [EXTERNAL_DOWNLOADS]: The skill recommends several well-known and trusted NPM packages for enhancing GraphQL servers, such as graphql-depth-limit, graphql-cost-analysis, and dataloader. These are documented for security and performance optimization purposes.- [COMMAND_EXECUTION]: Instructions mention using official GraphQL tooling such as Apollo's rover CLI and graphql-codegen. These are standard tools for GraphQL schema management and code generation and are presented within the context of developer workflows.- [SAFE]: The provided Python script
scripts/validate_skill.pyis a utility for validating GraphQL output quality. It uses standard libraries and performs static analysis via regular expressions, posing no security risk.
Audit Metadata