skills/lovstudio/skills/lov-png2svg/Gen Agent Trust Hub

lov-png2svg

Pass

Audited by Gen Agent Trust Hub on Aug 10, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill performs file processing by executing shell commands such as magick, vtracer, and npx svgo. These commands interpolate the INPUT_PNG and OUTPUT_SVG variables, which are expected to be supplied via user input.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input in the form of file paths and image data, creating a potential attack surface.
  • Ingestion points: The INPUT_PNG and OUTPUT_SVG variables in SKILL.md are used directly in shell command templates.
  • Boundary markers: The instructions do not define boundary markers or explicit warnings to ignore instructions embedded within file paths or image metadata.
  • Capability inventory: The skill uses subprocess calls to execute image processing tools and file system operations (rm).
  • Sanitization: No input sanitization or validation logic is specified within the skill's instructions.
  • [EXTERNAL_DOWNLOADS]: The documentation includes instructions for installing required dependencies using well-known package managers, including Homebrew for imagemagick, Cargo for vtracer, and npm for svgo.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 10, 2026, 07:51 PM
Security Audit — agent-trust-hub — lov-png2svg