Skip to main content

Linear Integration Skill

Facilitates issue management in Linear.app using Linearis CLI for efficient project tracking and team collaboration.

Install this skill

or
71/100

Security score

The Linear Integration Skill skill was audited on Feb 12, 2026 and we found 17 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 40

Access to .env file

SourceSKILL.md
401. **Project .env** (PREFERRED - project-specific):
low line 42

Access to .env file

SourceSKILL.md
42# Check project .env for LINEAR_API_KEY
low line 43

Access to .env file

SourceSKILL.md
43grep LINEAR_API_KEY .env
low line 46

Access to .env file

SourceSKILL.md
46export LINEAR_API_TOKEN="$(grep LINEAR_API_KEY .env | cut -d= -f2)"
low line 58

Access to .env file

SourceSKILL.md
58# Inline token from project .env (recommended)
low line 59

Access to .env file

SourceSKILL.md
59LINEAR_API_TOKEN=$(grep LINEAR_API_KEY .env | cut -d= -f2) linearis <command>
low line 62

Access to .env file

SourceSKILL.md
62export LINEAR_API_TOKEN=$(grep LINEAR_API_KEY .env | cut -d= -f2)
low line 224

Access to .env file

SourceSKILL.md
224- .env contains LINEAR_API_KEY
medium line 287

Access to .env file

SourceSKILL.md
287| `No API token found` | Missing authentication | Add `LINEAR_API_KEY` to project `.env`, then export as `LINEAR_API_TOKEN` |
medium line 288

Access to .env file

SourceSKILL.md
288| `Unauthorized` | Invalid/expired token | Token may be for wrong workspace; check project `.env` |
low line 299

Access to .env file

SourceSKILL.md
299Fix: Check project .env and use that token
low line 302

Access to .env file

SourceSKILL.md
302LINEAR_API_TOKEN=$(grep LINEAR_API_KEY .env | cut -d= -f2) linearis teams list
low line 320

Access to .env file

SourceSKILL.md
3201. Project .env (LINEAR_API_KEY) - project-specific workspaces
low line 324

Access to .env file

SourceSKILL.md
3241. Check if project has .env with LINEAR_API_KEY
low line 326

Access to .env file

SourceSKILL.md
3263. If no project .env, prompt user to add LINEAR_API_KEY
low line 329

Access to .env file

SourceSKILL.md
329export LINEAR_API_TOKEN="$(grep LINEAR_API_KEY .env | cut -d= -f2)"
low line 310

External URL reference

SourceSKILL.md
3102. Provide web URL: https://linear.app/[workspace]/issue/ABC-123
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →