setup-react-compiler
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the official
babel-plugin-react-compilerand@rsbuild/plugin-babelpackages using standard package managers (bun/yarn). These are well-known tools for React development. - [COMMAND_EXECUTION]: Shell scripts are utilized to implement post-tool-use hooks that perform linting-like checks on React components. These scripts run locally to detect and block manual memoization or derived state patterns that conflict with the React Compiler.
- [DATA_EXPOSURE]: The hook script reads the content of
.tsxand.jsxfiles usingcatandgrepto perform pattern matching. This data remains local to the execution environment and is used solely for validation logic.
Audit Metadata