steamos-compositor-plus

maintainer alkazar · 14 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from source hosted on GitHub (plausibly the project's own) and downloads a tarball from repo.steampowered.com, an official Steam domain; both are normal for AUR packages, and the source is not executed remotely or obfuscated.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from source hosted on GitHub (plausibly the project's own) and downloads a tarball from repo.steampowered.com, an official Steam domain; both are normal for AUR packages, and the source is not executed remotely or obfuscated.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:20 "https://repo.steampowered.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_${_msver}.tar.xz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alesh Slovak <aleshslovak@gmail.com>
2# Contributor: Wouter Wijsman <wwijsman@live.nl>
3# Scott Percival <code@moral.net.au>
4# Felix Schindler <felix at schindlerfamily dot de>
5# Christoph Haag <haagch@studi,informatik.uni-stuttgart.de>
6# WorMzy Tykashi <wormzy.tykashi@gmail.com>
7pkgname=steamos-compositor-plus
8pkgver=1.10.6
9pkgrel=1
10pkgdesc="Compositor used by SteamOS 2.x with some added tweaks and fixes"
11arch=('i686' 'x86_64')
12url="https://github.com/chimeraos/steamos-compositor-plus"
13license=('custom')
14depends=('libxfixes' 'libxext' 'libxcomposite' 'libxdamage' 'libxrender' 'libxxf86vm' 'sdl_image' 'libgl' 'lsb-release' 'ttf-dejavu' 'xorg-xrandr' 'xorg-xinput' 'systemd' 'steam' 'pamixer')
15optdepends=('sxhkd' 'alsa-utils')
16makedepends=('mesa')
17conflicts=('steamos-compositor')
18_msver=1.10
19source=("${pkgname}-${pkgver}.tar.gz::https://github.com/chimeraos/${pkgname}/archive/${pkgver}.tar.gz"
20 "https://repo.steampowered.com/steamos/pool/main/s/steamos-modeswitch-inhibitor/steamos-modeswitch-inhibitor_${_msver}.tar.xz")
21md5sums=('5af10f38ce7a5027a64ebf395e6e1523'
22 'ab8b731fb917aff183aa338bf3298495')
23
24prepare() {
25 cd "$srcdir/steamos-compositor-plus-$pkgver"
26 autoreconf -i
27}
28
29build() {
30 export LIBS="-lXext -lXdamage -lXfixes"
31 cd "$srcdir/steamos-compositor-plus-$pkgver"
32 ./configure --prefix=/usr
33 make
34 cd "$srcdir/steamos-modeswitch-inhibitor-$_msver"
35 ./configure --prefix=/usr
36 make
37}
38
39package() {
40 cd "$srcdir/steamos-compositor-plus-$pkgver"
41 make DESTDIR="$pkgdir/" install
42 install -m 755 "usr/bin/steamos-session" "$pkgdir/usr/bin"
43 sed -i "s|x86_64-linux-gnu/||g" "$pkgdir/usr/bin/steamos-session"
44 sed -i "s|lib/i386-linux-gnu/|lib32/|g" "$pkgdir/usr/bin/steamos-session"
45 mkdir -p "$pkgdir/usr/share/steamos-compositor-plus/bin" "$pkgdir/usr/share/applications" "$pkgdir/usr/share/xsessions" "$pkgdir/usr/share/icons/steam" "$pkgdir/usr/share/pixmaps" "$pkgdir/usr/lib/systemd/user" "$pkgdir/etc/steamos-compositor-plus"
46 install -m 644 "etc/steamos-compositor-plus/sxhkdrc" "$pkgdir/etc/steamos-compositor-plus/sxhkdrc"
47 install -m 755 "usr/share/steamos-compositor-plus/bin/set_hd_mode.sh" "$pkgdir/usr/share/steamos-compositor-plus/bin"
48 install -m 755 "usr/share/steamos-compositor-plus/bin/audio_mute.sh" "$pkgdir/usr/share/steamos-compositor-plus/bin"
49 install -m 755 "usr/share/steamos-compositor-plus/bin/audio_voldown.sh" "$pkgdir/usr/share/steamos-compositor-plus/bin"
50 install -m 755 "usr/share/steamos-compositor-plus/bin/audio_volup.sh" "$pkgdir/usr/share/steamos-compositor-plus/bin"
51 install -m 755 "usr/share/steamos-compositor-plus/bin/brightness_down.sh" "$pkgdir/usr/share/steamos-compositor-plus/bin"
52 install -m 755 "usr/share/steamos-compositor-plus/bin/brightness_up.sh" "$pkgdir/usr/share/steamos-compositor-plus/bin"
53 install -m 755 "usr/share/steamos-compositor-plus/bin/screen_toggle.sh" "$pkgdir/usr/share/steamos-compositor-plus/bin"
54 install -m 755 "usr/share/steamos-compositor-plus/bin/dpkg-query" "$pkgdir/usr/share/steamos-compositor-plus/bin"
55 install -m 644 "usr/share/applications/steam-browser.desktop" "$pkgdir/usr/share/applications"
56 install -m 644 "usr/share/xsessions/steamos.desktop" "$pkgdir/usr/share/xsessions"
57 install -m 644 "usr/share/icons/steam/arrow.png" "$pkgdir/usr/share/icons/steam"
58 install -m 644 "usr/share/pixmaps/steam-bootstrapper.jpg" "$pkgdir/usr/share/pixmaps"
59 install -m 644 "usr/lib/systemd/user/sxhkd.service" "$pkgdir/usr/lib/systemd/user/sxhkd.service"
60 cd "$srcdir/steamos-modeswitch-inhibitor-$_msver"
61 make DESTDIR="$pkgdir/" install
62 rm -rf "$pkgdir/usr/share/doc"
63
64 # font workaround for initial big picture mode startup
65 mkdir -p "$pkgdir/usr/share/fonts/truetype/ttf-dejavu"
66 ln -s /usr/share/fonts/TTF/DejaVuSans.ttf "$pkgdir/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"
67}
68
69

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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