linear
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a standalone CLI tool for the Linear issue tracker. It interacts with the official Linear service via its Model Context Protocol (MCP) interface at https://mcp.linear.app/mcp.
- [SAFE]: The authentication process uses OAuth 2.0 with Proof Key for Code Exchange (PKCE), which is a security best practice for public clients. It handles sensitive data appropriately by storing credentials in a local configuration directory (~/.config/linear/) with restrictive file permissions (0600).
- [SAFE]: No suspicious patterns, remote code downloads, or obfuscation were detected. The script uses only Python's standard library to maintain its claim of zero external dependencies.
Audit Metadata