Skip to main content

linear-claude-skill

Facilitates management of Linear issues, projects, and teams through CLI commands and secure API integration.

Install this skill

or
74/100

Security score

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

Categories Tested

Security Issues

medium line 89

Template literal with variable interpolation in command context

SourceSKILL.md
89```json
low line 110

Access to hidden dotfiles in home directory

SourceSKILL.md
110npx tsx ~/.claude/skills/linear/scripts/setup.ts
low line 129

Access to hidden dotfiles in home directory

SourceSKILL.md
129# Option A: Add to shell profile (~/.zshrc or ~/.bashrc)
low line 133

Access to hidden dotfiles in home directory

SourceSKILL.md
133echo 'LINEAR_API_KEY=lin_api_your_key_here' >> ~/.claude/.env
low line 143

Access to hidden dotfiles in home directory

SourceSKILL.md
143npx tsx ~/.claude/skills/linear/scripts/query.ts "query { viewer { name } }"
low line 458

Access to hidden dotfiles in home directory

SourceSKILL.md
458npx tsx ~/.claude/skills/linear/scripts/query.ts "query { viewer { name } }"
low line 65

Access to .env file

SourceSKILL.md
65cat .env.schema | grep LINEAR
low line 75

Access to .env file

SourceSKILL.md
75cat .env
medium line 80

Access to .env file

SourceSKILL.md
801. Create `.env.schema` with `@sensitive` annotation:
medium line 86

Access to .env file

SourceSKILL.md
862. Add `LINEAR_API_KEY` to `.env` (never commit this file)
low line 133

Access to .env file

SourceSKILL.md
133echo 'LINEAR_API_KEY=lin_api_your_key_here' >> ~/.claude/.env
low line 123

External URL reference

SourceSKILL.md
1231. Open [Linear](https://linear.app) in your browser
low line 337

External URL reference

SourceSKILL.md
337"args": ["mcp-remote", "https://mcp.linear.app/sse"],
low line 518

External URL reference

SourceSKILL.md
518**External:** [Linear MCP Documentation](https://linear.app/docs/mcp.md)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →