favicon
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
magick(ImageMagick) commands to resize and convert images. It also useswhichto check for the tool's presence andcpfor file management. These are standard operations for image processing tasks. - [EXTERNAL_DOWNLOADS]: Recommends installing ImageMagick via official and trusted package managers such as Homebrew (
brew) and APT (apt). This is a legitimate prerequisite setup and does not involve untrusted remote code execution. - [PROMPT_INJECTION]: The skill implements an indirect prompt injection surface by reading application names from project files like
package.jsonandconfig/application.rband interpolating them into HTML layout files. However, this is expected behavior for a project scaffolding tool and the risk is considered low. Evidence Chain for Category 8: - Ingestion points:
package.json(name field),config/application.rb(module name), and current directory name. - Boundary markers: Absent.
- Capability inventory: File modification using
WriteandEdittools to update HTML and manifest files. - Sanitization: Implements basic title case conversion for resolved names.
Audit Metadata