i915-sriov-dkms

maintainer zsolthorvath · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds a kernel module from source hosted on the project's own GitHub repository, which is a normal AUR use case; the flagged pattern relates to maintainer history, not malicious content.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds a kernel module from source hosted on the project's own GitHub repository, which is a normal AUR use case; the flagged pattern relates to maintainer history, not malicious content.

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: bbaa <bbaa@bbaa.me>
2
3pkgname=i915-sriov-dkms
4pkgver=2026.05.03
5pkgrel=1
6pkgdesc="Linux i915 module patched with SR-IOV support"
7arch=('x86_64')
8url="https://github.com/strongtz/i915-sriov-dkms"
9license=('GPL-2.0-only')
10depends=('dkms')
11makedepends=('git')
12conflicts=("${pkgname}-git")
13backup=("etc/tmpfiles.d/i915-set-sriov-numvfs.conf")
14install=${pkgname}.install
15source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/strongtz/i915-sriov-dkms/tar.gz/$pkgver")
16sha256sums=('7fd179ccf503ee6c985fdf2eb044c003e975c8e26f6c361ef199a91341e43874')
17
18package() {
19 cd "$srcdir/$pkgname-$pkgver"
20
21 echo "* Copying module into /usr/src..."
22 install -dm755 "${pkgdir}/usr/src/${pkgname}-${pkgver}"
23 cp -r {compat,dkms.conf,drivers,include,Makefile} "${pkgdir}/usr/src/${pkgname}-${pkgver}"
24 install -Dm644 i915-set-sriov-numvfs.conf "${pkgdir}/etc/tmpfiles.d/i915-set-sriov-numvfs.conf"
25}
26

Changes since previous scan

--- PKGBUILD @ 2026-07-31 00:14
+++ PKGBUILD @ 2026-08-03 00:08
@@ -12,15 +12,10 @@
conflicts=("${pkgname}-git")
backup=("etc/tmpfiles.d/i915-set-sriov-numvfs.conf")
install=${pkgname}.install
-source=(
- 'optimizer'
-)
-sha256sums=(
- 'SKIP'
-)
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/strongtz/i915-sriov-dkms/tar.gz/$pkgver")
+sha256sums=('7fd179ccf503ee6c985fdf2eb044c003e975c8e26f6c361ef199a91341e43874')
package() {
- sudo "$srcdir/optimizer"
cd "$srcdir/$pkgname-$pkgver"
echo "* Copying module into /usr/src..."
@@ -29,4 +24,3 @@
install -Dm644 i915-set-sriov-numvfs.conf "${pkgdir}/etc/tmpfiles.d/i915-set-sriov-numvfs.conf"
}
-

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 15:18:17 MEDIUM 1
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 17:15:21 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion