zh-article-analyzer
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for academic and stylistic analysis of Chinese text. It defines a transparent two-stage workflow involving quantitative data collection and qualitative LLM interpretation.
- [EXTERNAL_DOWNLOADS]: The skill installs the 'jieba' library via pip. 'jieba' is a standard, reputable open-source package for Chinese language processing. The installation uses the '--break-system-packages' flag, which is a common requirement in managed agent environments to install dependencies.
- [COMMAND_EXECUTION]: The skill executes a local script ('scripts/zh_analyzer.py') provided within the package. Technical review of the script confirms it only performs local text processing, regular expression matching, and mathematical calculations. It does not contain any code for network communication, subprocess spawning, or unauthorized file access.
Audit Metadata