Scan Report
5 /100
linear-cli
Use the linear-cli agent-native runtime to read and mutate Linear from Claude Code, Codex, or other agents
This is a legitimate Linear CLI wrapper skill with no malicious behavior. All capabilities are clearly documented and the script is a documentation generator for the CLI tool.
Safe to install
No action needed. The skill is safe to use as documented.
Findings 1 items
| Severity | Finding | Location |
|---|---|---|
| Low | Implicit filesystem read capability Doc Mismatch | SKILL.md:50 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md declares Bash(linear:*) and Bash(curl:*) for executing the Linear CLI a… |
| Filesystem | NONE | READ | ✓ Aligned | SKILL.md shows --description-file and --body-file flags for reading local files,… |
| Network | READ | READ | ✓ Aligned | SKILL.md documents https://api.linear.app/graphql as the Linear API endpoint |
1 findings
Medium External URL 外部 URL
https://api.linear.app/graphql SKILL.md:207 File Tree
27 files · 150.1 KB · 4120 lines Markdown 26f · 3765L
TypeScript 1f · 355L
├─
▾
references
│ ├─
api.md
Markdown
│ ├─
auth.md
Markdown
│ ├─
capabilities.md
Markdown
│ ├─
commands.md
Markdown
│ ├─
commands.template.md
Markdown
│ ├─
config.md
Markdown
│ ├─
cycle.md
Markdown
│ ├─
document.md
Markdown
│ ├─
initiative-update.md
Markdown
│ ├─
initiative.md
Markdown
│ ├─
issue.md
Markdown
│ ├─
label.md
Markdown
│ ├─
milestone.md
Markdown
│ ├─
notification.md
Markdown
│ ├─
organization-features.md
Markdown
│ ├─
project-label.md
Markdown
│ ├─
project-update.md
Markdown
│ ├─
project.md
Markdown
│ ├─
resolve.md
Markdown
│ ├─
schema.md
Markdown
│ ├─
team.md
Markdown
│ ├─
user.md
Markdown
│ ├─
webhook.md
Markdown
│ └─
workflow-state.md
Markdown
├─
▾
scripts
│ └─
generate-docs.ts
TypeScript
├─
SKILL.md
Markdown
└─
SKILL.template.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
linear-cli | unspecified | external CLI | No | External dependency - skill is a wrapper, actual CLI must be installed separately |
Security Positives
✓ No credential harvesting or exfiltration - linear auth token is documented as a user-facing command
✓ No base64 or obfuscated code execution
✓ No remote script download or pipe-to-bash patterns
✓ Network requests only to known Linear API endpoint (api.linear.app)
✓ All shell commands go through the linear CLI tool, not arbitrary subprocess execution
✓ No access to sensitive paths like ~/.ssh, ~/.aws, or .env files
✓ Well-documented skill with comprehensive reference documentation