webup-statusline
Warn
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/generate.mjscreates an executable bash file at~/.claude/scripts/statusline.shand modifies the~/.claude/settings.jsonfile to register this script. This alters the agent's runtime behavior by executing the generated script for status updates. - [COMMAND_EXECUTION]: There is a potential command injection vulnerability in
scripts/generate.mjs. The--effort-iconparameter is interpolated directly into a shell script template without sanitization. If an attacker can influence this argument, it could allow for arbitrary command execution when the generated status line script is rendered. - [EXTERNAL_DOWNLOADS]: The skill uses
npx -y bunto execute its generator, which results in the download and execution of the Bun runtime from the official npm registry if it is not already installed on the system.
Audit Metadata