pkg
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
mthdsCLI to perform package management tasks, includingmthds package init,add,lock,install,update, andvalidate. These commands allow the agent to manage the package lifecycle through a controlled command-line interface. - [EXTERNAL_DOWNLOADS]: The
mthds package addandinstallcommands facilitate the retrieval of dependencies from external addresses (e.g., GitHub). This behavior is the primary intended function of the package manager for resolving project dependencies. - [REMOTE_CODE_EXECUTION]: The package manager workflow involves downloading and potentially executing logic defined in external packages. This is a standard architectural feature of the MTHDS dependency system designed to support modular package distribution.
Audit Metadata