qa-quarto
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requests and utilizes high-privilege tools including
Bash,Task, andEditto manage the Quarto rendering process and apply automated fixes to source files. This level of access is necessary for the skill's workflow but poses a risk if redirected. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8). It ingests untrusted data from external files such as
.tex,.qmd, and.htmlduring the audit and fix cycles. These contents are processed by the 'critic' and 'fixer' agents without explicit boundary markers or sanitization logic mentioned. Because the agent possessesBashand file-writing capabilities, malicious instructions embedded in a LaTeX comment or Markdown slide could theoretically attempt to execute unauthorized commands or exfiltrate data. - Ingestion points: Reads
.tex,.pdf,.qmd, and.htmlfiles in Phase 0 and Phase 1. - Boundary markers: None identified in the skill instructions to separate document content from agent instructions.
- Capability inventory: Full access to
Bash,Task,Write,Edit,Read,Grep, andGlobtools. - Sanitization: No evidence of input validation or content filtering before processing by the LLM agents.
Audit Metadata