windows-dev-drive
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEPERSISTENCECOMMAND_EXECUTIONPRIVILEGE_ESCALATION
Full Analysis
- [PERSISTENCE]: The
New-DevDriveVhdx.ps1script contains functionality to establish persistence via a Windows Scheduled Task. Specifically, when the-RegisterAutoMountparameter is used, the script invokesRegister-ScheduledTaskto create a task that executes a PowerShell command at every user logon to automatically mount the Dev Drive virtual disk. - [COMMAND_EXECUTION]: The documentation in
SKILL.mdand the scripts themselves utilize the-ExecutionPolicy Bypassflag. This technique is used to execute PowerShell scripts while circumventing local security policies that might otherwise restrict unsigned script execution. - [PRIVILEGE_ESCALATION]: The skill requires administrative access to perform its primary functions. It uses elevated commands such as
Set-MpPreference -PerformanceModeStatus Enabledandfsutil devdrvto modify the system's security posture by enabling Microsoft Defender's 'Performance Mode' and altering machine-wide filesystem filter policies.
Audit Metadata