skills/kgraph57/mckinsey-style-visualization-skill/strategy-consulting-visualization/Gen Agent Trust Hub
strategy-consulting-visualization
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides local Python utility scripts, such as
scripts/render_slide_spec.pyandscripts/validate_skill.py, which the agent is instructed to use for rendering SVG visualizations and performing package health checks. These scripts rely on the Python standard library. - [EXTERNAL_DOWNLOADS]: Documentation and README files reference project assets, badges, and repositories hosted on well-known services such as GitHub and Shields.io.
- [DYNAMIC_EXECUTION]: The validation and testing scripts (
scripts/validate_skill.py,tests/test_render_slide_spec.py) useimportlibto dynamically load and test the local rendering module. This is used for internal development and validation of the skill's own code. - [DATA_EXPOSURE]: The skill processes user-provided business metrics and notes. The included rendering script implements text escaping to sanitize user input before embedding it into SVG outputs, which mitigates potential injection risks in the resulting files.
Audit Metadata