Skip to main content

linear-deploy-integration

Facilitates deployment of Linear-integrated applications and tracks deployments across various platforms like Vercel and Google Cloud.

Install this skill

or
45/100

Security score

The linear-deploy-integration skill was audited on Feb 28, 2026 and we found 23 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 130

Template literal with variable interpolation in command context

SourceSKILL.md
130body: `## Deployed to ${info.environment}
medium line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133**Commit:** \`${info.commitSha.slice(0, 7)}\`
medium line 149

Template literal with variable interpolation in command context

SourceSKILL.md
149console.log(`Updated ${identifier}`);
medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151console.error(`Failed to update ${identifier}:`, error);
medium line 167

Template literal with variable interpolation in command context

SourceSKILL.md
167```yaml
medium line 239

Template literal with variable interpolation in command context

SourceSKILL.md
239body: `## Production Rollback
low line 34

Webhook reference - potential data exfiltration

SourceSKILL.md
34vercel env add LINEAR_WEBHOOK_SECRET production
low line 45

Webhook reference - potential data exfiltration

SourceSKILL.md
45"LINEAR_WEBHOOK_SECRET": "@linear-webhook-secret"
low line 48

Webhook reference - potential data exfiltration

SourceSKILL.md
48"api/webhooks/linear.ts": {
low line 65

Webhook reference - potential data exfiltration

SourceSKILL.md
65--set-secrets="LINEAR_API_KEY=linear-api-key:latest,LINEAR_WEBHOOK_SECRET=linear-webhook-secret:latest" \
low line 99

Webhook reference - potential data exfiltration

SourceSKILL.md
99railway variables set LINEAR_WEBHOOK_SECRET=secret
low line 255

Webhook reference - potential data exfiltration

SourceSKILL.md
255[ ] Webhook endpoint accessible from internet
medium line 265

Webhook reference - potential data exfiltration

SourceSKILL.md
265| `Webhook timeout` | Long processing | Increase function timeout |
medium line 274

Webhook reference - potential data exfiltration

SourceSKILL.md
274Set up webhooks with `linear-webhooks-events`.
low line 120

Access to .env file

SourceSKILL.md
120apiKey: process.env.LINEAR_API_KEY!,
low line 159

Access to .env file

SourceSKILL.md
159version: process.env.VERSION!,
low line 160

Access to .env file

SourceSKILL.md
160commitSha: process.env.COMMIT_SHA!,
low line 161

Access to .env file

SourceSKILL.md
161deployUrl: process.env.DEPLOY_URL!,
low line 162

Access to .env file

SourceSKILL.md
162issueIdentifiers: process.env.ISSUE_IDS!.split(","),
low line 220

Access to .env file

SourceSKILL.md
220apiKey: process.env.LINEAR_API_KEY!,
low line 269

External URL reference

SourceSKILL.md
269- [Vercel Environment Variables](https://vercel.com/docs/environment-variables)
low line 270

External URL reference

SourceSKILL.md
270- [Cloud Run Secrets](https://cloud.google.com/run/docs/configuring/secrets)
low line 271

External URL reference

SourceSKILL.md
271- [Linear Deployment Tracking](https://linear.app/docs/git-integrations)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →