glowmotion
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on local execution of its included Python scripts (
layout.py,check_diagram.py,check_fidelity.py) to process diagram definitions and perform structural verification. These operations are restricted to the local environment and do not involve remote code execution or unauthorized system access.- [SAFE]: No security threats such as prompt injection, data exfiltration, or malicious obfuscation were identified. The implementation includes robust sanitization of user-provided content via HTML entity escaping in the rendering engine, effectively mitigating potential indirect injection risks from processed diagram source data.
Audit Metadata