composio-linear
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlandjqto interact with the Composio API. These operations are limited to performing authorized actions on the Linear platform and are consistent with the skill's stated purpose. - [EXTERNAL_DOWNLOADS]: All network requests are directed to
backend.composio.dev. This is a well-known service used by developers for AI agent tool orchestration and does not constitute a security risk in this context. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface due to its core functionality of reading external data.
- Ingestion points: The skill retrieves user-generated content such as issue titles, descriptions, and comments from Linear through various API endpoints.
- Boundary markers: The current templates do not use specific delimiters to encapsulate retrieved data.
- Capability inventory: The skill utilizes
curlfor network requests andjqfor data processing. - Sanitization: No explicit content sanitization or filtering is performed on the data fetched from the API before it is returned to the agent context.
Audit Metadata