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
| 40 | 1. **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
| 43 | grep LINEAR_API_KEY .env |
low line 46
Access to .env file
SourceSKILL.md
| 46 | export 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
| 59 | LINEAR_API_TOKEN=$(grep LINEAR_API_KEY .env | cut -d= -f2) linearis <command> |
low line 62
Access to .env file
SourceSKILL.md
| 62 | export 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
| 299 | Fix: Check project .env and use that token |
low line 302
Access to .env file
SourceSKILL.md
| 302 | LINEAR_API_TOKEN=$(grep LINEAR_API_KEY .env | cut -d= -f2) linearis teams list |
low line 320
Access to .env file
SourceSKILL.md
| 320 | 1. Project .env (LINEAR_API_KEY) - project-specific workspaces |
low line 324
Access to .env file
SourceSKILL.md
| 324 | 1. Check if project has .env with LINEAR_API_KEY |
low line 326
Access to .env file
SourceSKILL.md
| 326 | 3. If no project .env, prompt user to add LINEAR_API_KEY |
low line 329
Access to .env file
SourceSKILL.md
| 329 | export LINEAR_API_TOKEN="$(grep LINEAR_API_KEY .env | cut -d= -f2)" |
low line 310
External URL reference
SourceSKILL.md
| 310 | 2. Provide web URL: https://linear.app/[workspace]/issue/ABC-123 |
Scanned on Feb 12, 2026
View Security DashboardGitHub Stars 2
Rate this skill
Categoryproject management
UpdatedMay 21, 2026
majiayu000/claude-skill-registry-data