agent-browser-cleanup
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local PowerShell script,
scripts/Remove-OrphanedAgentBrowsers.ps1, which utilizesGet-CimInstanceto query the Windows process table andStop-Processto terminate abandoned browser instances. These actions are scoped to the~/.agent-browserdirectory to avoid affecting the user's primary browser applications. - [PRIVILEGE_ESCALATION]: The documentation mentions the
Add-MpPreferencecommand for Windows Defender exclusions to prevent performance-related process leaks. While this specific command requires administrative privileges, it is presented as a manual optimization step for the user and is not included in the automated cleanup script logic.
Audit Metadata