aic8800-linux7-dkms
LOW
maintainer precomp
0 votes
scanned 2026-09-05 14:00:22.289320
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>
2
pkgname=aic8800-linux7-dkms
3
pkgver=1.0.9
4
pkgrel=1
5
pkgdesc="AIC8800 (AX300) Wi-Fi driver with kernel 7.x.x support (DKMS)"
6
arch=('x86_64' 'aarch64' 'armv7h')
7
url="https://github.com/precomp666/aic8800-driver"
8
license=('GPL')
9
depends=('dkms')
10
makedepends=('patch')
11
provides=('aic8800')
12
conflicts=('aic8800')
13
install="aic8800-dkms.install"
14
15
source=("https://github.com/precomp666/aic8800-driver/archive/refs/heads/main.tar.gz"
16
"kernel-7.x.patch"
17
"dkms.conf")
18
sha256sums=('bd040773025cfebf6f252a24864b5e7797b92e023fb4e34e0035cbdc05987c82'
19
'701ba39a185158b1e30b0ea48ff251d01b19d6c404ff5d5b77eca096482fab12'
20
'c6f0ed565247bfb04ba06898b0c41557684b2481410443d9d5b01ac2e37426dd')
21
22
prepare() {
23
cd "$srcdir/aic8800-driver-main"
24
patch -p0 < "$srcdir/kernel-7.x.patch"
25
}
26
27
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-05 14:00:22 | Low | 2 |