s2253-dkms
maintainer iceaway
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a driver SDK tarball from the official vendor's website (sensoray.com), which is the legitimate and expected source for this hardware driver; building from the vendor's own release is normal for DKMS packages, even if the domain isn't on a whitelist.
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 source is a driver SDK tarball from the official vendor's website (sensoray.com), which is the legitimate and expected source for this hardware driver; building from the vendor's own release is normal for DKMS packages, even if the domain isn't on a whitelist.
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:13
source=("https://www.sensoray.com/downloads/sdk_x53_linux_1.2.16.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Pelle Windestam <pelle@windestam.se>
2
_pkgname="s2253"
3
pkgname="s2253-dkms"
4
pkgver="1.2.16"
5
pkgrel="1"
6
pkgdesc="Driver for the Sensoray 2253 USB frame grabber"
7
arch=("x86_64")
8
provides=("${_pkgname}")
9
conflicts=("${_pkgname}")
10
depends=("dkms")
11
license=("GPL2")
12
url="http://www.sensoray.com/products/2253.htm"
13
source=("https://www.sensoray.com/downloads/sdk_x53_linux_1.2.16.tar.bz2"
14
"dkms.conf")
15
sha256sums=("5a6b16797ec0187df4bda863e0f87651ff3f31b29f1ad6003ce740407e10c4a2"
16
"d6074cc3b24eb86a53571175b4ce6b58510f04f1c5a022041bb8c76ad9d58eed")
17
18
package() {
19
# Copy dkms.conf
20
install -Dm644 dkms.conf "${pkgdir}"/usr/src/${_pkgname}-${pkgver}/dkms.conf
21
22
# Set name and version
23
sed -e "s/@_PKGNAME@/${_pkgname}/" \
24
-e "s/@PKGVER@/${pkgver}/" \
25
-i "${pkgdir}"/usr/src/${_pkgname}-${pkgver}/dkms.conf
26
27
cp -r sdk_x53_linux_${pkgver}/driver/* "${pkgdir}"/usr/src/${_pkgname}-${pkgver}/
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |