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.ps1 explicitly requires administrative privileges via the #Requires -RunAsAdministrator directive to perform system-level modifications.
  • [PRIVILEGE_ESCALATION]: The script uses New-ScheduledTaskPrincipal with UserId 'SYSTEM' and RunLevel Highest to 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.exe to modify power scheme indexes and pnputil.exe to perform hardware-level restarts of display adapters.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 27, 2026, 12:10 PM
Security Audit — agent-trust-hub — windows-display-dimming