create-document
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
BashandTasktools to execute document compilation commands such astypst compile. This is the primary function of the skill to generate PDF and image previews from source files. - [DATA_EXPOSURE]: The workflow performs automated scans of the local project directory for files like
*.typ,*.md, and*.pdfto build context and inherit styles from existing documents. While this involves reading local data, the operations are confined to the project scope and necessary for document generation. - [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and processes external data (existing project documents) to inform its drafting phase. Malicious instructions embedded in these files could potentially influence the agent's output behavior.
- Ingestion points: Project files matching
*.pdf,*.md,*.typ(Phase 0: Auto-Discover). - Boundary markers: None explicitly defined for ingested content.
- Capability inventory:
Bashexecution,Writefile access,Taskmanagement. - Sanitization: No specific sanitization mentioned for data retrieved via
ReadorGlobtools.
Audit Metadata