duetwebserver-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 the official Duet3D package host, which is plausibly the project's own infrastructure; the binary is part of the official software suite and installed in a standard way, posing no evident supply-chain risk despite the non-whitelisted domain.
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 the official Duet3D package host, which is plausibly the project's own infrastructure; the binary is part of the official software suite and installed in a standard way, posing no evident supply-chain risk despite the non-whitelisted domain.
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
source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetwebserver_${pkgver}_armhf.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
2
pkgname=duetwebserver-bin
3
pkgver=3.2.2
4
pkgrel=1
5
pkgdesc="Optional web server for Duet 3 series"
6
arch=('armv7h' 'aarch64')
7
url="https://github.com/Duet3D/DuetSoftwareFramework.git"
8
license=('GPL3')
9
provides=("duetwebserver=${pkgver}")
10
conflicts=("duetwebserver")
11
depends=("duetcontrolserver>=${pkgver}" "duetruntime>=${pkgver}")
12
optdepends=('duetwebcontrol' 'duetsd')
13
options=(!strip staticlibs)
14
install="${pkgname}.install"
15
backup=('opt/dsf/conf/http.json')
16
source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetwebserver_${pkgver}_armhf.deb")
17
source_aarch64=("https://pkg.duet3d.com/dists/stable/armv7/binary-arm64/duetwebserver_${pkgver}_arm64.deb")
18
md5sums_armv7h=('53acd3ec6a038124410814e2727fa5eb')
19
md5sums_aarch64=('83cd800193d942e75d77eff4a45c69a9')
20
sha1sums_armv7h=('162a25f078a09bf977888ec23d5700ba7ed3e706')
21
sha1sums_aarch64=('38d31367ed25185c180ff529e8ee7f0bef58ceb6')
22
sha256sums_armv7h=('ba8f20cef0c444f36598b5a65f4badc7b121cde4ac52bee03c87a15d8d80e21c')
23
sha256sums_aarch64=('586e39be06f5a73d91eae9f9054a66681686a73b641e47a21f3f26f1d634b19e')
24
sha512sums_armv7h=('9ef5efc9e0caed40a55fc96b2b7a16adb833ab96ddbc1aabb128ea89cbaef896c69d725e9a11c090f89dfb15fa4e51478543fea47067f7e5bb865fe9edde5f4a')
25
sha512sums_aarch64=('1c9be42a08353eabfaec35cd652071b87dd88c14afe77ce6722f4042e8c37b444fa79d224eeca8f4497ff9d881a3f3a7b0af0c7c51c3f149734b25016bde9872')
26
27
28
prepare() {
29
tar -xf data.tar.xz
30
}
31
32
package() {
33
install -dm 755 "${pkgdir}"/{opt/dsf/bin,opt/dsf/conf,usr/bin,usr/lib/systemd/system}
34
install "${srcdir}/opt/dsf/bin/"* "${pkgdir}/opt/dsf/bin"
35
ln -s "/opt/dsf/bin/DuetWebServer" "${pkgdir}/usr/bin/"
36
install -m 644 "${srcdir}/usr/lib/systemd/system/"* "${pkgdir}/usr/lib/systemd/system"
37
install -m 644 -o dsf -g dsf "${srcdir}/opt/dsf/conf/"* "${pkgdir}/opt/dsf/conf"
38
}
39
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 |