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
78/100

Security score

The pueue-job-orchestration skill was audited on Mar 7, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 54

Access to hidden dotfiles in home directory

SourceSKILL.md
54ssh bigblack "~/.local/bin/pueue status"
low line 67

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
105| LittleBlack | `~/.local/bin/pueue` | default (2) |
low line 114

Access to hidden dotfiles in home directory

SourceSKILL.md
114ssh bigblack "~/.local/bin/pueue status"
low line 117

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
171| `pueue: command not found` | Not in PATH | Use full path: `~/.local/bin/pueue` |
low line 272

External URL reference

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

External URL reference

SourceSKILL.md
291- **SOTA Alternative**: [Temporal](https://temporal.io/) — durable workflow orchestration with built-in dedup, retry, visibility
Scanned on Mar 7, 2026
View Security Dashboard