happy-figure-edit
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill exhibits a high level of security engineering by implementing a robust validation layer for SVG content. The
validate_svgfunction inscripts/run_expert_mvp.pyexplicitly blocks high-risk features such as external URLs, scripts, CSS styles, and embedded data URIs, mitigating potential exfiltration or injection vectors. - [COMMAND_EXECUTION]: The runner scripts utilize
subprocess.runto call standard system utilities likeresvgfor image rendering andffprobefor media metadata extraction. These operations are performed within the scope of the skill's operational directory and do not expose the system to arbitrary command injection. - [SAFE]: All external dependencies and vendored components are established tools for image and presentation processing. The setup instructions reference well-known services like Homebrew for utility installation.
Audit Metadata