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>
2pkgname=duetwebserver-bin
3pkgver=3.2.2
4pkgrel=1
5pkgdesc="Optional web server for Duet 3 series"
6arch=('armv7h' 'aarch64')
7url="https://github.com/Duet3D/DuetSoftwareFramework.git"
8license=('GPL3')
9provides=("duetwebserver=${pkgver}")
10conflicts=("duetwebserver")
11depends=("duetcontrolserver>=${pkgver}" "duetruntime>=${pkgver}")
12optdepends=('duetwebcontrol' 'duetsd')
13options=(!strip staticlibs)
14install="${pkgname}.install"
15backup=('opt/dsf/conf/http.json')
16source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetwebserver_${pkgver}_armhf.deb")
17source_aarch64=("https://pkg.duet3d.com/dists/stable/armv7/binary-arm64/duetwebserver_${pkgver}_arm64.deb")
18md5sums_armv7h=('53acd3ec6a038124410814e2727fa5eb')
19md5sums_aarch64=('83cd800193d942e75d77eff4a45c69a9')
20sha1sums_armv7h=('162a25f078a09bf977888ec23d5700ba7ed3e706')
21sha1sums_aarch64=('38d31367ed25185c180ff529e8ee7f0bef58ceb6')
22sha256sums_armv7h=('ba8f20cef0c444f36598b5a65f4badc7b121cde4ac52bee03c87a15d8d80e21c')
23sha256sums_aarch64=('586e39be06f5a73d91eae9f9054a66681686a73b641e47a21f3f26f1d634b19e')
24sha512sums_armv7h=('9ef5efc9e0caed40a55fc96b2b7a16adb833ab96ddbc1aabb128ea89cbaef896c69d725e9a11c090f89dfb15fa4e51478543fea47067f7e5bb865fe9edde5f4a')
25sha512sums_aarch64=('1c9be42a08353eabfaec35cd652071b87dd88c14afe77ce6722f4042e8c37b444fa79d224eeca8f4497ff9d881a3f3a7b0af0c7c51c3f149734b25016bde9872')
26
27
28prepare() {
29 tar -xf data.tar.xz
30}
31
32package() {
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)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 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

Report a package

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

0 / 4000
Your suggestion