duettools-bin

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads prebuilt .deb files from the official Duet3D package repository, which is a legitimate source for their software; while the host is not a standard forge, it is plausibly owned by the project, and the binaries are verified with multiple checksums, reducing 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt .deb files from the official Duet3D package repository, which is a legitimate source for their software; while the host is not a standard forge, it is plausibly owned by the project, and the binaries are verified with multiple checksums, reducing supply-chain 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:13 source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duettools_${pkgver}_armhf.deb")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
2pkgname=duettools-bin
3pkgver=3.2.2
4pkgrel=1
5pkgdesc="Optional tools (code examples)"
6arch=('armv7h' 'aarch64')
7url="https://github.com/Duet3D/DuetSoftwareFramework.git"
8license=('GPL3')
9provides=("duettools=${pkgver}")
10conflicts=("duettools")
11depends=("duetcontrolserver>=${pkgver}")
12options=(!strip staticlibs)
13source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duettools_${pkgver}_armhf.deb")
14source_aarch64=("https://pkg.duet3d.com/dists/stable/armv7/binary-arm64/duettools_${pkgver}_arm64.deb")
15md5sums_armv7h=('ae0a8dc8e248f3f51c71b9a9a6a18d7b')
16md5sums_aarch64=('72971861a4d10fda3fe970fc7621fda8')
17sha1sums_armv7h=('5443a00b853e0464b14e81cfe43c426ac4a193da')
18sha1sums_aarch64=('9a3e1876e2aa79ef867883b88cf2c2121623a1eb')
19sha256sums_armv7h=('d6a920bb1b207412bb8b222a1a1f4dfb5fdbe311d5c3b7994e10c74d5df9ce29')
20sha256sums_aarch64=('ef173dc2d4c4a2282ec7e55ec8611c340623d002ddf790c40e73773f2876c0a9')
21sha512sums_armv7h=('d5dd534c2dae5815ae8d57dec1ddf10a8472e72136dff10fda7eab8fc10d6a541cde5278e3f95bca1dccc2e721a5910569fe0c47fdb5a3b2e040523c0a45b91e')
22sha512sums_aarch64=('085cfcb819b05712f4037a635e2327550178854d4572ee9f449e714fbacde9ee98653f2408111f96555a41c94fbddcabb56e09f5fcad98c750152e73f8ec7172')
23
24
25prepare() {
26 tar -xf data.tar.xz
27}
28
29package() {
30
31 # DuetControlServer, DuetWebServer, CodeConsole, CodeLogger
32 install -dm 755 "${pkgdir}"/{opt/dsf/bin,opt/dsf/conf,usr/bin}
33 install "${srcdir}/opt/dsf/bin/"* "${pkgdir}/opt/dsf/bin"
34
35 ln -s "/opt/dsf/bin/CodeConsole" "${pkgdir}/usr/bin/"
36 ln -s "/opt/dsf/bin/CodeLogger" "${pkgdir}/usr/bin/"
37 ln -s "/opt/dsf/bin/CustomHttpEndpoint" "${pkgdir}/usr/bin/"
38 ln -s "/opt/dsf/bin/ModelObserver" "${pkgdir}/usr/bin/"
39 ln -s "/opt/dsf/bin/PluginManager" "${pkgdir}/usr/bin/"
40}
41

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