quzhi-ai-brand-office-suite
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill processes user-supplied branding information (logos and style preferences) through deterministic Python scripts. While it ingests external data, the risk of indirect prompt injection is minimized by the structured design-system approach and the use of the
brand_check.pyutility to validate outputs. - [COMMAND_EXECUTION]: The skill executes local Python scripts for core functionality:
brand_setup.pyfor color science,brand_preview.pyfor HTML generation, andbrand_check.pyfor compliance verification. These scripts use standard libraries (Pillow, openpyxl, etc.) for processing. - [EXTERNAL_DOWNLOADS]: The skill manages its own dependencies by checking for required Python packages and automatically installing them via
pipfrom standard registries. It also references its own installation vianpxfrom the author's official repository. - [SAFE]: The inclusion of a dedicated compliance checker that specifically scans for local file path leaks in output files demonstrates a proactive security posture to protect user privacy during document generation.
Audit Metadata