linear-cost-tuning
Optimizes Linear API usage to reduce costs and manage rate limits effectively, enhancing integration efficiency.
Install this skill
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
Webhook reference - potential data exfiltration
| 33 | | Webhook volume | Processing costs | Event filtering | |
Webhook reference - potential data exfiltration
| 97 | **Polling vs Webhooks:** |
Webhook reference - potential data exfiltration
| 105 | // GOOD: Use webhooks for real-time updates |
Webhook reference - potential data exfiltration
| 106 | // See linear-webhooks-events skill |
Webhook reference - potential data exfiltration
| 107 | app.post("/webhooks/linear", async (req, res) => { |
Webhook reference - potential data exfiltration
| 217 | ### Step 5: Webhook Event Filtering |
Webhook reference - potential data exfiltration
| 284 | - [ ] Replace polling with webhooks |
Webhook reference - potential data exfiltration
| 287 | - [ ] Filter webhook events |
Webhook reference - potential data exfiltration
| 306 | // Webhook metrics |
Webhook reference - potential data exfiltration
| 307 | webhooksReceived: counter("linear_webhooks_received_total"), |
Webhook reference - potential data exfiltration
| 308 | webhooksFiltered: counter("linear_webhooks_filtered_total"), |
Webhook reference - potential data exfiltration
| 315 | - [Webhook Best Practices](https://developers.linear.app/docs/graphql/webhooks) |
External URL reference
| 313 | - [Linear Rate Limiting](https://developers.linear.app/docs/graphql/rate-limiting) |
External URL reference
| 314 | - [Query Complexity Guide](https://developers.linear.app/docs/graphql/complexity) |
External URL reference
| 315 | - [Webhook Best Practices](https://developers.linear.app/docs/graphql/webhooks) |
Install this skill with one command
/learn @vasic-digital/linear-cost-tuning