vite-architecture
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard shell utilities (
grep,ls,find,rg) to audit the repository for project indicators and compliance with architectural boundaries. These commands are localized to the project environment. - [REMOTE_CODE_EXECUTION]: Includes a local validation script (
scripts/validate-vite-architecture-skill.mjs) used for self-linting the skill files. The script performs static file analysis using Node.js/Bun built-ins (fs,path) and does not perform network operations or execute arbitrary remote code. - [DATA_EXFILTRATION]: The skill contains rules designed to prevent data exposure, such as blocking the use of secrets, database clients, or non-prefixed environment variables in client-reachable code. It proactively scans for keywords like 'SECRET', 'DATABASE_URL', and 'PASSWORD' to ensure they are not leaked.
- [EXTERNAL_DOWNLOADS]: References official documentation from well-known technology domains including
vite.devandtanstack.comto maintain alignment with official API facts.
Audit Metadata