setup-react-compiler
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard development workflow for integrating the React Compiler. It includes configuration for rsbuild and a linter-like hook to guide developers toward compiler-friendly patterns.
- [COMMAND_EXECUTION]: The skill utilizes shell scripts (
react-compiler-check.sh) to inspect local file contents during the development process. These scripts use common utilities such asgrepandcatto identify manual memoization (e.g.,useMemo,useCallback) and other anti-patterns, providing feedback through a blocking mechanism when violations are found. - [EXTERNAL_DOWNLOADS]: Project dependencies (
babel-plugin-react-compiler,@rsbuild/plugin-babel) are installed from standard package registries using well-known package managers (bun). - [DATA_EXFILTRATION]: No network operations or external data transmissions were detected. The scripts operate entirely on the local file system to provide linting feedback.
- [PROMPT_INJECTION]: The instructions are strictly technical and focus on tool configuration and coding standards. No attempts to override agent behavior or bypass safety guidelines were found.
Audit Metadata