Assessing external test risk Use this skill to decide whether a branch or PR should include external e2e coverage using . This helps protect deployments that commonly involve proxies, embedded iframe contexts, CSP constraints, and other browser security boundaries. This skill is for risk assessment and recommendation . It does not auto-mark tests unless explicitly requested. Decision rule Use an any-hit policy: - If any checklist category is hit, output Recommend external test: Yes - If no categories are hit, output Recommend external test: No Inputs to review - Branch or PR diff against its…