Skip to main content

linear-core-workflow-a

Facilitates issue lifecycle management in Linear, enabling creation, updating, and transitioning of issues efficiently.

Install this skill

or
86/100

Security score

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

Categories Tested

Security Issues

medium line 45

Template literal with variable interpolation in command context

SourceSKILL.md
45if (!team) throw new Error(`Team ${options.teamKey} not found`);
medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114throw new Error(`State "${stateName}" not found`);
low line 31

Access to .env file

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

External URL reference

SourceSKILL.md
233- [Issue Object Reference](https://developers.linear.app/docs/graphql/schema#issue)
low line 234

External URL reference

SourceSKILL.md
234- [Workflow States](https://developers.linear.app/docs/graphql/schema#workflowstate)
low line 235

External URL reference

SourceSKILL.md
235- [Issue Relations](https://developers.linear.app/docs/graphql/schema#issuerelation)
Scanned on Feb 25, 2026
View Security Dashboard