proposal-publish
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/publish.pyscript usessubprocess.runto invoke external document processing tools likepandoc,typst, and LaTeX engines. The implementation uses argument lists rather than shell strings, which is a secure practice that prevents shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill's documentation provides clear and legitimate instructions for installing the necessary build tools (
pandocandtypst) using official package managers such aswingetandbrew. These are well-known, trusted software sources. - [DATA_EXFILTRATION]: No network operations were detected in the skill's scripts or instructions. The skill performs all operations locally on the user's files without sending data externally.
- [PROMPT_INJECTION]: The instructions in
SKILL.mdare focused on document formatting and hand-in guidance. There are no attempts to override agent safety protocols or hijack behavior. - [SAFE]: The script includes utility features like managing a
.gitignorefile to track build artifacts, which is documented and performed using standard library functions.
Audit Metadata