Skip to main content

linear-cost-tuning

Optimizes Linear API usage to reduce costs and manage rate limits effectively, enhancing integration efficiency.

Install this skill

or
61/100

Security score

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

Categories Tested

Security Issues

medium line 33

Webhook reference - potential data exfiltration

SourceSKILL.md
33| Webhook volume | Processing costs | Event filtering |
medium line 97

Webhook reference - potential data exfiltration

SourceSKILL.md
97**Polling vs Webhooks:**
low line 105

Webhook reference - potential data exfiltration

SourceSKILL.md
105// GOOD: Use webhooks for real-time updates
low line 106

Webhook reference - potential data exfiltration

SourceSKILL.md
106// See linear-webhooks-events skill
low line 107

Webhook reference - potential data exfiltration

SourceSKILL.md
107app.post("/webhooks/linear", async (req, res) => {
medium line 217

Webhook reference - potential data exfiltration

SourceSKILL.md
217### Step 5: Webhook Event Filtering
medium line 284

Webhook reference - potential data exfiltration

SourceSKILL.md
284- [ ] Replace polling with webhooks
medium line 287

Webhook reference - potential data exfiltration

SourceSKILL.md
287- [ ] Filter webhook events
low line 306

Webhook reference - potential data exfiltration

SourceSKILL.md
306// Webhook metrics
low line 307

Webhook reference - potential data exfiltration

SourceSKILL.md
307webhooksReceived: counter("linear_webhooks_received_total"),
low line 308

Webhook reference - potential data exfiltration

SourceSKILL.md
308webhooksFiltered: counter("linear_webhooks_filtered_total"),
medium line 315

Webhook reference - potential data exfiltration

SourceSKILL.md
315- [Webhook Best Practices](https://developers.linear.app/docs/graphql/webhooks)
low line 313

External URL reference

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

External URL reference

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

External URL reference

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