mthds-check
Warn
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute various commands, including a complex shell script in Step 0 and multiple calls to themthds-agentCLI tool for linting and validation. - [DYNAMIC_EXECUTION]: In Step 0, the skill executes a script (
mthds-env-check) located at a path computed at runtime. It searches the$HOME/.claude/plugins/cache/directory using globbing and version-sorting logic to find and run the 'best' version of the executable. - [EXTERNAL_DOWNLOADS]: The skill instructions direct users to install the
mthdspackage vianpm install -g mthdsif the environment check fails. This involves downloading and installing third-party code from the npm registry at runtime. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it reads and processes untrusted
.mthdsfiles provided by the user. - Ingestion points: The skill reads
.mthdsfiles in Step 1 using theReadtool. - Boundary markers: No specific delimiters or instructions are provided to the agent to ignore potentially malicious instructions embedded within the bundle files.
- Capability inventory: The skill has access to
Bash(command execution),Read,Grep, andGlobtools, which could be leveraged if an injection is successful. - Sanitization: The skill relies on the external
mthds-agentCLI for validation, but the agent also manually reviews the content in Step 6.
Audit Metadata