duetruntime-bin
The package downloads prebuilt .deb files from the official project's domain (duet3d.com) for installation; while the host is not a standard forge, it is the project's own release infrastructure, and the binaries are verified via multiple checksums, making supply-chain compromise unlikely.
Triggered rules
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 project's domain (duet3d.com) for installation; while the host is not a standard forge, it is the project's own release infrastructure, and the binaries are verified via multiple checksums, making supply-chain compromise unlikely.
1 higher static finding superseded - not the current verdict (shown for transparency)
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/duetruntime_${pkgver}_armhf.deb")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
pkgname=duetruntime-bin
pkgver=3.2.2
pkgrel=1
pkgdesc=".NET Core runtime libraries for the Duet software framework"
arch=('armv7h' 'aarch64')
url="https://github.com/Duet3D/DuetSoftwareFramework.git"
license=('GPL3')
provides=("duetruntime=${pkgver}")
conflicts=('duetruntime')
depends=('curl' 'gettext' 'libunwind')
options=(!strip staticlibs)
source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetruntime_${pkgver}_armhf.deb")
source_aarch64=("https://pkg.duet3d.com/dists/stable/armv7/binary-arm64/duetruntime_${pkgver}_arm64.deb")
md5sums_armv7h=('036f171a4e18534657c67fa5d70bd765')
md5sums_aarch64=('36ae4d2c93c8bc530252ba98d61ef812')
sha1sums_armv7h=('950e9937e9894ddf9921db610075ce6caaf944b0')
sha1sums_aarch64=('f6de5e4bbfc2bac20ea6a695041ecfc28a2ffe50')
sha256sums_armv7h=('e7dee31f064ec9af2d9b358f5a6c21bcd950432b3998d921c0a09e24767e9644')
sha256sums_aarch64=('74e43e8fb8cd1bc906865873312cbe20b276503098a8522209995d39103cac3d')
sha512sums_armv7h=('69ca892ac3d8fb5b8f4019560838b5dc3a4fb5fb94e14082bce9aeb8661b0075c46885a90a9e56b7ae96f99214a47e5c726cc4b52d567e3fb279ec473f8154b6')
sha512sums_aarch64=('e132a51f23ef562246d25c03020eb88757b4b3105c2ed4e90e8739484316feece48af40509a67de826cc744b3f9ccd03b066a676d69695aca5b9f86d58b7183a')
prepare() {
tar -xf data.tar.xz
}
package() {
install -dm 755 "${pkgdir}"/opt/dsf/bin
install -m 644 "${srcdir}/opt/dsf/bin/"* "${pkgdir}/opt/dsf/bin"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |