Skip to main content

pueue-job-orchestration

Facilitates management of long-running jobs and batch processing using Pueue for efficient job orchestration and telemetry.

Install this skill

or
67/100

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

low line 56

Access to hidden dotfiles in home directory

SourceSKILL.md
56ssh bigblack "~/.local/bin/pueue status"
low line 69

Access to hidden dotfiles in home directory

SourceSKILL.md
69ssh bigblack "~/.local/bin/pueue add -w ~/project -- uv run python script.py"
medium line 106

Access to hidden dotfiles in home directory

SourceSKILL.md
106| BigBlack | `~/.local/bin/pueue` | RTX 4090 | p1 (16), p2 (2), p3 (3), p4 (1) |
medium line 107

Access to hidden dotfiles in home directory

SourceSKILL.md
107| LittleBlack | `~/.local/bin/pueue` | RTX 2080 Ti | p1 (8), p2 (2) |
low line 116

Access to hidden dotfiles in home directory

SourceSKILL.md
116ssh bigblack "~/.local/bin/pueue status"
low line 119

Access to hidden dotfiles in home directory

SourceSKILL.md
119ssh bigblack "~/.local/bin/pueue add --label 'my-job' -- cd ~/project && uv run python script.py"
low line 122

Access to hidden dotfiles in home directory

SourceSKILL.md
122ssh bigblack "~/.local/bin/pueue follow <id>"
medium line 173

Access to hidden dotfiles in home directory

SourceSKILL.md
173| `pueue: command not found` | Not in PATH | Use full path: `~/.local/bin/pueue` |
medium line 276

Access to hidden dotfiles in home directory

SourceSKILL.md
276**Config**: `~/.config/noti/noti.yaml` + env vars `NOTI_TELEGRAM_TOKEN`, `NOTI_TELEGRAM_CHAT_ID`, `NOTI_DEFAULT=telegram` in `~/.bashrc`.
medium line 296

Access to hidden dotfiles in home directory

SourceSKILL.md
296**Pueue callback integration** — add to `~/.config/pueue/pueue.yml`:
low line 368

External URL reference

SourceSKILL.md
368For structured, repeatable workflows needing durability and dedup, consider [Temporal](https://temporal.io/) (`pip install temporalio`, `brew install temporal`):
low line 387

External URL reference

SourceSKILL.md
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
low line 388

External URL reference

SourceSKILL.md
388- **SOTA Alternative**: [Temporal](https://temporal.io/) — durable workflow orchestration with built-in dedup, retry, visibility
Scanned on May 12, 2026
View Security Dashboard
Installation guide →