xdp-testing
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local Command Execution: The skill is designed to invoke local PowerShell scripts located in the
tools/directory. These scripts perform various tasks such as environment preparation, test execution, and log conversion, which are expected components of a software testing lifecycle. - Secure Credential Handling: The instructions specifically advise against hardcoding passwords. Instead, they recommend using platform-provided UI elements to collect credentials from the user and caching them in memory for the duration of the session, which aligns with security best practices for managing sensitive information.
- Remote System Interaction: The workflow utilizes standard Windows Remote Management (WinRM) to interact with separate test machines. This isolation of the test environment from the developer's primary machine is a positive security practice that prevents accidental modification of local system state.
- Automated Debugging Workflows: The skill automates interactions with the Windows Kernel Debugger (
kd.exe) by generating temporary command files. This allows the agent to monitor for system crashes and initiate reboots automatically without direct user intervention in the debugging console.
Audit Metadata