Skip to main content

linear-rate-limits

Effectively manage Linear API rate limits and quotas to optimize API usage and handle errors with throttling strategies.

Install this skill

or
77/100

Security score

The linear-rate-limits skill was audited on Feb 25, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 78

Template literal with variable interpolation in command context

SourceSKILL.md
78console.log(`Rate limit low, waiting ${waitMs}ms...`);
medium line 145

Template literal with variable interpolation in command context

SourceSKILL.md
145`Rate limited, attempt ${attempt + 1}/${maxRetries}, ` +
medium line 146

Template literal with variable interpolation in command context

SourceSKILL.md
146`retrying in ${Math.round(delay)}ms...`
medium line 234

Template literal with variable interpolation in command context

SourceSKILL.md
234console.log(`Processing batch ${i + 1}/${batches.length}...`);
low line 309

External URL reference

SourceSKILL.md
309- [Linear Rate Limiting](https://developers.linear.app/docs/graphql/rate-limiting)
low line 310

External URL reference

SourceSKILL.md
310- [GraphQL Complexity](https://developers.linear.app/docs/graphql/complexity)
low line 311

External URL reference

SourceSKILL.md
311- [Best Practices](https://developers.linear.app/docs/graphql/best-practices)
Scanned on Feb 25, 2026
View Security Dashboard