Creates and names Linear issues, assigns labels and priorities, manages status transitions, and links issues to PRs. Use when decomposing features into tasks or resuming interrupted sessions. Trigger terms: tickets, backlog, task breakdown, project board, sprint planning
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.80). The skill reads and acts on user-generated issue data from the third-party Linear service (see SKILL.md references to list_issues/get_issue/search_issues and instructions like "read descriptions", "Check board for existing in-progress work", and "On resume: filter by In Progress/Todo, read descriptions, continue"), so untrusted third-party content can influence agent decisions and tool use.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.70). The skill's mcpConfig runs the command "npx -y @mseep/linear-mcp" at runtime, which fetches and executes the remote npm package @mseep/linear-mcp (https://www.npmjs.com/package/@mseep/linear-mcp), making it a required runtime dependency that executes remote code.
18c6f2c
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.