add-linear
Integrates Linear project management tools into Claude Code sessions, enabling issue tracking and project management directly from conversations.
Install this skill
or
70/100
Security score
The add-linear skill was audited on Jun 1, 2026 and we found 10 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 15
Access to hidden dotfiles in home directory
SourceSKILL.md
| 15 | grep -q '"linear"' ~/.claude/mcp.json 2>/dev/null && echo "ALREADY_CONFIGURED" || echo "NOT_CONFIGURED" |
medium line 49
Access to hidden dotfiles in home directory
SourceSKILL.md
| 49 | Read `~/.claude/mcp.json`, merge the new entry into the existing `mcpServers` object: |
medium line 83
Access to hidden dotfiles in home directory
SourceSKILL.md
| 83 | 1. Remove the `"linear"` key from `~/.claude/mcp.json` |
low line 16
Access to .env file
SourceSKILL.md
| 16 | grep -q "LINEAR_API_TOKEN" ~/deus/.env 2>/dev/null && echo "TOKEN_SET" || echo "NO_TOKEN" |
medium line 37
Access to .env file
SourceSKILL.md
| 37 | Add to `~/deus/.env`: |
low line 39
Access to .env file
SourceSKILL.md
| 39 | grep -q LINEAR_API_TOKEN ~/deus/.env || echo 'LINEAR_API_TOKEN=<pasted-value>' >> ~/deus/.env |
low line 44
Access to .env file
SourceSKILL.md
| 44 | cd ~/deus && git check-ignore .env || echo "WARNING: .env is NOT gitignored" |
low line 54
Access to .env file
SourceSKILL.md
| 54 | "args": ["-c", "set -a && . $HOME/deus/.env && npx -y @tacticlaunch/mcp-linear"] |
medium line 62
Access to .env file
SourceSKILL.md
| 62 | If `~/deus/.env.example` does not already have `LINEAR_API_TOKEN`, add it: |
medium line 84
Access to .env file
SourceSKILL.md
| 84 | 2. Remove `LINEAR_API_TOKEN=...` from `~/deus/.env` |
Scanned on Jun 1, 2026
View Security Dashboard