raster-logo-svg
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/embed-logo.pyexecutes themagick identifycommand to extract dimensions from source images. This implementation usessubprocess.runwith a list of arguments, which is a secure method that prevents shell injection. - [EXTERNAL_DOWNLOADS]: The
SKILL.mddocumentation recommends the installation ofimagemagickvia Homebrew, an industry-standard package manager. - [PROMPT_INJECTION]: The skill acts as a surface for indirect prompt injection because it processes content from external files.
- Ingestion points: The
scripts/embed-logo.pyscript reads binary data and metadata from user-provided file paths. - Boundary markers: Commands and instructions are delimited within markdown code blocks in the
SKILL.mdfile. - Capability inventory: The skill performs file system reads and writes, and executes the
magicksubprocess. - Sanitization: Input image content is Base64 encoded before inclusion in the SVG output, which prevents the agent from directly interpreting the source file as instructions.
Audit Metadata