heropy-react-scaffold
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs standard development environment setup tasks as described. It automates the creation of configuration files (like
.prettierrcand.vscode/settings.json) and the installation of necessary dependencies for React projects. - [COMMAND_EXECUTION]: The skill executes legitimate shell commands for project initialization (such as
create-next-appandcreate vite) and package management (such asnpm install,pnpm install, etc.). These actions are core to the scaffolding process and align with the user's explicit intent to set up or update a project. - [EXTERNAL_DOWNLOADS]: The skill references and installs widely-used, standard libraries from official package registries. Packages include Tailwind CSS, TanStack Query, and Prettier configurations. These are standard dependencies for modern React development and originate from trusted ecosystems.
Audit Metadata