Skip to main content

linear-sdk-patterns

Provides TypeScript/JavaScript SDK patterns and best practices for optimizing Linear API usage and implementing common patterns.

Install this skill

or
63/100

Security score

The linear-sdk-patterns skill was audited on May 12, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 69

Template literal with variable interpolation in command context

SourceSKILL.md
69console.log(`Page 1: ${firstPage.nodes.length} issues`);
medium line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73console.log(`Page 2: ${secondPage.nodes.length} issues`);
medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96console.log(`${issue.identifier}: ${issue.title}`);
medium line 108

Template literal with variable interpolation in command context

SourceSKILL.md
108console.log(`${issue.identifier}: ${assignee?.name}`);
medium line 188

Template literal with variable interpolation in command context

SourceSKILL.md
188return { ok: false, error: `Invalid input: ${error.message}`, retryable: false };
medium line 192

Template literal with variable interpolation in command context

SourceSKILL.md
192return { ok: false, error: `[${error.status}] ${error.message}`, retryable };
low line 45

Access to .env file

SourceSKILL.md
45const apiKey = process.env.LINEAR_API_KEY;
low line 267

External URL reference

SourceSKILL.md
267- [SDK Getting Started](https://linear.app/developers/sdk)
low line 268

External URL reference

SourceSKILL.md
268- [SDK Data Fetching](https://linear.app/developers/sdk-fetching-and-modifying-data)
low line 269

External URL reference

SourceSKILL.md
269- [SDK Error Handling](https://linear.app/developers/sdk-errors)
low line 270

External URL reference

SourceSKILL.md
270- [Advanced Usage](https://linear.app/developers/advanced-usage)
low line 271

External URL reference

SourceSKILL.md
271- [GraphQL Filtering](https://linear.app/developers/filtering)
low line 272

External URL reference

SourceSKILL.md
272- [Pagination](https://linear.app/developers/pagination)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →