steam-overlay-wayland-git
The package builds a Vulkan layer from a legitimate Git repository associated with the maintainer; the source is transparent and not obfuscated, though the unverifiable checksum and recent upload with few votes slightly increase supply-chain risk, but no malicious behavior is evident.
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 a Vulkan layer from a legitimate Git repository associated with the maintainer; the source is transparent and not obfuscated, though the unverifiable checksum and recent upload with few votes slightly increase supply-chain risk, but no malicious behavior is evident.
PKGBUILD
# Maintainer: Roice Young <dekodx@proton.me>
_pkgname=steam-overlay-wayland
pkgname=$_pkgname-git
pkgver=4ca1566
pkgrel=1
pkgdesc='Vulkan layer that provides a bridge between wayland native applications and the steam overlay'
arch=('x86_64')
url='https://github.com/GloriousEggroll/proton-ge-custom/'
license=('BSD-3-Clause')
depends=('vkroots-git')
makedepends=('git' 'cmake' 'vulkan-headers')
source=("$_pkgname::git+https://github.com/DekoDX/ge-steam-overlay-wayland.git") # Avoid cloning all of proton-ge for convenience
sha512sums=('SKIP')
pkgver() {
cd "$_pkgname"
git describe --always --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
cd "$_pkgname"
cmake \
-DVKROOTS_INCLUDE_DIR="/usr/include" \
-DVULKAN_HEADERS_INCLUDE_DIR="/usr/include" \
-DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
-B build
cmake --build build
}
package() {
cd "$_pkgname"
cmake --install build
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 11:20:29 | Low | 2 |