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 vtracer Python 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" and python -c "import vtracer...") are standard for calling library functions from the command line.
  • [EXTERNAL_DOWNLOADS]: The skill references the vtracer library (MIT licensed) on GitHub and implies its installation via Python wheels, which is a standard distribution method. No direct curl | bash or unverified remote execution patterns were found.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 18, 2026, 06:24 PM
Security Audit — agent-trust-hub — vectorize