duetcontrolserver-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from Duet3D's official domain (pkg.duet3d.com) for installation; while the host is not a common forge, it is the vendor's own infrastructure, and the binaries are properly checksummed, making this a standard vendor-supplied binary package with low 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from Duet3D's official domain (pkg.duet3d.com) for installation; while the host is not a common forge, it is the vendor's own infrastructure, and the binaries are properly checksummed, making this a standard vendor-supplied binary package with low risk.
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:19
source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetcontrolserver_${pkgver}_armhf.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
2
pkgname=duetcontrolserver-bin
3
pkgver=3.2.2
4
pkgrel=1
5
pkgdesc="Control server application for Duet 3 series"
6
arch=('armv7h' 'aarch64')
7
url="https://github.com/Duet3D/DuetSoftwareFramework.git"
8
license=('GPL3')
9
provides=("duetcontrolserver=${pkgver}")
10
conflicts=("duetcontrolserver")
11
depends=(
12
"duetsoftwareframework>=${pkgver}"
13
"duetruntime>=${pkgver}"
14
'linux>=4.8'
15
)
16
options=(!strip staticlibs)
17
install="${pkgname}.install"
18
backup=('opt/dsf/conf/config.json')
19
source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetcontrolserver_${pkgver}_armhf.deb")
20
source_aarch64=("https://pkg.duet3d.com/dists/stable/armv7/binary-arm64/duetcontrolserver_${pkgver}_arm64.deb")
21
md5sums_armv7h=('09b1e1d1996de9efcff424e9a6754118')
22
md5sums_aarch64=('e94c3fa1dcc2ea08a47ec90b9b596246')
23
sha1sums_armv7h=('792997bdc4bd510fe981296f24b890c3e8c8eeb0')
24
sha1sums_aarch64=('6b1bb4297f153ff3be6c65df8a1168694b94a5a0')
25
sha256sums_armv7h=('e06923d2e3ed5de8c33a86ddac38596b78d802fff81772dc2886a4127a5f9085')
26
sha256sums_aarch64=('cb646067d60d3f5bc0224fd2e83f264f7a6684548d13bfe3efc372a70d87c986')
27
sha512sums_armv7h=('d911f68c0ed2627f3d4f37a21324f656ff65af838db280114e7a8b4c77bea0235b6f62313ac90ab3a09c6a1240897feecfed6ee7cf6691741e363a984e20f76e')
28
sha512sums_aarch64=('d4ef62cab78e37d7511f4c8d5b9f2809c2da6d3fe36079d3788a09308b85482fd798be5b45a0924bf94265e8afe1ef31fbfe83fb0e0342fb42845b1c8099cfba')
29
30
prepare() {
31
tar -xf data.tar.xz
32
}
33
34
package() {
35
install -Dm 644 "${srcdir}/usr/lib/sysusers.d/duetcontrolserver.conf" "${pkgdir}/usr/lib/sysusers.d/duetcontrolserver.conf"
36
install -Dm 644 "${srcdir}/usr/lib/tmpfiles.d/duetcontrolserver.conf" "${pkgdir}/usr/lib/tmpfiles.d/duetcontrolserver.conf"
37
install -Dm 644 "${srcdir}/etc/udev/rules.d/99-dsf-gpio.rules" "${pkgdir}/etc/udev/rules.d/99-dsf-gpio.rules"
38
39
# DuetControlServer
40
install -dm 755 "${pkgdir}"/{opt/dsf/bin,usr/bin,usr/lib/systemd/system}
41
install -dm 755 -o dsf -g dsf "${pkgdir}/opt/dsf/conf"
42
install -dm 755 -o dsf -g dsf "${pkgdir}/opt/dsf/plugins"
43
install "${srcdir}/opt/dsf/bin/"* "${pkgdir}/opt/dsf/bin"
44
install -m 644 -o dsf -g dsf "${srcdir}/opt/dsf/conf/"* "${pkgdir}/opt/dsf/conf"
45
46
# systemd unit file
47
install "${srcdir}/usr/lib/systemd/system/"* "${pkgdir}/usr/lib/systemd/system"
48
49
# Link to /usr/bin
50
ln -s "/opt/dsf/bin/DuetControlServer" "${pkgdir}/usr/bin/"
51
}
52
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |