frontend-design-ultimate
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill automates the setup of modern web projects by downloading verified dependencies from the NPM registry. This includes initialization tools like
create-next-appandcreate-vite, as well as essential libraries such asframer-motion,lucide-react, and theshadcnUI suite components. These downloads are performed through standard package managers and target official repositories. - [COMMAND_EXECUTION]: Shell scripts are utilized to configure the development environment, manage file structures, and compile assets. Specifically,
scripts/init-nextjs.shandscripts/init-vite.shinitialize projects and install components, whilescripts/bundle-artifact.shpackages the application for deployment using Parcel andhtml-inline. These actions are standard for development workflows and are clearly documented within the skill's source files.
Audit Metadata