statusline-config
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill creates and manages a POSIX shell script located at
~/.claude/statusline-command.sh. This includes writing the script content and ensuring it is executable usingchmod +x. - [COMMAND_EXECUTION]: The skill uses system-level tools such as
jqfor parsing JSON input andgitfor accessing repository status and branch information. - [COMMAND_EXECUTION]: As part of the verification workflow, the skill executes the generated status line script using a sample JSON payload to validate its output.
- [COMMAND_EXECUTION]: The script employs standard shell utilities like
statfor implementing a basic caching mechanism for git information.
Audit Metadata