linear-automation
Audited by Socket on Feb 27, 2026
1 alert found:
Obfuscated FileThe artifact is an orchestration/integration guide that relies on a third-party MCP (Rube) to broker Linear API interactions. There is no direct malicious code present in the document, nor hard-coded credentials or execute-to-shell instructions. The main security concern is supply-chain and trust: centralizing OAuth tokens and arbitrary GraphQL execution with an external MCP presents significant risk for credential misuse, data exfiltration, and remote modification of workspace data if the MCP is compromised or untrusted. Recommended mitigations: vet MCP security/privacy practices, restrict OAuth scopes and token lifetimes, require human approval for destructive operations, enable audit logs and token revocation processes, or prefer direct integration with Linear where feasible.