tech-product-landing
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows standard web development practices. It provides a template for building landing pages and includes clear instructions for adapting content.
- [EXTERNAL_DOWNLOADS]: In
vite.config.ts, the skill performs a network request to the official npm registry (registry.npmjs.org) to retrieve the latest version of a package. This version is used as a static variable for display in the UI and does not involve executing remote code. - [COMMAND_EXECUTION]:
SKILL.mdincludes standard CLI commands for project creation (npm create vite@latest) and dependency installation (npm install). These are standard part of the project scaffolding workflow.
Audit Metadata