worktree-ux-pr
Warn
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/upload-catbox.shusescurlto upload local files tohttps://catbox.moe/user/api.php. This provides a direct path for data exfiltration of sensitive information (such as credentials or private keys) if the input file path is directed away from the intended screenshots.- [COMMAND_EXECUTION]: Multiple scripts perform operations that modify the local environment or repository state.scripts/rebase-worktrees.shexecutesgit push --force-with-lease, whilescripts/start-headless.shstarts a local dev server with the--allow-externalflag, which can expose local services to the external network.- [EXTERNAL_DOWNLOADS]: The scriptscripts/start-ui.shexecutespnpm install, which downloads and installs external dependencies from the public npm registry.
Audit Metadata