mt76-dkms-git

maintainer xx777 · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds a DKMS driver from the official OpenWRT GitHub repository, which is a legitimate source; the flagged orphaned status does not imply malicious intent, and the source code is publicly reviewable.

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 package builds a DKMS driver from the official OpenWRT GitHub repository, which is a legitimate source; the flagged orphaned status does not imply malicious intent, and the source code is publicly reviewable.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Kenneth Hunter <kennethdhunter at gmail dot com>
2pkgname=mt76-dkms-git
3pkgver=r4269.de635e1e
4pkgrel=1
5pkgdesc="DKMS build of the MediaTek mt76 wireless driver from OpenWRT (with mt7925 support)"
6arch=('x86_64')
7url="https://github.com/openwrt/mt76"
8license=('GPL')
9depends=('dkms' 'git')
10makedepends=('linux-headers')
11optdepends=(
12 'linux-headers: build for default Arch Linux kernel'
13 'linux-zen-headers: build for Zen kernel'
14 'linux-lts-headers: build for LTS kernel'
15)
16conflicts=('mt76-dkms')
17provides=('mt76-dkms')
18source=("git+https://github.com/openwrt/mt76.git"
19 "dkms.conf")
20md5sums=('SKIP' 'SKIP')
21
22pkgver() {
23 cd "$srcdir/mt76"
24 echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
25}
26
27prepare() {
28 mkdir -p "$srcdir/mt76-dkms"
29 cp -r "$srcdir/mt76"/* "$srcdir/mt76-dkms/"
30 cp "$srcdir/dkms.conf" "$srcdir/mt76-dkms/"
31}
32
33package() {
34 install -dm755 "$pkgdir/usr/lib/dkms/mt76"
35 cp -r "$srcdir/mt76-dkms/"* "$pkgdir/usr/lib/dkms/mt76/"
36
37 echo "**********************************************************"
38 echo "To enable mt76 for your current kernel, run the following:"
39 echo " sudo cp -r /usr/lib/dkms/mt76 /usr/src/mt76-${pkgver}"
40 echo " sudo dkms add -m mt76 -v ${pkgver}"
41 echo " sudo dkms build -m mt76 -v ${pkgver}"
42 echo " sudo dkms install -m mt76 -v ${pkgver}"
43 echo "**********************************************************"
44}
45
46

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