intel-gna-dkms-git
Package builds from a public Git repository of the project's own source code; the low severity is due to few votes and recent upload, but the source is transparent and hosted on the maintainer's GitHub, with no evidence of malicious behavior.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): Package builds from a public Git repository of the project's own source code; the low severity is due to few votes and recent upload, but the source is transparent and hosted on the maintainer's GitHub, with no evidence of malicious behavior.
PKGBUILD
# Maintainer: Navon John Lukose <67406856+Magniquick@users.noreply.github.com>
pkgname=intel-gna-dkms-git
_modname=intel-gna
_subdir=gna
pkgver=r2.de3c9e0
pkgrel=1
pkgdesc="Intel GNA (Gaussian & Neural Accelerator) accel driver, DKMS (out-of-tree port of the v5 dri-devel series)"
arch=('any')
url="https://github.com/Magniquick/intel-client-dkms"
license=('GPL-2.0-only')
depends=('dkms')
makedepends=('git')
provides=('intel-gna-dkms')
conflicts=('intel-gna-dkms')
source=("intel-client-dkms::git+$url.git")
sha256sums=('SKIP')
pkgver() {
cd intel-client-dkms
printf "r%s.%s" "$(git rev-list --count HEAD -- "$_subdir")" \
"$(git log -1 --format=%h -- "$_subdir")"
}
package() {
cd "intel-client-dkms/$_subdir"
local dest="$pkgdir/usr/src/$_modname-$pkgver"
install -d "$dest"
cp -r --no-preserve=ownership . "$dest"
sed -i "s/@PKGVER@/$pkgver/" "$dest/dkms.conf"
install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
cp -r --no-preserve=ownership LICENSES "$pkgdir/usr/share/licenses/$pkgname/"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-23 15:40:39 | Low | 2 |