working-with-mise
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONPERSISTENCEEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documents and encourages the agent to interact with and execute configuration from project-local files like
mise.tomland.tool-versions. - Ingestion points: Project configuration files (
mise.toml,.tool-versions,.env) are read to determine tool versions and environment settings. - Boundary markers: No specific boundary markers are used in the provided instructions to differentiate between trusted system instructions and untrusted project configuration.
- Capability inventory: The agent can execute arbitrary shell commands via
mise runandmise exec, and modify the host environment viamise setandmise activate. - Sanitization: The documentation mentions a 'trust' mechanism (
mise trust) as a security control, but the agent itself is not explicitly instructed to verify trust status before every action. - [COMMAND_EXECUTION]: The skill provides the agent with full documentation for executing arbitrary tasks and commands within the project's environment.
- [PERSISTENCE]: The skill instructions and documentation guide the user/agent in modifying shell configuration files (
.zshrc,.bashrc,.zprofile) to activate the tool's environment automatically in future sessions. - [EXTERNAL_DOWNLOADS]: The documentation includes instructions for downloading and installing the
miseCLI directly viacurl | shfromhttps://mise.run, which is the standard installation method for this tool.
Audit Metadata