frontend-design-ultimate
Audited by Socket on Feb 27, 2026
1 alert found:
SecurityThis skill is an instructional/template skill for building frontend sites. The content itself contains no embedded malicious code, no hard-coded credentials, and no direct attempts to exfiltrate data. The primary security considerations are standard supply-chain risks: the documentation instructs users to run shell scripts and use npx/npm and vercel CLI, which fetch and execute third-party code and upload project artifacts to third-party services. Those actions are expected for a project template but create potential for supply-chain compromise if scripts or packages are unreviewed, unpinned, or pulled from untrusted sources. Recommended mitigations: review any scripts before executing, prefer pinned package versions or lockfiles, inspect npx package contents before running, and be cautious with deployment tokens and environment variables when deploying to third-party platforms.