pi-workspace-extensions
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
misetask runner to manage workspace extensions. It provides specific shell commands to list the catalog (mise run extensions -- --target <path>) and install selected packages (mise run extensions -- --install <packages>). These operations are confined to the workspace directory structures.pi/skills/pi-workspaceor.agents/skills/pi-workspace. - [EXTERNAL_DOWNLOADS]: The installation process involves the
pi installCLI ormisetasks, which fetch extension packages (such aspi-subagents,context-mode, andpi-lens) from the associated ecosystem. These downloads are restricted to a local project scope (-l) rather than a global user scope.
Audit Metadata