statusline-setup
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs legitimate configuration of the agent's status line using documented platform features.
- Evidence: The workflow utilizes the
AskUserQuestiontool to obtain explicit user consent before modifying configuration files or replacing existing scripts. - Evidence: The skill implements a backup mechanism, appending a
.backupextension to existing script files before overwriting them. - [COMMAND_EXECUTION]: The skill employs local shell commands for environment detection and permission management.
- Evidence: Uses
uname -sto identify the host operating system (macOS, Linux, or Windows) to ensure cross-platform compatibility. - Evidence: Uses
chmod +xon Unix-like systems to grant execution permissions to the newly created status line script. - [SAFE]: The generated status line scripts (Bash and PowerShell) are transparent and restricted to local data formatting.
- Evidence: The scripts parse JSON data provided via standard input and use local utilities like
git,date, andjqto generate a visual display. - Evidence: No network operations or external data transmissions are present in the provided script templates.
Audit Metadata