linear-core-workflow-a
Facilitates issue lifecycle management in Linear, enabling users to create, update, and transition issues efficiently.
Install this skill
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
Template literal with variable interpolation in command context
| 56 | console.log(`Created: ${issue?.identifier} — ${issue?.title}`); |
Template literal with variable interpolation in command context
| 57 | console.log(`URL: ${issue?.url}`); |
Template literal with variable interpolation in command context
| 118 | console.log(`${state.name} (type: ${state.type}, position: ${state.position})`); |
Template literal with variable interpolation in command context
| 170 | console.log(` Sub: ${child.identifier} — ${child.title}`); |
Template literal with variable interpolation in command context
| 194 | console.log(`${rel.type}: ${related?.identifier}`); |
Template literal with variable interpolation in command context
| 210 | console.log(`${user?.name}: ${comment.body.substring(0, 80)}...`); |
Template literal with variable interpolation in command context
| 251 | console.log(`Created: ${issue?.identifier}`); |
Template literal with variable interpolation in command context
| 272 | console.log(`Closed: ${issue.identifier} (last updated ${issue.updatedAt})`); |
Access to .env file
| 40 | const client = new LinearClient({ apiKey: process.env.LINEAR_API_KEY! }); |
External URL reference
| 220 | url: "https://figma.com/file/xxx", |
External URL reference
| 277 | - [SDK Data Fetching](https://linear.app/developers/sdk-fetching-and-modifying-data) |
External URL reference
| 278 | - [GraphQL Filtering](https://linear.app/developers/filtering) |
External URL reference
| 279 | - [Issue Model Schema](https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference/objects/Issue) |