proton-command-center-git
The package builds from a public git repository with a SKIP'd checksum, but sources are Python scripts and static files; worst case is tampered data or code injection into the project's own build, not remote code execution from an untrusted binary.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a public git repository with a SKIP'd checksum, but sources are Python scripts and static files; worst case is tampered data or code injection into the project's own build, not remote code execution from an untrusted binary.
PKGBUILD
# Maintainer: Marc Gibb
pkgname=proton-command-center-git
_pkgname=proton-command-center
pkgver=1.23.0.r1.g9a38453
pkgrel=1
pkgdesc="Per-game launch options, Proton selection, DLSS DLL management, ReShade injection, native Ultra+ mod install, MangoHud benchmarks, and controller navigation for Steam on Linux (git version)"
arch=('any')
url="https://github.com/mrcgibb9876-hash/proton_command_center"
license=('MIT')
depends=('python' 'xdg-utils' 'curl')
optdepends=(
'steam: the storefront this manages (required in practice)'
'mangohud: performance overlay toggle and benchmark tab'
'nvidia-utils: DLSS DLL management and driver-aware compile tracking'
)
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url.git")
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' \
|| printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {
cd "$srcdir/$_pkgname"
install -Dm644 pcc.py "$pkgdir/usr/share/$_pkgname/pcc.py"
install -Dm644 index.html "$pkgdir/usr/share/$_pkgname/index.html"
install -Dm644 README.md "$pkgdir/usr/share/doc/$_pkgname/README.md"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
install -Dm755 packaging/proton-command-center \
"$pkgdir/usr/bin/$_pkgname"
install -Dm644 packaging/proton-command-center.desktop \
"$pkgdir/usr/share/applications/$_pkgname.desktop"
install -Dm644 packaging/proton-command-center.service \
"$pkgdir/usr/lib/systemd/user/$_pkgname.service"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 19:33:23 | Low | 2 |