bug-fix
Warn
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill instructions specify checking for and utilizing the
.jira-tokenfile to authenticate against Jira. Accessing sensitive credential files, even for primary functionality, represents a data exposure risk. - [COMMAND_EXECUTION]: The skill utilizes several shell commands to manage the local development environment, including
lsof -ti:<PORT> | xargs kill -9to clear network ports andulimit -n 65536to modify system file descriptor limits. It also executesnpx playwright teston dynamically generated test scripts to verify bug reproductions. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it fetches untrusted data from Jira and GitHub issues (summaries, descriptions, and reproduction steps) and uses this content to generate executable Playwright tests and perform root-cause diagnosis without explicit sanitization.
- Ingestion points: Fetches issue titles, bodies, and comments from the GitHub CLI (
gh issue view) and Jira API/MCP in Step 1. - Boundary markers: The skill lacks explicit delimiters or safety instructions when interpolating external issue content into the agent's prompts or test templates.
- Capability inventory: The skill has the ability to write files to the local filesystem, execute browser tests via Playwright, and create pull requests on GitHub.
- Sanitization: No validation or filtering of the fetched issue content is described before the data is used to drive agent decisions or code generation.
Audit Metadata