setup-statusline
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to manage file permissions and perform JSON manipulation. It specifically executes
chmod +xon a local script path to ensure the status line logger is executable. It also usesnode -efor safe JSON parsing and modification of the~/.claude/settings.jsonfile. These actions are within the scope of the skill's primary purpose for installation and configuration.- [SAFE]: The skill follows security best practices by usingnode -efor JSON manipulation instead of less reliable string manipulation or external dependencies. It also implements a backup and restore mechanism (_statusLineBackup) when modifying the user's existing status line configuration. The skill's scope is limited to its own configuration fields and does not attempt to access sensitive credentials or perform unauthorized network operations.
Audit Metadata