Skip to main content

linear-core-workflow-a

Facilitates issue lifecycle management in Linear, enabling users to create, update, and transition issues efficiently.

Install this skill

or
55/100

Security score

The linear-core-workflow-a skill was audited on May 12, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 56

Template literal with variable interpolation in command context

SourceSKILL.md
56console.log(`Created: ${issue?.identifier} — ${issue?.title}`);
medium line 57

Template literal with variable interpolation in command context

SourceSKILL.md
57console.log(`URL: ${issue?.url}`);
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118console.log(`${state.name} (type: ${state.type}, position: ${state.position})`);
medium line 170

Template literal with variable interpolation in command context

SourceSKILL.md
170console.log(` Sub: ${child.identifier} — ${child.title}`);
medium line 194

Template literal with variable interpolation in command context

SourceSKILL.md
194console.log(`${rel.type}: ${related?.identifier}`);
medium line 210

Template literal with variable interpolation in command context

SourceSKILL.md
210console.log(`${user?.name}: ${comment.body.substring(0, 80)}...`);
medium line 251

Template literal with variable interpolation in command context

SourceSKILL.md
251console.log(`Created: ${issue?.identifier}`);
medium line 272

Template literal with variable interpolation in command context

SourceSKILL.md
272console.log(`Closed: ${issue.identifier} (last updated ${issue.updatedAt})`);
low line 40

Access to .env file

SourceSKILL.md
40const client = new LinearClient({ apiKey: process.env.LINEAR_API_KEY! });
low line 220

External URL reference

SourceSKILL.md
220url: "https://figma.com/file/xxx",
low line 277

External URL reference

SourceSKILL.md
277- [SDK Data Fetching](https://linear.app/developers/sdk-fetching-and-modifying-data)
low line 278

External URL reference

SourceSKILL.md
278- [GraphQL Filtering](https://linear.app/developers/filtering)
low line 279

External URL reference

SourceSKILL.md
279- [Issue Model Schema](https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference/objects/Issue)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →