duettools-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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>
2
pkgname=duettools-bin
3
pkgver=3.2.2
4
pkgrel=1
5
pkgdesc="Optional tools (code examples)"
6
arch=('armv7h' 'aarch64')
7
url="https://github.com/Duet3D/DuetSoftwareFramework.git"
8
license=('GPL3')
9
provides=("duettools=${pkgver}")
10
conflicts=("duettools")
11
depends=("duetcontrolserver>=${pkgver}")
12
options=(!strip staticlibs)
13
source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duettools_${pkgver}_armhf.deb")
14
source_aarch64=("https://pkg.duet3d.com/dists/stable/armv7/binary-arm64/duettools_${pkgver}_arm64.deb")
15
md5sums_armv7h=('ae0a8dc8e248f3f51c71b9a9a6a18d7b')
16
md5sums_aarch64=('72971861a4d10fda3fe970fc7621fda8')
17
sha1sums_armv7h=('5443a00b853e0464b14e81cfe43c426ac4a193da')
18
sha1sums_aarch64=('9a3e1876e2aa79ef867883b88cf2c2121623a1eb')
19
sha256sums_armv7h=('d6a920bb1b207412bb8b222a1a1f4dfb5fdbe311d5c3b7994e10c74d5df9ce29')
20
sha256sums_aarch64=('ef173dc2d4c4a2282ec7e55ec8611c340623d002ddf790c40e73773f2876c0a9')
21
sha512sums_armv7h=('d5dd534c2dae5815ae8d57dec1ddf10a8472e72136dff10fda7eab8fc10d6a541cde5278e3f95bca1dccc2e721a5910569fe0c47fdb5a3b2e040523c0a45b91e')
22
sha512sums_aarch64=('085cfcb819b05712f4037a635e2327550178854d4572ee9f449e714fbacde9ee98653f2408111f96555a41c94fbddcabb56e09f5fcad98c750152e73f8ec7172')
23
24
25
prepare() {
26
tar -xf data.tar.xz
27
}
28
29
package() {
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) | 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 |