can-utils-bin
The package installs a prebuilt binary from a third-party GitHub release (not the official project), which presents a supply-chain risk due to lack of verifiable build process and source code review.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a third-party GitHub release (not the official project), which presents a supply-chain risk due to lack of verifiable build process and source code review.
PKGBUILD
# Maintainer: piratecarrot
pkgname=can-utils-bin
pkgver=2025.01
_pkgrel_src=3
pkgrel=1
pkgdesc="Linux-CAN / SocketCAN user space applications (precompiled)"
arch=('x86_64')
url="https://github.com/linux-can/can-utils"
license=('GPL-2.0-only')
provides=('can-utils')
conflicts=('can-utils' 'can-utils-git')
source=("https://github.com/tubbywrestler/can-utils-bin/releases/download/${pkgver}-${_pkgrel_src}/can-utils-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
sha256sums=('c04e77240c53ab0ae82eb06f4238f87340180d225754faf5c2c680a1eb099f58')
package() {
bsdtar -xf "${srcdir}/can-utils-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst" -C "${pkgdir}" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 15:51:02 | Medium | 2 |