linear-common-errors
Diagnoses and resolves common Linear API errors, aiding developers in troubleshooting integration and authentication issues.
Install this skill
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
Template literal with variable interpolation in command context
| 99 | console.log(`Rate limited, retrying in ${delay}ms...`); |
Template literal with variable interpolation in command context
| 137 | if (!team) throw new Error(`Team not found: ${input.teamId}`); |
Template literal with variable interpolation in command context
| 143 | throw new Error(`State ${input.stateId} not in team ${team.key}`); |
Template literal with variable interpolation in command context
| 151 | throw new Error(`User ${input.assigneeId} not in team ${team.key}`); |
Template literal with variable interpolation in command context
| 252 | console.error(`Linear API Error in ${context}:`, { |
Fetch to external URL
| 196 | const response = await fetch("https://api.linear.app/graphql", { |
Webhook reference - potential data exfiltration
| 222 | ### Validate Webhook Signature |
Webhook reference - potential data exfiltration
| 226 | function verifyWebhookSignature( |
Access to .env file
| 43 | const apiKey = process.env.LINEAR_API_KEY; |
External URL reference
| 178 | https://api.linear.app/graphql \ |
External URL reference
| 196 | const response = await fetch("https://api.linear.app/graphql", { |
External URL reference
| 212 | https://api.linear.app/graphql | jq |
External URL reference
| 218 | https://api.linear.app/graphql |
External URL reference
| 274 | - [Linear API Error Reference](https://developers.linear.app/docs/graphql/errors) |
External URL reference
| 275 | - [Rate Limiting Guide](https://developers.linear.app/docs/graphql/rate-limiting) |
External URL reference
| 276 | - [Authentication Guide](https://developers.linear.app/docs/graphql/authentication) |
Install this skill with one command
/learn @vasic-digital/linear-common-errors