setup-statusline
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local setup script (setup.sh) to initialize the environment and install the status line helper.
- [COMMAND_EXECUTION]: The skill generates and installs a custom shell script (~/.claude/statusline.sh) that runs git and jq commands to provide real-time status updates within the CLI.
- [DYNAMIC_EXECUTION]: The setup process involves writing a functional bash script to the local filesystem for subsequent execution by the agent platform.
- [SAFE]: The skill implements protective measures by creating backups of existing configuration files (e.g., settings.json.backup) before applying modifications.
- [SAFE]: All operations are restricted to the local filesystem within the user's home directory, with no observed network activity or exfiltration attempts.
Audit Metadata