jabraf-vitest
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard developer workflow for configuring a testing framework. All external resources and packages are associated with the skill's author.
- [EXTERNAL_DOWNLOADS]: Downloads and installs the
@jabraf/devpackage from the npm registry. - Evidence: The skill instructs the agent to install
@jabraf/devatlatestas a development dependency. - [COMMAND_EXECUTION]: Uses the system package manager to install dependencies and run validation tests.
- Evidence: Step 4 involves package installation, and Step 7 involves running
<pm> run testornpx vitest runto validate the setup. - [DATA_EXFILTRATION]: Analyzes local project files to determine configuration settings.
- Evidence: The skill reads
package.json(for dependencies and scripts) and searches for existing Vitest configuration files to propose appropriate setup options.
Audit Metadata