qa-gate
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill mandates the execution of multiple system commands to perform QA duties, including the use of
make verifyfor repository-wide validation,git diff-treefor commit auditing, thegh(GitHub CLI) for Pull Request observation, and a domain-specific tool namedroundfixfor specification and task-graph checks. - [INDIRECT_PROMPT_INJECTION]: The skill instructions create a surface for indirect prompt injection by requiring the agent to process data from various untrusted sources that could contain malicious instructions designed to influence the agent's behavior during a QA run.
- Ingestion points: The agent is instructed in
SKILL.mdto read project-level files such as_prd.mdandtask_NN.md, monitor Pull Request data viagh, and exercise public application interfaces (frontend DOM, API responses, and CLI outputs). - Boundary markers: The instructions do not define technical delimiters or specific guardrail prompts to isolate the data being tested from the agent's core instructions.
- Capability inventory: The skill provides the agent with the authority to execute shell commands (
make,git,gh,roundfix), automate browser-based user flows, and perform local file system writes to document QA findings. - Sanitization: There are no explicit requirements or steps for the agent to sanitize, escape, or validate the content ingested from the application or its documentation before using that information to drive logic or generate reports.
Audit Metadata