setup-statusline
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill manages the registration of a status line command within the local
~/.claude/settings.jsonfile, which is the standard configuration location for the host environment. - [COMMAND_EXECUTION]: The skill performs a
chmod +xoperation on a script located within its own installation directory (${CLAUDE_PLUGIN_ROOT}). This is an expected deployment step to ensure the status line monitor can execute. - [SAFE]: JSON manipulation is performed locally using
node -e, which is a standard method for configuration management without external dependencies.
Audit Metadata