Review of "CPU Turbo" version 1

Details Page Preview

Panel control for Intel turbo, power profile, Docker, and GPU mode. Install the extension, then run the one-time helper setup from GitHub (see INSTALL.md — Step 2: scripts/install-helper.sh).

Extension Homepage
https://github.com/binaryplates/cpu-turbo-widget

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli did not find any issues.

All Versions

Version Status
6 Unreviewed
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection waiting for author
Where is the git URL? Is this code generated by AI? If so, we have a rule for that: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated)
MohammadMustafa auto- rejected
Auto-rejected because of new version 2 was uploaded
MohammadMustafa posted a review
Repo: https://github.com/binaryplates/cpu-turbo-widget Yes, I used AI assistance (Claude Code) during development, and I can explain/justify any part of the implementation. In direct response to the guidelines, I've since removed the sudoers.d+sudo pattern in favor of a polkit action + pkexec'd, fixed-argv, root-owned helper, and moved read-only status reporting into native GJS instead of shelling out to a bundled bash script — the only remaining subprocess calls are to system binaries with no GJS equivalent (docker, systemctl, prime-select) plus the one pkexec'd helper. These changes are live in version 2, just submitted.