paper-spine-translate
Pass
Audited by Gen Agent Trust Hub on May 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected in this skill. The skill focuses on a document translation workflow, specifically producing a Chinese translation package for research papers.
- [COMMAND_EXECUTION]: The skill instructs the agent to run a local verification script (
scripts/translate_guard.py). This script uses only Python's standard library to check for file existence, table row counts, and character density to ensure translation quality. No arbitrary or dangerous commands are executed. - [DATA_EXPOSURE]: The skill reads project configuration and manuscript files from the local directory and writes translated versions to a subfolder (
translation_zh/). No sensitive files (e.g., SSH keys, credentials) are accessed, and there are no network operations to exfiltrate data. - [PROMPT_INJECTION]: The instructions in
SKILL.mdare standard task-oriented directives for the agent. No override, bypass, or adversarial role-play patterns were found.
Audit Metadata