linear-data-handling
Facilitates data synchronization and backup for Linear, ensuring consistency across systems with reliable integration patterns.
Install this skill
Security score
The linear-data-handling skill was audited on May 12, 2026 and we found 15 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 155 | console.error(`Error syncing ${issue.identifier}:`, error); |
Template literal with variable interpolation in command context
| 281 | const path = `${outputDir}/linear-backup-${timestamp}.json`; |
Template literal with variable interpolation in command context
| 283 | console.log(`Exported ${backup.issues.length} issues to ${path}`); |
Template literal with variable interpolation in command context
| 325 | console.log(`Consistency check: ${missing.length} missing, ${stale.length} stale, ${orphaned.length} orphaned`); |
Template literal with variable interpolation in command context
| 374 | throw new Error(`Conflict on ${local.identifier} requires manual resolution`); |
Webhook reference - potential data exfiltration
| 27 | Implement reliable data synchronization, backup, and consistency for Linear integrations. Covers full sync, incremental webhook sync, JSON/CSV export, consistency checks, and conflict resolution. |
Webhook reference - potential data exfiltration
| 180 | ### Step 3: Incremental Sync via Webhooks |
Webhook reference - potential data exfiltration
| 182 | async function processWebhookSync(event: { |
Webhook reference - potential data exfiltration
| 385 | | Stale data | Missed webhook events | Trigger full sync via consistency check | |
Webhook reference - potential data exfiltration
| 387 | | Duplicate entries | Webhook retry without dedup | Deduplicate by `Linear-Delivery` header | |
Webhook reference - potential data exfiltration
| 393 | - [Linear Webhooks](https://linear.app/developers/webhooks) |
External URL reference
| 390 | - [Linear GraphQL API](https://linear.app/developers/graphql) |
External URL reference
| 391 | - [Linear Pagination](https://linear.app/developers/pagination) |
External URL reference
| 392 | - [Linear Filtering](https://linear.app/developers/filtering) |
External URL reference
| 393 | - [Linear Webhooks](https://linear.app/developers/webhooks) |