vite
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [Privilege Escalation] (MEDIUM): The rule file
references/dev-fs-limits.mdcontains instructions to usesudofor increasing system-level file watcher limits (sysctl) and file descriptor limits (launchctl). Although standard for optimizing large-scale Vite projects, these actions require elevated administrative privileges. - [Persistence Mechanisms] (MEDIUM): The rule file
references/dev-fs-limits.mdrecommends modifying shell initialization files (~/.bashrcor~/.zshrc) to includeulimit -n 65536. This ensures the configuration persists across sessions, matching the definition of a persistence mechanism. - [Unverifiable Dependencies] (LOW): The skill refers to multiple third-party Vite plugins (e.g.,
rollup-plugin-visualizer,vite-plugin-critical,vite-plugin-inspect). While these are common in the Vite ecosystem, they are external dependencies that the agent is encouraged to install and execute.
Audit Metadata