Skip to main content

linear-autopilot

Automates Linear task processing with Discord notifications and git sync for efficient kanban workflows.

Install this skill

or
22/100

Security score

The linear-autopilot skill was audited on Feb 15, 2026 and we found 18 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 10

Webhook reference - potential data exfiltration

SourceSKILL.md
10> **🔒 Security Note:** This skill mentions API keys, tokens, and webhook URLs because it teaches you how to set up integrations with Linear, Discord, and automation services (Make.com, Pipedream, Zap
medium line 12

Webhook reference - potential data exfiltration

SourceSKILL.md
12Automated pipeline: **Linear → Webhook Service → Discord → Clawdbot → Git**
medium line 25

Webhook reference - potential data exfiltration

SourceSKILL.md
25| **Zapier** | 100 tasks/month, 5 zaps, 15-min polling, **no webhooks** | ⚠️ Paid plan required for this workflow |
medium line 29

Webhook reference - potential data exfiltration

SourceSKILL.md
29- **Pipedream** has instant webhooks but limited free credits that deplete quickly
medium line 30

Webhook reference - potential data exfiltration

SourceSKILL.md
30- **Zapier** free plan does NOT support webhooks. You need a paid Zapier plan (Starter+)
medium line 76

Webhook reference - potential data exfiltration

SourceSKILL.md
76### 3. Set Up Webhook Service
medium line 89

Webhook reference - potential data exfiltration

SourceSKILL.md
894. Add Discord webhook action
medium line 93

Webhook reference - potential data exfiltration

SourceSKILL.md
93- Instant webhook triggers
medium line 98

Webhook reference - potential data exfiltration

SourceSKILL.md
981. Create workflow at pipedream.com with HTTP webhook trigger
medium line 99

Webhook reference - potential data exfiltration

SourceSKILL.md
992. Add Linear webhook pointing to your Pipedream URL
medium line 116

Webhook reference - potential data exfiltration

SourceSKILL.md
1162. Use webhook or bot integration for Discord
medium line 203

Webhook reference - potential data exfiltration

SourceSKILL.md
203- Ensure `allowBots: true` if using webhook
low line 40

Access to hidden dotfiles in home directory

SourceSKILL.md
40mkdir -p ~/.clawdbot
low line 41

Access to hidden dotfiles in home directory

SourceSKILL.md
41echo "LINEAR_API_KEY=lin_api_xxxxx" > ~/.clawdbot/linear.env
medium line 55

Access to hidden dotfiles in home directory

SourceSKILL.md
55Update `~/.clawdbot/linear-config.json`:
medium line 206

Access to hidden dotfiles in home directory

SourceSKILL.md
206- Verify API key in `~/.clawdbot/linear.env`
low line 41

Access to .env file

SourceSKILL.md
41echo "LINEAR_API_KEY=lin_api_xxxxx" > ~/.clawdbot/linear.env
medium line 206

Access to .env file

SourceSKILL.md
206- Verify API key in `~/.clawdbot/linear.env`
Scanned on Feb 15, 2026
View Security Dashboard
Installation guide →