drsprinto-appimage
The package downloads a prebuilt AppImage from the official vendor's static domain (static.sprinto.com), which is plausibly part of their official infrastructure; the AppImage is not executed during build, only extracted and repackaged, and the final install is self-contained with no remote code execution or exfiltration observed.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt AppImage from the official vendor's static domain (static.sprinto.com), which is plausibly part of their official infrastructure; the AppImage is not executed during build, only extracted and repackaged, and the final install is self-contained with no remote code execution or exfiltration observed.
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:37
source_x86_64=("${pkgname}-${pkgver}.AppImage::https://static.sprinto.com/drsprinto/DrSprinto-${pkgver}.AppImage")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jonas Geiler <aur@jonasgeiler.com>
pkgname=drsprinto-appimage
# renovate: datasource=custom.sprinto depName=DrSprinto packageName=drsprinto
pkgver=4.0.8
pkgrel=4
pkgdesc='Reports device health and compliance status to the Sprinto employee portal (AppImage version)'
arch=(x86_64)
url='https://sprinto.com/'
license=(LicenseRef-unknown)
depends=(
# As reported by namcap
hicolor-icon-theme
# As determined by maintainers
alsa-lib
at-spi2-core
fuse2
gtk3
libcups
nss
zlib
# As reported by users
inetutils
lsb-release
)
provides=(drsprinto)
conflicts=(
drsprinto
drsprinto-bin
drsprinto-git
)
options=(
!strip # Stripping symbols would break the AppImage
!emptydirs # Remove empty directories from package some icon dirs are empty
)
source_x86_64=("${pkgname}-${pkgver}.AppImage::https://static.sprinto.com/drsprinto/DrSprinto-${pkgver}.AppImage")
b2sums_x86_64=('23ccb3dd57ed7a3cff179f2f8f5af17685c2cc791f3f0ec7d57732c93df92c7c7e037d5cbec67fa6ee5d5716a922489a49fe6fef310081ffd7fd4b816874f414')
prepare() {
cd "${srcdir}"
chmod +x "${srcdir}/${pkgname}-${pkgver}.AppImage"
"${srcdir}/${pkgname}-${pkgver}.AppImage" --appimage-extract > /dev/null
chmod -R a-x+rX "${srcdir}/squashfs-root/usr/"
}
build() {
sed -e 's|Exec=.*|Exec=env DESKTOPINTEGRATION=0 APPIMAGELAUNCHER_DISABLE=1 /usr/bin/drsprinto|' \
-e '$aPath=/usr/bin' \
-e '$aGenericName=MDM Client' \
-i "${srcdir}/squashfs-root/drsprinto.desktop"
}
package() {
install -Dm755 \
"${srcdir}/${pkgname}-${pkgver}.AppImage" \
"${pkgdir}/usr/bin/drsprinto"
install -Dm644 \
"${srcdir}/squashfs-root/drsprinto.desktop" \
"${pkgdir}/usr/share/applications/drsprinto.desktop"
install -dm755 "${pkgdir}/usr/share/"
cp -a \
"${srcdir}/squashfs-root/usr/share/icons" \
"${pkgdir}/usr/share/icons"
}
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 |