jules-dispatch
Automates task dispatching to Jules agents via CLI, generating context-rich prompts from Beads issues for efficient workflow management.
Install this skill
Security score
The jules-dispatch skill was audited on Feb 12, 2026 and we found 16 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Piping content to sh shell
| 236 | curl https://mise.run | sh |
Curl to non-GitHub URL
| 236 | curl https://mise.run | sh |
Access to hidden dotfiles in home directory
| 74 | python ~/.agent/skills/jules-dispatch/dispatch.py |
Access to hidden dotfiles in home directory
| 77 | python ~/.agent/skills/jules-dispatch/dispatch.py --dry-run |
Access to hidden dotfiles in home directory
| 80 | python ~/.agent/skills/jules-dispatch/dispatch.py --action dispatch --issue bd-xyz --force |
Access to hidden dotfiles in home directory
| 87 | python ~/.agent/skills/jules-dispatch/dispatch.py --action list |
Access to hidden dotfiles in home directory
| 94 | python ~/.agent/skills/jules-dispatch/dispatch.py --action pull --session <SESSION_ID> |
Access to hidden dotfiles in home directory
| 142 | python ~/.agent/skills/jules-dispatch/dispatch.py |
Access to hidden dotfiles in home directory
| 159 | python ~/.agent/skills/jules-dispatch/dispatch.py --dry-run |
Access to hidden dotfiles in home directory
| 174 | python ~/.agent/skills/jules-dispatch/dispatch.py --action dispatch --issue bd-xyz --force |
Access to hidden dotfiles in home directory
| 181 | python ~/.agent/skills/jules-dispatch/dispatch.py --action list |
Access to hidden dotfiles in home directory
| 184 | python ~/.agent/skills/jules-dispatch/dispatch.py --action pull --session 123456 |
Access to hidden dotfiles in home directory
| 328 | python ~/.agent/skills/jules-dispatch/dispatch.py --action list |
Access to .env file
| 246 | # Generate mock .env |
Access to .env file
| 247 | cat <<EOF > .env |
External URL reference
| 236 | curl https://mise.run | sh |