document-conversion
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process untrusted external data (PDFs, Office docs, and URLs), which is a common vector for indirect prompt injection.
- Ingestion points: Data enters through the
convert_to_markdownMCP tool, as well as nativeWebFetchandReadoperations documented inmodules/fallback-tiers.md. - Boundary markers: The skill explicitly instructs the agent to wrap all converted content in external content boundary markers as part of its mandatory
SANITIZEstep (SKILL.md). - Capability inventory: The skill facilitates network operations via
WebFetchand file access via theReadtool to support its conversion fallback logic (modules/fallback-tiers.md). - Sanitization: The
SANITIZEprotocol inSKILL.mdincludes size-based truncation, stripping of potential instruction tags, and the use of isolation markers to reduce the risk of the agent obeying embedded commands.
Audit Metadata