linear
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- [Local Service Emulation]: The skill describes setting up a mock GraphQL server on localhost to emulate the Linear API. This enables developers to test integrations in a controlled, local environment, which is a secure alternative to using production services during development.
- [Package Execution via npx]: It uses the
npxcommand to run the emulator. This is a standard and expected method for executing Node.js-based command-line tools. The use ofnpxin this context is restricted to the specific emulation tasks described. - [Mock Test Data]: The documentation includes example seed configurations and test tokens (e.g.,
lin_test_admin). These are intended as placeholders for local development and do not represent actual secrets or pose a risk to production systems.
Audit Metadata