diagram
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses local shell commands to transform SVG source into image formats. Specifically, it invokes
rsvg-convertorsipsfor rendering andopento display the resulting PNG file in a web browser. - [COMMAND_EXECUTION]: The documentation provides instructions for the user to install system dependencies via Homebrew (
brew install librsvg) when necessary for full feature support. - [SAFE]: All file operations are restricted to temporary directories (
/tmp/chart.png) or the local working directory for the purpose of generating and viewing diagrams requested by the user.
Audit Metadata