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, andnpx svgo. These commands interpolate theINPUT_PNGandOUTPUT_SVGvariables, 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_PNGandOUTPUT_SVGvariables inSKILL.mdare 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 forvtracer, and npm forsvgo.
Audit Metadata