Skip to main content

sync-system-bus

Facilitates deployment of the system-bus-worker to a Kubernetes cluster, ensuring seamless syncing of package changes.

Install this skill

or
31/100

Security score

The sync-system-bus skill was audited on Mar 7, 2026 and we found 15 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 43

Template literal with variable interpolation in command context

SourceSKILL.md
433. Pushes `ghcr.io/joelhooks/system-bus-worker:${TAG}` and `:latest`
medium line 83

Template literal with variable interpolation in command context

SourceSKILL.md
83```bash
medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114```bash
medium line 146

Curl to non-GitHub URL

SourceSKILL.md
146curl -s http://localhost:3111/ | jq '.status'
medium line 147

Curl to non-GitHub URL

SourceSKILL.md
147curl -X PUT http://localhost:3111/api/inngest # Force function sync
medium line 120

Webhook reference - potential data exfiltration

SourceSKILL.md
120Talon is a Rust binary that supervises the worker process. It leases secrets from `agent-secrets` and injects them as env vars. When adding new webhook secrets or changing supervision behavior:
medium line 157

Webhook reference - potential data exfiltration

SourceSKILL.md
157| `front_rules_webhook_secret` | `FRONT_WEBHOOK_SECRET` |
medium line 159

Webhook reference - potential data exfiltration

SourceSKILL.md
159| `vercel_webhook_secret` | `VERCEL_WEBHOOK_SECRET` |
medium line 160

Webhook reference - potential data exfiltration

SourceSKILL.md
160| `joelclaw_webhook_secret` | `JOELCLAW_WEBHOOK_SECRET` |
low line 136

Access to hidden dotfiles in home directory

SourceSKILL.md
136cp target/release/talon ~/.local/bin/talon
low line 137

Access to hidden dotfiles in home directory

SourceSKILL.md
137codesign -fs - ~/.local/bin/talon
medium line 167

Access to hidden dotfiles in home directory

SourceSKILL.md
167| Binary | `~/.local/bin/talon` |
medium line 170

Access to hidden dotfiles in home directory

SourceSKILL.md
170| Logs | `~/.local/log/talon.log` / `talon.err` |
low line 146

External URL reference

SourceSKILL.md
146curl -s http://localhost:3111/ | jq '.status'
low line 147

External URL reference

SourceSKILL.md
147curl -X PUT http://localhost:3111/api/inngest # Force function sync
Scanned on Mar 7, 2026
View Security Dashboard
Installation guide →