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
3pkgname=peak-linux-driver-dkms
4_pkgname=peak-linux-driver
5pkgver=9.2.0
6pkgrel=1
7pkgdesc='Linux driver for PEAK-System CAN adapters'
8arch=('any')
9url='https://www.peak-system.com/fileadmin/media/linux/index.php'
10license=('GPL-2.0-only' 'LGPL-2.1-only')
11depends=('dkms')
12provides=('peak-linux-driver')
13conflicts=('peak-linux-driver')
14install="${pkgname}.install"
15source=(
16 "https://www.peak-system.com/fileadmin/media/linux/files/${_pkgname}-${pkgver}.tar.gz"
17 'dkms.conf'
18)
19sha256sums=('adc7e9d2459848d506b7d948fc52b1afe73db476f58537492c94f70a960a7a9a'
20 'a277e6202f8ba761b3d0a1e1c5d4de0f5306a45fa14689aa1473e814e09ce36e')
21
22package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion