summarize
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8). Malicious instructions within a document or URL processed by the skill could potentially influence the LLM's summary output.\n
- Ingestion points:
to-markdown.mjsingests untrusted data from URLs or local files specified as command-line arguments.\n - Boundary markers: The script uses
--- BEGIN DOCUMENT (Markdown) ---and--- END DOCUMENT ---delimiters to isolate document content, though these can be bypassed by identical markers in the input.\n - Capability inventory: The skill performs file system writes and executes shell commands via
spawnSync(uvx,pi) into-markdown.mjs.\n - Sanitization: No sanitization is performed on the input text or user-provided prompts before interpolation into the LLM system prompt.\n- [EXTERNAL_DOWNLOADS]: The skill uses
uvxto fetch and run themarkitdownutility from the Python Package Index.\n- [COMMAND_EXECUTION]: The scriptto-markdown.mjsusesspawnSyncto execute external commandsuvxandpifor document conversion and summarization.
Audit Metadata