socketcand-git

maintainer 3mb3dw0rk5 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the official project Git repository, which is a normal AUR practice; the recent maintainer change is noted but does not imply malicious intent or supply-chain risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the official project Git repository, which is a normal AUR practice; the recent maintainer change is noted but does not imply malicious intent or supply-chain risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: 3mb3dw0rk5 <3mb3dw0rk5 at gmail dot com>
2# Contributor: rafael silva <perigoso at riseup dot net>, bs mt <bsmt at bsmt dot me>
3
4pkgname=socketcand-git
5pkgver=0.6.1.r103.g6dd5d33
6pkgrel=1
7pkgdesc="Provide access to CAN interfaces on a machine via a network interface."
8arch=('i686' 'x86_64')
9url="https://github.com/linux-can/socketcand"
10license=('GPL-2.0-only' 'BSD-3-Clause')
11makedepends=('git' 'meson' 'libconfig')
12source=("git+https://github.com/linux-can/socketcand.git")
13md5sums=('SKIP')
14
15pkgver() {
16 cd 'socketcand'
17 git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
18}
19
20prepare() {
21 cd 'socketcand'
22 meson setup -Dlibconfig=true --buildtype=release build
23}
24
25build() {
26 cd 'socketcand'
27 meson compile -C build
28}
29
30package() {
31 cd 'socketcand'
32 DESTDIR="$pkgdir/" meson install -C build
33}
34

Changes since previous scan

--- PKGBUILD @ 2026-06-18 16:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,14 +1,14 @@
-# Maintainer: rafael silva <perigoso at riseup dot net>
-# Contributor: bs mt <bsmt at bsmt dot me>
+# Maintainer: 3mb3dw0rk5 <3mb3dw0rk5 at gmail dot com>
+# Contributor: rafael silva <perigoso at riseup dot net>, bs mt <bsmt at bsmt dot me>
pkgname=socketcand-git
-pkgver=0.6.1.r28.g02ad0f5
+pkgver=0.6.1.r103.g6dd5d33
pkgrel=1
pkgdesc="Provide access to CAN interfaces on a machine via a network interface."
arch=('i686' 'x86_64')
url="https://github.com/linux-can/socketcand"
-license=('unknown')
-makedepends=('git' 'autoconf' 'libconfig')
+license=('GPL-2.0-only' 'BSD-3-Clause')
+makedepends=('git' 'meson' 'libconfig')
source=("git+https://github.com/linux-can/socketcand.git")
md5sums=('SKIP')
@@ -19,17 +19,16 @@
prepare() {
cd 'socketcand'
- ./autogen.sh
- ./configure --prefix=/usr --disable-init-script --mandir=/usr/share/man/man1
+ meson setup -Dlibconfig=true --buildtype=release build
}
build() {
cd 'socketcand'
- make
+ meson compile -C build
}
package() {
cd 'socketcand'
- make DESTDIR="$pkgdir/" install
+ DESTDIR="$pkgdir/" meson install -C build
}

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 05:37:03 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion