linear-issue
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting untrusted data from the local environment to populate Linear issue fields. Injected content in metadata could result in misleading issues.
- Ingestion points: Data extracted from
args, conversation history, current directory name, andgit branch(SKILL.md). - Boundary markers: The skill does not provide specific instructions to the agent to ignore or delimit instructions embedded within these context signals.
- Capability inventory: The skill uses tools to
create_issue,list_issues, andupdate_issuein Linear, and usesgh pr viewto fetch PR data. - Sanitization: There is no evidence of sanitization or validation of the environmental context before it is interpolated into the issue creation payload.
- [COMMAND_EXECUTION]: The skill relies on local shell commands (
git branch,gh pr view) to gather context for issue creation. These are standard operations for development-focused skills.
Audit Metadata