cli-anything-wps
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the official
pywin32library to interact with WPS Office applications (Writer, Calc, Impress) through standard Windows COM automation interfaces (KWPS.Application, KET.Application, KWPP.Application). This is a well-established and legitimate method for office suite automation. - [SAFE]: All identified command structures and usage examples are consistent with the tool's stated purpose of document creation, editing, styling, and conversion.
- [SAFE]: No network activity, credential harvesting, persistence mechanisms, or obfuscation techniques were detected in the instructions or example commands.
- [SAFE]: The dependency installation for
pywin32and the local editable installation (pip install -e .) are standard practices for Python-based CLI development.
Audit Metadata