Caveat verdict

linear-todos

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

8
security
70
transparency
70
maintenance

Findings (4)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="lin_api_...

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

README.md · code · curl -LsSf https://astral.sh/uv/install.sh | sh

Pattern match critical

Pipe to sh — executes piped content as shell commands

README.md · code · | sh

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API