prepare-camera-ready
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user to execute local Python scripts (
camera_ready_checklist.pyandcheck_camera_ready.py) to process venue profiles and paper source code. These scripts are bundled with the skill and utilize only the Python standard library, avoiding external dependencies or remote execution. - [DATA_EXFILTRATION]: The skill and its associated scripts do not perform network operations. All processing is done locally on the provided files. The instructions explicitly warn the agent: 'never complete a form or submit anything on the user's behalf, and never upload anything anywhere.'
- [REMOTE_CODE_EXECUTION]: No remote code execution patterns were detected. The skill relies entirely on local scripts and references to trusted academic portals (ACM, IEEE, ORCID) for manual user interaction.
- [PROMPT_INJECTION]: The instructions are consistently focused on the stated purpose of academic paper preparation. There are no attempts to override safety filters, extract system prompts, or bypass ethical guidelines. The language used is descriptive and helpful for the intended task.
- [CREDENTIALS_UNSAFE]: No hardcoded credentials, API keys, or tokens were found. The skill guides users on how to handle their own credentials (like ORCID iDs) and paper-specific metadata (like DOI and ISBN) through manual entry into local files.
- [SAFE]: The URLs provided (e.g., orcid.org, acm.org, ieee-pdf-express.org) are well-known and reputable academic services. The scripts are well-documented and avoid unsafe programming patterns like dynamic code execution or insecure deserialization.
Audit Metadata