proof-checker
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executepdflatexfor document compilation andgrepfor error analysis during the Phase 2 fix implementation. It also usesBashto check for LaTeX errors and warnings in a non-interactive mode. - [DATA_EXFILTRATION]: Mathematical content from local LaTeX files is read using the
Readtool and transmitted to an external reasoning model via themcp__codex__codextool. While this involves transmitting research data to an external provider, it is the primary intended function of the skill for remote mathematical review. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection (Category 8) because it ingests untrusted LaTeX files and interpolates their content into the reviewer prompt for the Codex model.
- Ingestion points: Phase 0 reads project LaTeX files and reference materials.
- Boundary markers: None identified; the proof content is directly inserted into the prompt template using a placeholder.
- Capability inventory: The skill has access to powerful tools including
Bash(*),Write, andEdit, which could be abused if the reviewer model is successfully subverted. - Sanitization: There is no evidence of LaTeX command sanitization or filtering of the input content before it is processed by the external model.
Audit Metadata