mthds-inputs
Warn
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: Step 0 in
SKILL.mdcontains a bash script that searches the user's$HOME/.claude/plugins/cache/directory for an executable namedmthds-env-checkand runs it usingexec. This constitutes dynamic loading and execution from a computed file path. - [COMMAND_EXECUTION]: The skill uses Python heredocs to generate and execute scripts at runtime for synthetic document generation (PDF, Word, and Excel files). This dynamic script generation and execution occurs in several sections: 'PDF Documents', 'Word Documents (DOCX)', and 'Spreadsheets (XLSX)'.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
mthdspackage globally usingnpm install -g mthdsif the environment check fails. - [PROMPT_INJECTION]: The skill implements an 'Indirect Prompt Injection' surface by ingesting and processing untrusted user data (PDFs, images, and documents).
- Ingestion points: Files provided by the user via paths or folders in Step A and Step B.
- Boundary markers: None mentioned for the interpolation of user file content into prompts.
- Capability inventory: Uses
Bash,Read,Write, andmthds-agentfor processing. - Sanitization: No explicit sanitization or validation of the content within the user-provided files is described.
Audit Metadata