can-utils-bin

MEDIUM
maintainer pineappletoad 0 votes scanned 2026-09-02 15:51:02.635429
View on AUR
Why flagged

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

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.

Medium AI review of an ambiguous pattern 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

1# Maintainer: piratecarrot
2
3pkgname=can-utils-bin
4pkgver=2025.01
5_pkgrel_src=3
6pkgrel=1
7pkgdesc="Linux-CAN / SocketCAN user space applications (precompiled)"
8arch=('x86_64')
9url="https://github.com/linux-can/can-utils"
10license=('GPL-2.0-only')
11provides=('can-utils')
12conflicts=('can-utils' 'can-utils-git')
13
14source=("https://github.com/tubbywrestler/can-utils-bin/releases/download/${pkgver}-${_pkgrel_src}/can-utils-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst")
15sha256sums=('c04e77240c53ab0ae82eb06f4238f87340180d225754faf5c2c680a1eb099f58')
16
17package() {
18 bsdtar -xf "${srcdir}/can-utils-${pkgver}-${_pkgrel_src}-x86_64.pkg.tar.zst" -C "${pkgdir}" --exclude .PKGINFO --exclude .BUILDINFO --exclude .MTREE
19}
20

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 15:51:02 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