pueue-job-orchestration
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to manage long-running tasks via the
pueuecommand-line utility. It also provides instructions for executing commands on remote infrastructure usingsshfor server monitoring and job administration. - [REMOTE_CODE_EXECUTION]: The installation guide includes a command to fetch a setup script from the vendor's GitHub repository (
terrylica/rangebar-py) and pipe it directly to the bash shell for automated environment configuration. - [EXTERNAL_DOWNLOADS]: Fetches pre-compiled executable binaries for the
pueueandpueuedservices from the official Nukesor/pueue GitHub releases during the installation process. - [SAFE]: Documentation provides security-conscious guidance for managing API keys and secrets, recommending the use of
.envfiles combined with thepython-dotenvlibrary to keep credentials out of code and command history.
Audit Metadata