aic8800-linux7-dkms

LOW
maintainer precomp 0 votes scanned 2026-09-05 14:00:22.289320
View on AUR
Why flagged

The package builds a DKMS driver from source hosted on the maintainer's GitHub; the only risk is the low-trust origin with few votes and recent upload, but the source is transparent and no malicious behavior is present.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds a DKMS driver from source hosted on the maintainer's GitHub; the only risk is the low-trust origin with few votes and recent upload, but the source is transparent and no malicious behavior is present.

PKGBUILD

1# Maintainer: Janek <precomp666@gmail.com>
2pkgname=aic8800-linux7-dkms
3pkgver=1.0.9
4pkgrel=1
5pkgdesc="AIC8800 (AX300) Wi-Fi driver with kernel 7.x.x support (DKMS)"
6arch=('x86_64' 'aarch64' 'armv7h')
7url="https://github.com/precomp666/aic8800-driver"
8license=('GPL')
9depends=('dkms')
10makedepends=('patch')
11provides=('aic8800')
12conflicts=('aic8800')
13install="aic8800-dkms.install"
14
15source=("https://github.com/precomp666/aic8800-driver/archive/refs/heads/main.tar.gz"
16 "kernel-7.x.patch"
17 "dkms.conf")
18sha256sums=('bd040773025cfebf6f252a24864b5e7797b92e023fb4e34e0035cbdc05987c82'
19 '701ba39a185158b1e30b0ea48ff251d01b19d6c404ff5d5b77eca096482fab12'
20 'c6f0ed565247bfb04ba06898b0c41557684b2481410443d9d5b01ac2e37426dd')
21
22prepare() {
23 cd "$srcdir/aic8800-driver-main"
24 patch -p0 < "$srcdir/kernel-7.x.patch"
25}
26
27package() {
28 cd "$srcdir/aic8800-driver-main"
29
30 # Copy source code to DKMS directory
31 install -dm755 "$pkgdir/usr/src/aic8800-${pkgver}"
32 cp -r aic8800_fdrv aic_load_fw Kconfig Makefile "$pkgdir/usr/src/aic8800-${pkgver}/"
33
34 # Setup dkms.conf
35 install -Dm644 "$srcdir/dkms.conf" "$pkgdir/usr/src/aic8800-${pkgver}/dkms.conf"
36 sed -i "s/#MODULE_VERSION#/${pkgver}/" "$pkgdir/usr/src/aic8800-${pkgver}/dkms.conf"
37
38 # Install firmware
39 install -dm755 "$pkgdir/usr/lib/firmware/aic8800"
40 cp -r aic8800-dkms/firmware/* "$pkgdir/usr/lib/firmware/" 2>/dev/null || true
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 14:00:22 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