linear-triage
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill leverages the
Bashtool to interact withlinear-cli. The commands used (list,claim,snooze) are standard administrative actions for the Linear platform. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill ingests untrusted data from the Linear API (issue lists, team names). While it lacks explicit input sanitization markers, the risk is low as the data is used in a controlled CLI context with predefined flags.
- Ingestion points: Issue IDs and team names provided to CLI flags.
- Boundary markers: None present.
- Capability inventory: Execution of
linear-clivia Bash. - Sanitization: None explicitly defined in the skill logic.
Audit Metadata