linear
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides integration with Linear, a well-known project management service, using its official GraphQL API endpoint (api.linear.app).
- [SAFE]: All external dependencies are standard for the described tasks: it utilizes the
requestslibrary in Python and the official@modelcontextprotocol/server-linearpackage via Node.js. - [SAFE]: Sensitive data management follows best practices by instructing users to use environment variables (
LINEAR_API_KEY) and providing placeholders rather than hardcoding actual credentials. - [SAFE]: The skill includes code for verifying webhook signatures using HMAC-SHA256, demonstrating an emphasis on secure data reception from external sources.
Audit Metadata