Caveat verdict
linear-todos
Skill is unusually transparent: explicitly discloses it runs Python source code, stores API key in plaintext at ~/.config/linear-todos/config.json only if setup is run, makes HTTPS calls only to api.linear.app, and explicitly states no data is sent elsewhere.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (4)
Possible hardcoded credential
SKILL.md · code · API_KEY="lin_api_...
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
README.md · code · curl -LsSf https://astral.sh/uv/install.sh | sh
Pipe to sh — executes piped content as shell commands
README.md · code · | sh
Python os.environ.get — reads environment variable
src/linear_todos/config.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: [LINEAR_API_KEY]).
credential_access Is this flag fair?
Thanks — recorded.