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 25, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 59

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Template literal with variable interpolation in command context

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

Access to .env file

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

External URL reference

SourceSKILL.md
229url: "https://figma.com/file/xxx",
low line 289

External URL reference

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

External URL reference

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

External URL reference

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