Skip to main content

linear-data-handling

Facilitates data synchronization and backup for Linear, ensuring consistency across systems with reliable integration patterns.

Install this skill

or
45/100

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

medium line 155

Template literal with variable interpolation in command context

SourceSKILL.md
155console.error(`Error syncing ${issue.identifier}:`, error);
medium line 281

Template literal with variable interpolation in command context

SourceSKILL.md
281const path = `${outputDir}/linear-backup-${timestamp}.json`;
medium line 283

Template literal with variable interpolation in command context

SourceSKILL.md
283console.log(`Exported ${backup.issues.length} issues to ${path}`);
medium line 325

Template literal with variable interpolation in command context

SourceSKILL.md
325console.log(`Consistency check: ${missing.length} missing, ${stale.length} stale, ${orphaned.length} orphaned`);
medium line 374

Template literal with variable interpolation in command context

SourceSKILL.md
374throw new Error(`Conflict on ${local.identifier} requires manual resolution`);
medium line 27

Webhook reference - potential data exfiltration

SourceSKILL.md
27Implement reliable data synchronization, backup, and consistency for Linear integrations. Covers full sync, incremental webhook sync, JSON/CSV export, consistency checks, and conflict resolution.
medium line 180

Webhook reference - potential data exfiltration

SourceSKILL.md
180### Step 3: Incremental Sync via Webhooks
low line 182

Webhook reference - potential data exfiltration

SourceSKILL.md
182async function processWebhookSync(event: {
medium line 385

Webhook reference - potential data exfiltration

SourceSKILL.md
385| Stale data | Missed webhook events | Trigger full sync via consistency check |
medium line 387

Webhook reference - potential data exfiltration

SourceSKILL.md
387| Duplicate entries | Webhook retry without dedup | Deduplicate by `Linear-Delivery` header |
medium line 393

Webhook reference - potential data exfiltration

SourceSKILL.md
393- [Linear Webhooks](https://linear.app/developers/webhooks)
low line 390

External URL reference

SourceSKILL.md
390- [Linear GraphQL API](https://linear.app/developers/graphql)
low line 391

External URL reference

SourceSKILL.md
391- [Linear Pagination](https://linear.app/developers/pagination)
low line 392

External URL reference

SourceSKILL.md
392- [Linear Filtering](https://linear.app/developers/filtering)
low line 393

External URL reference

SourceSKILL.md
393- [Linear Webhooks](https://linear.app/developers/webhooks)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →