lovstudio-professional-infographic
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation provides instructions to install the
playwrightPython library and thechromiumbrowser engine. These are well-known technology components required for the skill's rendering and auditing features. - [COMMAND_EXECUTION]: A provided Python script (
scripts/infographic_cli.py) acts as the core engine for the skill, executing tasks such as scaffolding projects, managing local file structures, and orchestrating the rendering process via Playwright. - [SAFE]: The skill demonstrates security awareness by applying HTML escaping to user-provided strings (such as titles and recommendations) before they are interpolated into the infographic templates. This mitigates potential injection risks during the browser-based rendering phase. File system operations are transparently managed within user-defined project directories.
Audit Metadata