Skip to main content

linear-performance-tuning

Enhances Linear API performance through optimized queries and caching strategies, improving response times and reducing API calls.

Install this skill

or
74/100

Security score

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

Categories Tested

Security Issues

medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98return `${this.keyPrefix}:${key}`;
medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160`states:${teamKey}`,
medium line 178

Template literal with variable interpolation in command context

SourceSKILL.md
178`issue:${identifier}`,
medium line 265

Template literal with variable interpolation in command context

SourceSKILL.md
265request.reject(new Error(`Not found: ${request.key}`));
low line 148

Fetch to external URL

SourceSKILL.md
148return cache.getOrFetch(
low line 81

Access to .env file

SourceSKILL.md
81const redis = new Redis(process.env.REDIS_URL);
low line 318

Access to .env file

SourceSKILL.md
318export const clientPool = new ClientPool(process.env.LINEAR_API_KEY!);
low line 373

External URL reference

SourceSKILL.md
373- [Linear GraphQL Best Practices](https://developers.linear.app/docs/graphql/best-practices)
low line 374

External URL reference

SourceSKILL.md
374- [Query Complexity](https://developers.linear.app/docs/graphql/complexity)
low line 375

External URL reference

SourceSKILL.md
375- [Redis Caching Guide](https://redis.io/docs/manual/patterns/)
Scanned on Feb 25, 2026
View Security Dashboard