doc-to-txt
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill processes content from untrusted external files, which creates a potential surface for indirect prompt injection attacks.
- Ingestion points: The
convert.pyscript reads text from document files provided as input to the conversion utility. - Boundary markers: There are no explicit delimiters or warning instructions used to separate extracted content from the agent's internal logic.
- Capability inventory: The skill has the capability to write the extracted text to the local file system.
- Sanitization: No sanitization or filtering is applied to the extracted text to prevent it from influencing the agent's behavior.- [EXTERNAL_DOWNLOADS]: The skill depends on third-party Python packages for its core functionality.
- Evidence:
scripts/convert.pyspecifiespython-docxandPyPDF2as dependencies and referencestextractfor certain file types. - Note: These are standard, well-recognized libraries for document processing.
Audit Metadata