Skip to main content

linear-common-errors

Diagnoses and resolves common Linear API errors, aiding developers in troubleshooting integration and authentication issues.

Install this skill

or
60/100

Security score

The linear-common-errors skill was audited on Feb 25, 2026 and we found 16 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 99

Template literal with variable interpolation in command context

SourceSKILL.md
99console.log(`Rate limited, retrying in ${delay}ms...`);
medium line 137

Template literal with variable interpolation in command context

SourceSKILL.md
137if (!team) throw new Error(`Team not found: ${input.teamId}`);
medium line 143

Template literal with variable interpolation in command context

SourceSKILL.md
143throw new Error(`State ${input.stateId} not in team ${team.key}`);
medium line 151

Template literal with variable interpolation in command context

SourceSKILL.md
151throw new Error(`User ${input.assigneeId} not in team ${team.key}`);
medium line 252

Template literal with variable interpolation in command context

SourceSKILL.md
252console.error(`Linear API Error in ${context}:`, {
low line 196

Fetch to external URL

SourceSKILL.md
196const response = await fetch("https://api.linear.app/graphql", {
medium line 222

Webhook reference - potential data exfiltration

SourceSKILL.md
222### Validate Webhook Signature
low line 226

Webhook reference - potential data exfiltration

SourceSKILL.md
226function verifyWebhookSignature(
low line 43

Access to .env file

SourceSKILL.md
43const apiKey = process.env.LINEAR_API_KEY;
low line 178

External URL reference

SourceSKILL.md
178https://api.linear.app/graphql \
low line 196

External URL reference

SourceSKILL.md
196const response = await fetch("https://api.linear.app/graphql", {
low line 212

External URL reference

SourceSKILL.md
212https://api.linear.app/graphql | jq
low line 218

External URL reference

SourceSKILL.md
218https://api.linear.app/graphql
low line 274

External URL reference

SourceSKILL.md
274- [Linear API Error Reference](https://developers.linear.app/docs/graphql/errors)
low line 275

External URL reference

SourceSKILL.md
275- [Rate Limiting Guide](https://developers.linear.app/docs/graphql/rate-limiting)
low line 276

External URL reference

SourceSKILL.md
276- [Authentication Guide](https://developers.linear.app/docs/graphql/authentication)
Scanned on Feb 25, 2026
View Security Dashboard