light-paper-polishing
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses the public LanguageTool API (
api.languagetool.org) to perform grammar and style checks. This is a well-known service for linguistic processing, and its use here is consistent with the skill's primary function. - [COMMAND_EXECUTION]: Local Python scripts (
scripts/mechanical_check.py,scripts/style_fingerprint.py, andscripts/polish.py) are provided for text analysis. These scripts use only standard Python libraries and do not perform unauthorized system modifications or dangerous command execution. - [DATA_EXFILTRATION]: User-provided paper content is sent to an external grammar checking service as part of the intended workflow. The skill does not access sensitive files, environment variables, or credentials (such as SSH keys or AWS config) for exfiltration.
Audit Metadata