proton-command-center-git

LOW
maintainer ripplingsnake 0 votes scanned 2026-08-27 19:33:23.106999
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review 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

1# Maintainer: Marc Gibb
2pkgname=proton-command-center-git
3_pkgname=proton-command-center
4pkgver=1.23.0.r1.g9a38453
5pkgrel=1
6pkgdesc="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)"
7arch=('any')
8url="https://github.com/mrcgibb9876-hash/proton_command_center"
9license=('MIT')
10depends=('python' 'xdg-utils' 'curl')
11optdepends=(
12 'steam: the storefront this manages (required in practice)'
13 'mangohud: performance overlay toggle and benchmark tab'
14 'nvidia-utils: DLSS DLL management and driver-aware compile tracking'
15)
16makedepends=('git')
17provides=("$_pkgname")
18conflicts=("$_pkgname")
19source=("$_pkgname::git+$url.git")
20sha256sums=('SKIP')
21
22pkgver() {
23 cd "$srcdir/$_pkgname"
24 git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' \
25 || printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
26}
27
28package() {
29 cd "$srcdir/$_pkgname"
30
31 install -Dm644 pcc.py "$pkgdir/usr/share/$_pkgname/pcc.py"
32 install -Dm644 index.html "$pkgdir/usr/share/$_pkgname/index.html"
33 install -Dm644 README.md "$pkgdir/usr/share/doc/$_pkgname/README.md"
34 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
35
36 install -Dm755 packaging/proton-command-center \
37 "$pkgdir/usr/bin/$_pkgname"
38 install -Dm644 packaging/proton-command-center.desktop \
39 "$pkgdir/usr/share/applications/$_pkgname.desktop"
40 install -Dm644 packaging/proton-command-center.service \
41 "$pkgdir/usr/lib/systemd/user/$_pkgname.service"
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 19:33:23 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion