kata-linear
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes untrusted data from external Linear tickets and documents to determine its next steps.
- Ingestion points: Data is ingested from Linear issue descriptions,
gitBranchNamefields, and project-specific documents viaget_issueandget_documentcalls. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present when the agent reads or summarizes these external descriptions.
- Capability inventory: The skill possesses the capability to execute git commands (
git branch), GitHub CLI commands (gh pr view), and perform write operations to the Linear API (update_issue,create_comment). - Sanitization: The skill lacks explicit sanitization or validation logic for the
gitBranchNamefield or issue descriptions before they are used to influence shell commands or summary outputs.
Audit Metadata