optimize-system-performance
Pass
Audited by Gen Agent Trust Hub on Jun 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell and PowerShell scripts to collect system performance data using standard utilities like
ps,top,lsof, andGet-Process. It also includes gated functionality to stop user-level processes using gentle signals likeTERM. - [DATA_EXPOSURE]: It gathers detailed system telemetry but implements strong privacy measures, such as defaulting to process names instead of full command lines to avoid secret exposure and using regex-based redaction in
scripts/compare_snapshots.pyto filter out credentials from reports. - [SAFE]: The skill operates entirely within the local environment without external network dependencies. It defines strict 'Safety Rules' and a 'Dangerous Action Gate' to prevent unauthorized system changes or privilege escalation.
Audit Metadata