Skip to main content

bg-dispatch

Enables fire-and-forget background dispatch for coding tasks, allowing agents to run in the background while keeping the main session free.

Install this skill

or
71/100

Security score

The bg-dispatch skill was audited on Jun 4, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 112

Webhook reference - potential data exfiltration

SourceSKILL.md
112"type": "webhook",
low line 114

Webhook reference - potential data exfiltration

SourceSKILL.md
114"url_env": "SLACK_WEBHOOK_URL",
low line 119

Webhook reference - potential data exfiltration

SourceSKILL.md
119"type": "webhook",
low line 121

Webhook reference - potential data exfiltration

SourceSKILL.md
121"url_env": "FEISHU_WEBHOOK_URL",
low line 123

Webhook reference - potential data exfiltration

SourceSKILL.md
123"secret_env": "FEISHU_WEBHOOK_SECRET"
medium line 141

Webhook reference - potential data exfiltration

SourceSKILL.md
141| `webhook` | HTTP POST to any webhook URL | Team notifications (Slack, Feishu, Discord) |
medium line 144

Webhook reference - potential data exfiltration

SourceSKILL.md
144### Webhook Templates
medium line 149

Webhook reference - potential data exfiltration

SourceSKILL.md
149- **`generic`** — Simple JSON payload (works with any webhook receiver)
low line 247

Webhook reference - potential data exfiltration

SourceSKILL.md
247"webhook_slack": true,
low line 248

Webhook reference - potential data exfiltration

SourceSKILL.md
248"webhook_feishu": false
low line 280

Webhook reference - potential data exfiltration

SourceSKILL.md
280{ "type": "webhook", "config": { "url_env": "SLACK_WEBHOOK_URL", "template": "slack" }, "events": ["complete", "progress"] }
low line 474

Webhook reference - potential data exfiltration

SourceSKILL.md
474│ ├── webhook.sh # Generic webhook (Slack/Feishu/Discord)
medium line 156

Access to hidden dotfiles in home directory

SourceSKILL.md
1564. `~/.bg-dispatch.json` — user config
Scanned on Jun 4, 2026
View Security Dashboard
Installation guide →