windows-display-dimming
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEPRIVILEGE_ESCALATIONPERSISTENCECOMMAND_EXECUTION
Full Analysis
- [PRIVILEGE_ESCALATION]: The script
scripts/Disable-AdaptiveDimming.ps1explicitly requires administrative privileges via the#Requires -RunAsAdministratordirective to perform system-level modifications. - [PRIVILEGE_ESCALATION]: The script uses
New-ScheduledTaskPrincipalwithUserId 'SYSTEM'andRunLevel Highestto create a task that executes with the highest possible system privileges. - [PERSISTENCE]: The skill implements a persistence mechanism by registering a scheduled task (
Register-ScheduledTask) that triggers at system startup (-AtStartup) to re-apply registry configurations automatically. - [COMMAND_EXECUTION]: The provided PowerShell scripts invoke several system utilities, including
powercfg.exeto modify power scheme indexes andpnputil.exeto perform hardware-level restarts of display adapters.
Audit Metadata