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.py allows arbitrary file access through the MANUSCRIPT_PATH input parameter. The _manuscript_text function in scripts/audit.py extracts a file path from the manuscript_package field and uses Path.expanduser().read_text() to read its content. This mechanism enables access to sensitive files like ~/.ssh/id_rsa or 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
Risk Level
SAFE
Analyzed
Aug 7, 2026, 08:36 PM
Security Audit — agent-trust-hub — paper-quality-gate