peak-linux-driver-dkms
maintainer CloverGit
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Source tarball is downloaded from peak-system.com, the official vendor domain for PEAK-System CAN adapters, with a proper sha256 checksum; this is a legitimate DKMS packaging of an official vendor driver, not a suspicious or unverifiable source.
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 downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Source tarball is downloaded from peak-system.com, the official vendor domain for PEAK-System CAN adapters, with a proper sha256 checksum; this is a legitimate DKMS packaging of an official vendor driver, not a suspicious or unverifiable source.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
"https://www.peak-system.com/fileadmin/media/linux/files/${_pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: CloverGit <clovergit@hotmail.com>
2
3
pkgname=peak-linux-driver-dkms
4
_pkgname=peak-linux-driver
5
pkgver=9.2.0
6
pkgrel=1
7
pkgdesc='Linux driver for PEAK-System CAN adapters'
8
arch=('any')
9
url='https://www.peak-system.com/fileadmin/media/linux/index.php'
10
license=('GPL-2.0-only' 'LGPL-2.1-only')
11
depends=('dkms')
12
provides=('peak-linux-driver')
13
conflicts=('peak-linux-driver')
14
install="${pkgname}.install"
15
source=(
16
"https://www.peak-system.com/fileadmin/media/linux/files/${_pkgname}-${pkgver}.tar.gz"
17
'dkms.conf'
18
)
19
sha256sums=('adc7e9d2459848d506b7d948fc52b1afe73db476f58537492c94f70a960a7a9a'
20
'a277e6202f8ba761b3d0a1e1c5d4de0f5306a45fa14689aa1473e814e09ce36e')
21
22
package() {
23
cd "${_pkgname}-${pkgver}"
24
25
install -d "${pkgdir}/usr/src/${_pkgname}-${pkgver}"
26
cp -r driver "${pkgdir}/usr/src/${_pkgname}-${pkgver}/"
27
28
# copy dkms.conf
29
install -Dm644 "${srcdir}/dkms.conf" "${pkgdir}/usr/src/${_pkgname}-${pkgver}/dkms.conf"
30
31
# set name and version and dkms.conf
32
sed -e "s/@PKGNAME@/${_pkgname}/" \
33
-e "s/@PKGVER@/${pkgver}/" \
34
-i "${pkgdir}/usr/src/${_pkgname}-${pkgver}/dkms.conf"
35
36
install -Dm644 "driver/udev/45-pcan.rules" "${pkgdir}/usr/lib/udev/rules.d/45-pcan.rules"
37
install -Dm644 "driver/udev/blacklist-peak.conf" "${pkgdir}/usr/lib/modprobe.d/blacklist-peak.conf"
38
install -Dm755 "driver/lspcan" "${pkgdir}/usr/bin/lspcan"
39
install -Dm644 "driver/pcan.conf" "${pkgdir}/usr/share/doc/${pkgname}/pcan.conf"
40
install -Dm644 "driver/release_notes.txt" "${pkgdir}/usr/share/doc/${pkgname}/release_notes.txt"
41
}
42
43
# vim: set sw=2 ts=2 et:
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 3 |
| 2026-08-17 00:18:29 | LOW | 3 |
| 2026-08-16 00:03:42 | LOW | 3 |
| 2026-08-15 00:26:13 | LOW | 3 |
| 2026-08-14 00:03:41 | LOW | 3 |
| 2026-08-13 00:17:07 | LOW | 3 |
| 2026-08-12 00:27:08 | LOW | 3 |
| 2026-08-11 17:34:27 | LOW | 3 |
| 2026-08-11 17:21:34 | MEDIUM | 2 |