Native Linear
PassAudited by VirusTotal on May 11, 2026.
Findings (1)
The OpenClaw skill 'native-linear' is designed to interact with the Linear GraphQL API. The `scripts/linear_query.py` script correctly uses the `LINEAR_API_KEY` environment variable for authentication and communicates exclusively with the legitimate `https://api.linear.app/graphql` endpoint. Input arguments are handled via `argparse` and passed as variables to GraphQL queries, which mitigates common injection vulnerabilities. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. The code adheres to its stated purpose and uses standard Python libraries without suspicious external dependencies.
