frontend
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill mandates the use of development-only tools such as
react-grab,react-doctor, andreact-scanfor React projects. These are installed vianpx, which fetches code from the npm registry. These tools are part of a legitimate ecosystem (Million.dev) intended to improve developer experience and AI-agent interactions. - [COMMAND_EXECUTION]: A Python script for performance auditing (
scripts/perfection/lighthouse-audit.py) utilizessubprocess.runto callnpmfor dependency management andnodeto run a Lighthouse audit. These operations use array-based arguments and do not invoke a shell, following secure coding practices for subprocess management. - [REMOTE_CODE_EXECUTION]: Documentation and code comments within the skill suggest installing
uv, a Python package manager, via acurl | shcommand fromastral.sh. Whilecurl | shis a high-risk pattern, Astral is a well-known and trusted provider of development tooling. The skill also usesnpxto run tool installers that may modify the agent's local environment by adding new capabilities, which is a disclosed feature of thereact-doctortool. - [SAFE]: The skill operates as a high-level router and reference library for frontend engineering. All automated steps and instructions are focused on development productivity, performance optimization (Lighthouse 100 targets), and design system compliance. There are no indications of unauthorized data access, obfuscation, or malicious intent.
Audit Metadata