Skip to main content

linear-reference-architecture

Provides production-grade architectural patterns for Linear integrations, aiding in system design and integration planning.

Install this skill

or
77/100

Security score

The linear-reference-architecture skill was audited on Feb 28, 2026 and we found 15 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 129

Template literal with variable interpolation in command context

SourceSKILL.md
129const cacheKey = `linear:${operation}`;
medium line 206

Template literal with variable interpolation in command context

SourceSKILL.md
206topic: `linear.${event.type.toLowerCase()}`,
low line 35

Webhook reference - potential data exfiltration

SourceSKILL.md
35│ │ Linear SDK │ │ Cache Layer │ │ Webhook │ │
low line 166

Webhook reference - potential data exfiltration

SourceSKILL.md
166│ Webhook Ingester│ │ Event Processor │ │ Notification │
low line 189

Webhook reference - potential data exfiltration

SourceSKILL.md
189// services/webhook-ingester.ts
low line 198

Webhook reference - potential data exfiltration

SourceSKILL.md
198export async function ingestWebhook(event: LinearWebhookEvent): Promise<void> {
low line 212

Webhook reference - potential data exfiltration

SourceSKILL.md
212timestamp: event.webhookTimestamp.toString(),
low line 330

Webhook reference - potential data exfiltration

SourceSKILL.md
330│ │ │ └── webhook-handler.ts
low line 59

Access to .env file

SourceSKILL.md
59apiKey: process.env.LINEAR_API_KEY!,
low line 119

Access to .env file

SourceSKILL.md
119this.client = new LinearClient({ apiKey: process.env.LINEAR_API_KEY! });
low line 120

Access to .env file

SourceSKILL.md
120this.redis = new Redis(process.env.REDIS_URL);
low line 193

Access to .env file

SourceSKILL.md
193brokers: [process.env.KAFKA_BROKER!],
low line 348

External URL reference

SourceSKILL.md
348- [Linear API Best Practices](https://developers.linear.app/docs/graphql/best-practices)
low line 349

External URL reference

SourceSKILL.md
349- [Event-Driven Architecture](https://martinfowler.com/articles/201701-event-driven.html)
low line 350

External URL reference

SourceSKILL.md
350- [CQRS Pattern](https://martinfowler.com/bliki/CQRS.html)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →