windows-desktop-e2e
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill incorporates strong security principles for E2E testing, specifically outlining three tiers of test isolation: filesystem redirection using pytest fixtures, process-lifetime containment via Windows Job Objects to prevent child-process escape, and full-OS isolation using Windows Sandbox. These measures significantly reduce the risk of the application under test affecting the host environment. Additionally, it provides guidance on preventing PII and credential exposure by warning against using its tracing mechanisms on sensitive inputs like login fields. All tools and command executions are used within their standard, intended contexts for automation and media capture.
Audit Metadata