relay-performance
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- Local Documentation Reference: The skill mentions accessing documentation stored within the
node_modules/relay-runtimedirectory. This is a standard developer workflow for referencing package-specific guides and does not involve accessing sensitive system files. - Relay Framework Integration: The guidance provided for configuring the Relay Store, such as adjusting garbage collection buffers and using specialized GraphQL directives like
@defer, follows established performance optimization patterns for the framework. - Standard Data Fetching: Code examples demonstrate the use of the
loadQueryAPI from the officialrelay-runtimelibrary. These patterns are consistent with the intended use of the library for managing network requests in a structured manner.
Audit Metadata