dlssnr-bin
MEDIUM
maintainer Wunder_Wungiel
0 votes
scanned 2026-09-12 21:12:39.538168
Why flagged
The package installs a prebuilt Debian .deb from a GitHub release without source availability, creating an unverifiable supply-chain risk.
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.
Medium
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt Debian .deb from a GitHub release without source availability, creating an unverifiable supply-chain risk.
PKGBUILD
1
# Maintainer: Wunder_Wungiel
2
3
pkgname=dlssnr-bin
4
_pkgname=dlssnr
5
pkgver=0.3.0
6
pkgrel=1
7
pkgdesc='DLSS5 Neural Rendering Vulkan layer and helper.'
8
url="https://github.com/bmitch87/DLSS5VKLayer"
9
arch=('x86_64')
10
license=('AGPL-3.0-only')
11
depends=('bash' 'vulkan-icd-loader' 'qt6-base' 'pciutils')
12
conflicts=("${_pkgname}")
13
provides=("${_pkgname}")
14
options=('!debug')
15
source_x86_64=("${url}/releases/download/${pkgver}-${pkgrel}/dlssnr_${pkgver}-${pkgrel}_debian13_amd64.deb")
16
sha256sums_x86_64=('9c6992cac74f8f924dfa9ad93962ce3dbbd7f50fbc0f4c5850454a94f67107f0')
17
18
19
prepare() {
20
bsdtar -xf data.tar.xz
21
}
22
23
package() {
24
if [ -d "${srcdir}/usr" ]; then
25
cp -dr --no-preserve=ownership "${srcdir}/usr" "${pkgdir}/"
26
fi
27
28
if [ -d "${pkgdir}/usr/lib64" ]; then
29
install -dm755 "${pkgdir}/usr/lib"
30
cp -dr --no-preserve=ownership "${pkgdir}/usr/lib64/." "${pkgdir}/usr/lib/"
31
rm -rf "${pkgdir}/usr/lib64"
32
fi
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 21:12:39 | Medium | 2 |