pueue-job-orchestration
Facilitates management of long-running jobs and batch processing using Pueue for efficient job orchestration and telemetry.
Install this skill
Security score
The pueue-job-orchestration skill was audited on May 12, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 56 | ssh bigblack "~/.local/bin/pueue status" |
Access to hidden dotfiles in home directory
| 69 | ssh bigblack "~/.local/bin/pueue add -w ~/project -- uv run python script.py" |
Access to hidden dotfiles in home directory
| 106 | | BigBlack | `~/.local/bin/pueue` | RTX 4090 | p1 (16), p2 (2), p3 (3), p4 (1) | |
Access to hidden dotfiles in home directory
| 107 | | LittleBlack | `~/.local/bin/pueue` | RTX 2080 Ti | p1 (8), p2 (2) | |
Access to hidden dotfiles in home directory
| 116 | ssh bigblack "~/.local/bin/pueue status" |
Access to hidden dotfiles in home directory
| 119 | ssh bigblack "~/.local/bin/pueue add --label 'my-job' -- cd ~/project && uv run python script.py" |
Access to hidden dotfiles in home directory
| 122 | ssh bigblack "~/.local/bin/pueue follow <id>" |
Access to hidden dotfiles in home directory
| 173 | | `pueue: command not found` | Not in PATH | Use full path: `~/.local/bin/pueue` | |
Access to hidden dotfiles in home directory
| 276 | **Config**: `~/.config/noti/noti.yaml` + env vars `NOTI_TELEGRAM_TOKEN`, `NOTI_TELEGRAM_CHAT_ID`, `NOTI_DEFAULT=telegram` in `~/.bashrc`. |
Access to hidden dotfiles in home directory
| 296 | **Pueue callback integration** — add to `~/.config/pueue/pueue.yml`: |
External URL reference
| 368 | For structured, repeatable workflows needing durability and dedup, consider [Temporal](https://temporal.io/) (`pip install temporalio`, `brew install temporal`): |
External URL reference
| 387 | - **Companion tools**: [noti](https://github.com/variadico/noti) (command wrapper → Telegram), [ntfy](https://github.com/binwiederhier/ntfy) (pub-sub notifications), [mprocs](https://github.com/pvolok |
External URL reference
| 388 | - **SOTA Alternative**: [Temporal](https://temporal.io/) — durable workflow orchestration with built-in dedup, retry, visibility |