linear
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious code, obfuscation, or unauthorized access patterns were found during the analysis. The logic is transparent and focuses on mapping tool calls to the official Linear GraphQL API.
- [EXTERNAL_DOWNLOADS]: The skill correctly limits external network interaction to the official Linear GraphQL API endpoint (
https://api.linear.app/graphql) and documentation resources. All dependencies are standard and sourced from trusted package registries. - [CREDENTIALS_UNSAFE]: Authentication is handled securely through environment variables (
LINEAR_API_KEY) or managed Zapier connections. There are no hardcoded secrets, and the instructions specifically advise against leaking credentials in transcripts. - [REMOTE_CODE_EXECUTION]: All functionality is implemented through static TypeScript scripts. The skill does not perform dynamic code generation from user input or download and execute untrusted remote scripts.
Audit Metadata