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 AskUserQuestion tool to obtain explicit user consent before modifying configuration files or replacing existing scripts.
  • Evidence: The skill implements a backup mechanism, appending a .backup extension to existing script files before overwriting them.
  • [COMMAND_EXECUTION]: The skill employs local shell commands for environment detection and permission management.
  • Evidence: Uses uname -s to identify the host operating system (macOS, Linux, or Windows) to ensure cross-platform compatibility.
  • Evidence: Uses chmod +x on 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, and jq to generate a visual display.
  • Evidence: No network operations or external data transmissions are present in the provided script templates.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 22, 2026, 10:13 AM
Security Audit — agent-trust-hub — statusline-setup