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 +x on a local script path to ensure the status line logger is executable. It also uses node -e for safe JSON parsing and modification of the ~/.claude/settings.json file. These actions are within the scope of the skill's primary purpose for installation and configuration.- [SAFE]: The skill follows security best practices by using node -e for 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
Risk Level
SAFE
Analyzed
Aug 21, 2026, 01:59 AM
Security Audit — agent-trust-hub — setup-statusline