linear-triage
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents the use of
linear-cli, a tool for managing Linear issues. The instructions reflect standard API interaction workflows for issue triage. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executelinear-clicommands. The usage is strictly confined to issue management actions such as listing, claiming, and snoozing unassigned issues. - [DATA_EXFILTRATION]: No evidence of sensitive file access (e.g., environment variables, SSH keys) or unauthorized network exfiltration was found.
- [PROMPT_INJECTION]: The skill processes untrusted data from the Linear API (issue titles and descriptions) via the
linear-cli tr listcommand. This presents a surface for indirect prompt injection; however, the skill does not involve unsafe interpolation into prompts or downstream high-risk capabilities. Evidence Chain: (1) Ingestion Point:linear-cli tr listoutput; (2) Boundary Markers: Absent; (3) Capability Inventory:Bashtool for issue management; (4) Sanitization: Not explicitly defined.
Audit Metadata