duetruntime-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 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
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 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)
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/duetruntime_${pkgver}_armhf.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Manuel Coenen <manuel.coenen@gmail.com>
2
pkgname=duetruntime-bin
3
pkgver=3.2.2
4
pkgrel=1
5
pkgdesc=".NET Core runtime libraries for the Duet software framework"
6
arch=('armv7h' 'aarch64')
7
url="https://github.com/Duet3D/DuetSoftwareFramework.git"
8
license=('GPL3')
9
provides=("duetruntime=${pkgver}")
10
conflicts=('duetruntime')
11
depends=('curl' 'gettext' 'libunwind')
12
options=(!strip staticlibs)
13
source_armv7h=("https://pkg.duet3d.com/dists/stable/armv7/binary-armhf/duetruntime_${pkgver}_armhf.deb")
14
source_aarch64=("https://pkg.duet3d.com/dists/stable/armv7/binary-arm64/duetruntime_${pkgver}_arm64.deb")
15
md5sums_armv7h=('036f171a4e18534657c67fa5d70bd765')
16
md5sums_aarch64=('36ae4d2c93c8bc530252ba98d61ef812')
17
sha1sums_armv7h=('950e9937e9894ddf9921db610075ce6caaf944b0')
18
sha1sums_aarch64=('f6de5e4bbfc2bac20ea6a695041ecfc28a2ffe50')
19
sha256sums_armv7h=('e7dee31f064ec9af2d9b358f5a6c21bcd950432b3998d921c0a09e24767e9644')
20
sha256sums_aarch64=('74e43e8fb8cd1bc906865873312cbe20b276503098a8522209995d39103cac3d')
21
sha512sums_armv7h=('69ca892ac3d8fb5b8f4019560838b5dc3a4fb5fb94e14082bce9aeb8661b0075c46885a90a9e56b7ae96f99214a47e5c726cc4b52d567e3fb279ec473f8154b6')
22
sha512sums_aarch64=('e132a51f23ef562246d25c03020eb88757b4b3105c2ed4e90e8739484316feece48af40509a67de826cc744b3f9ccd03b066a676d69695aca5b9f86d58b7183a')
23
24
prepare() {
25
tar -xf data.tar.xz
26
}
27
28
package() {
29
install -dm 755 "${pkgdir}"/opt/dsf/bin
30
install -m 644 "${srcdir}/opt/dsf/bin/"* "${pkgdir}/opt/dsf/bin"
31
}
32
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 |