list-plans
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local Command Execution: The skill utilizes PowerShell and Bash scripts to scan the file system for specific directory structures and configuration files. This method of discovery is common for project-specific automation and operates within the local workspace context.
- Dynamic Path Interpolation: The instructions involve substituting a placeholder with the absolute path of the workspace root. This is a standard practice for local development utilities to ensure scripts target the correct project directory.
- Content Extraction from Files: The skill reads the first heading of
plan.mdfiles to generate human-readable titles for user selection. While this involves processing data from the workspace, the scope is limited to display metadata.
Audit Metadata