paper-quality-gate
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/audit.pyallows arbitrary file access through theMANUSCRIPT_PATHinput parameter. The_manuscript_textfunction inscripts/audit.pyextracts a file path from themanuscript_packagefield and usesPath.expanduser().read_text()to read its content. This mechanism enables access to sensitive files like~/.ssh/id_rsaor configuration files. While the script only outputs excerpts matching academic regex patterns, this behavior presents a risk of sensitive data exposure. - [COMMAND_EXECUTION]: The skill executes a Python script (
scripts/audit.py) as its entrypoint. This script processes manuscript content provided via standard input, implementing its own logic to read additional files based on instructions within that content.
Audit Metadata