ceton_infinitv

maintainer billyburly · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a driver tarball from the official vendor's domain (cetoncorp.com), which is the project's legitimate host; building and patching the driver is normal for kernel modules, and the worst case of a swapped source is a compromised driver, but the domain is plausibly official and the package otherwise follows standard AUR practices.

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 tarball from the official vendor's domain (cetoncorp.com), which is the project's legitimate host; building and patching the driver is normal for kernel modules, and the worst case of a swapped source is a compromised driver, but the domain is plausibly official and the package otherwise follows standard AUR practices.

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:12 source=(http://www.cetoncorp.com/downloads/${pkgname}_linux_driver_2013_0326_2226.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Bill Durr <billyburly@gmail.com>
2# Original by: Jameson Pugh <imntreal@gmail.com>
3
4pkgname=ceton_infinitv
5pkgver=2013.0326.2226
6pkgrel=5
7pkgdesc="Driver for Ceton InfiniTV"
8arch=('i686' 'x86_64')
9url="http://cetoncorp.com/infinitv_support/linux_drivers"
10license=('GPL')
11depends=('linux-headers')
12source=(http://www.cetoncorp.com/downloads/${pkgname}_linux_driver_2013_0326_2226.tar.gz
13 kernel.patch
14 no-date-time-warn.patch
15 0003_dev_trans_start.patch
16 0004_last_rx-4.11.patch
17 0005_signal_pending-4.11.patch)
18sha256sums=('36f7cf010a705b283f165e9dd611dac6ef4729c55466752c3b70f3ffcc6d47d2'
19 'dd642a60ba15bdada535beb000d8bddd87d0f97c70b1d37f7fa0e0af9e6b464c'
20 '929a93e8fc35746de1a515e23a3dfe30e39573ea40d0c2e492be59f630f87918'
21 'b2f56dfdb49fa59545beb8c61e4e021864c8187d604cbbeec2179dcc15a00fbf'
22 '95b44af29a6ea642c5c54652d32b275202c83b28ec9f5bf82df6a294d8858097'
23 '25217e4af33e1c1348a07891a1ef692ec628df7a51bd901d54ffc4fbf08d3fe6')
24install=${pkgname}.install
25
26prepare() {
27 cd $srcdir/${pkgname}_linux_driver
28 patch -p1 -i $srcdir/kernel.patch
29 patch -p1 -i $srcdir/no-date-time-warn.patch
30 patch -p1 -i $srcdir/0003_dev_trans_start.patch
31 patch -p1 -i $srcdir/0004_last_rx-4.11.patch
32 patch -p1 -i $srcdir/0005_signal_pending-4.11.patch
33}
34
35build() {
36 cd "$srcdir/${pkgname}_linux_driver"
37 make
38}
39
40package() {
41 cd "$srcdir/${pkgname}_linux_driver"
42 _major=$(pacman -Q linux | grep -Po "\d+\.\d+")
43 _moddir=usr/lib/modules/extramodules-$_major-ARCH
44 install -d ${pkgdir}/${_moddir}/
45 install -D -m644 ctn91xx.ko ${pkgdir}/${_moddir}/
46 gzip -9 ${pkgdir}/${_moddir}/ctn91xx.ko
47 install -D -m644 98-ctn91xx.rules ${pkgdir}/etc/udev/rules.d/98-ctn91xx.rules
48}
49

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