warp-deploy-init-route
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local commands such as curl, cast, and pnpm to fetch ticket data, query blockchain state, and run deployment scripts within the Hyperlane monorepo.
- [EXTERNAL_DOWNLOADS]: Fetches ticket information from Linear's official API (api.linear.app), which is a well-known project management service.
- [PROMPT_INJECTION]: The skill ingests data from external Linear tickets, creating an indirect prompt injection surface. This is a necessary part of the skill's primary purpose and is mitigated by the requirement to show ticket content to the user for verification.
- Ingestion points: Data is retrieved from the Linear GraphQL API.
- Boundary markers: The agent is instructed to present the ticket title and description to the user for validation.
- Capability inventory: Commands include pnpm for deployment and curl for API interactions.
- Sanitization: The skill relies on structured parsing and human-in-the-loop verification rather than automated sanitization.
Audit Metadata