qa-test-planner
Warn
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: MEDIUMINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied text inputs such as user stories, feature descriptions, and Figma specifications to generate structured documentation. There are no clear prompt boundary delimiters or explicit instructions telling the agent to treat this ingested content strictly as passive data, presenting an attack surface where embedded natural language instructions could manipulate the agent's behavior.
- [DYNAMIC_EXECUTION]: The helper bash scripts
scripts/create_bug_report.shandscripts/generate_test_cases.shemploy an unsafe dynamic evaluation pattern within theprompt_inputfunction. The commandeval "$var_name=\"$input\""evaluates raw text captured from the user input. If an attacker inputs command substitutions or shell metacharacters, it can lead to arbitrary shell command execution in the execution context.
Audit Metadata