duetwebserver-bin

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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