paper-formatter
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is document manipulation, which is performed using standard Python scripts included in the package. No malicious patterns such as data exfiltration, obfuscation, or persistence were identified.
- [COMMAND_EXECUTION]: The skill executes local Python scripts (
analyze_docx.py,format_docx.py,generate_latex.py) to process user-provided manuscripts. These executions are scoped to the skill's directory and operate on user-provided file paths for the purpose of document formatting. - [EXTERNAL_DOWNLOADS]: The workflow involves installing the
python-docxpackage from the official Python Package Index (PyPI). This is a well-known and trusted library for handling Word documents. - [DATA_EXPOSURE]: Analysis of the scripts shows that they process document content (styles, text, and structure) to generate new files. There is no evidence of attempts to access sensitive system files, environment variables, or credentials.
Audit Metadata