viteplus
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill contains instructions to read and incorporate guidance from local repository files, creating a surface for indirect prompt injection.
- Ingestion points: Workflow Step 2 in
SKILL.mdandreferences/bootstrap.md(Steps 3 and 5) direct the agent to inspectAGENTS.md,CLAUDE.md, or other local rules files. - Boundary markers: The instructions do not specify boundary markers or provide warnings to disregard instructions embedded within these external files.
- Capability inventory: The skill allows the agent to modify critical repository configuration files (e.g.,
package.json, CI workflows) and executevptoolchain commands. - Sanitization: There is no mention of sanitizing or validating the contents of the guidance files before the agent follows their instructions.
- [EXTERNAL_DOWNLOADS]: The skill references and integrates an external GitHub Action for CI/CD setup.
- Evidence:
SKILL.mdandreferences/ci-cd.mdrecommend usingvoidzero-dev/setup-vp@v1for automating environment setup and caching. - [COMMAND_EXECUTION]: The skill relies on the execution of the
vpCLI tool for various operations including environment setup, package installation, and upgrading the tool itself. - Evidence: Various files (e.g.,
SKILL.md,references/commands.md) use commands such asvp install,vp check,vp test,vp upgrade, andvp updateto perform migration and validation tasks.
Audit Metadata