Skip to main content

linear-webhook

Automates task dispatching in Linear by routing comments to designated agents via webhooks, enhancing team collaboration and efficiency.

Install this skill

or
0/100

Security score

The linear-webhook skill was audited on Feb 9, 2026 and we found 29 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

AI Security Analysis

SUSPICIOUS70% confidenceFlag For Review

An AI model reviewed this skill's content and provided the following security assessment:

The skill involves webhooks and external calls, which can potentially lead to data exfiltration if not properly secured. While the skill has a legitimate purpose, the presence of multiple webhook references and external URLs raises concerns about the potential for misuse or unintended data exposure.

gemini-2.0-flashFeb 11, 2026Adjusted score: 75/100

Security Issues

high line 155

Curl to non-GitHub URL

SourceSKILL.md
155- Verify tunnel is running: `curl https://your-tunnel.trycloudflare.com/hooks/linear`
medium line 2

Webhook reference - potential data exfiltration

SourceSKILL.md
2name: linear-webhook
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: "Comment @mason or @eureka in Linear issues to dispatch tasks to agents. Webhook receives Linear comments and routes to correct agent."
medium line 6

Webhook reference - potential data exfiltration

SourceSKILL.md
6# Linear Webhook Skill
medium line 13

Webhook reference - potential data exfiltration

SourceSKILL.md
132. **Linear webhook fires** on comment creation
medium line 14

Webhook reference - potential data exfiltration

SourceSKILL.md
143. **Clawdbot receives webhook** via exposed endpoint
medium line 27

Webhook reference - potential data exfiltration

SourceSKILL.md
27### 1. Configure Clawdbot Webhooks
low line 37

Webhook reference - potential data exfiltration

SourceSKILL.md
37transformsDir: "/home/sven/clawd-mason/skills/linear-webhook",
low line 48

Webhook reference - potential data exfiltration

SourceSKILL.md
48export: "transformLinearWebhook"
medium line 57

Webhook reference - potential data exfiltration

SourceSKILL.md
57### 2. Expose Webhook Endpoint
medium line 59

Webhook reference - potential data exfiltration

SourceSKILL.md
59Use Cloudflare Tunnel or Tailscale Funnel to make webhook publicly accessible:
medium line 78

Webhook reference - potential data exfiltration

SourceSKILL.md
78### 3. Configure Linear Webhook
medium line 80

Webhook reference - potential data exfiltration

SourceSKILL.md
801. Go to Linear Settings → API → Webhooks
medium line 81

Webhook reference - potential data exfiltration

SourceSKILL.md
812. Click "Create new webhook"
medium line 85

Webhook reference - potential data exfiltration

SourceSKILL.md
856. Save webhook
medium line 95

Webhook reference - potential data exfiltration

SourceSKILL.md
951. Webhook fires to Clawdbot
medium line 148

Webhook reference - potential data exfiltration

SourceSKILL.md
148- Verify webhook source (Linear's IP ranges if needed)
medium line 153

Webhook reference - potential data exfiltration

SourceSKILL.md
153### Webhook not firing
medium line 154

Webhook reference - potential data exfiltration

SourceSKILL.md
154- Check Linear webhook logs (Settings → API → Webhooks → View logs)
medium line 180

Webhook reference - potential data exfiltration

SourceSKILL.md
180- `linear-transform.js` - Webhook payload parser and agent router
medium line 182

Webhook reference - potential data exfiltration

SourceSKILL.md
182- `example-payload.json` - Sample Linear webhook payload for testing
medium line 186

Webhook reference - potential data exfiltration

SourceSKILL.md
186- [Clawdbot Webhook Docs](/automation/webhook)
medium line 187

Webhook reference - potential data exfiltration

SourceSKILL.md
187- [Linear Webhooks API](https://developers.linear.app/docs/graphql/webhooks)
low line 67

External URL reference

SourceSKILL.md
67cloudflared tunnel --url http://localhost:18789
low line 76

External URL reference

SourceSKILL.md
76Note the public URL (e.g., `https://your-tunnel.trycloudflare.com`)
low line 82

External URL reference

SourceSKILL.md
823. Set URL: `https://your-tunnel.trycloudflare.com/hooks/linear`
low line 155

External URL reference

SourceSKILL.md
155- Verify tunnel is running: `curl https://your-tunnel.trycloudflare.com/hooks/linear`
low line 187

External URL reference

SourceSKILL.md
187- [Linear Webhooks API](https://developers.linear.app/docs/graphql/webhooks)
low line 188

External URL reference

SourceSKILL.md
188- [Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →