vectorize
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to verify the installation of and execute the
vtracerPython package. - Execution occurs within a dedicated virtual environment directory:
VENV_DIR="${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/image-production/venv". - The commands used (
python -c "import vtracer"andpython -c "import vtracer...") are standard for calling library functions from the command line. - [EXTERNAL_DOWNLOADS]: The skill references the
vtracerlibrary (MIT licensed) on GitHub and implies its installation via Python wheels, which is a standard distribution method. No directcurl | bashor unverified remote execution patterns were found.
Audit Metadata