ordersprinter
The package downloads a source archive from the project's official domain over HTTPS, which is the project's own release infrastructure; the non-whitelisted host is the project's official site, and the build installs only project files without executing untrusted code or exfiltrating data.
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 a source archive from the project's official domain over HTTPS, which is the project's own release infrastructure; the non-whitelisted host is the project's official site, and the build installs only project files without executing untrusted code or exfiltrating data.
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=("https://ordersprinter.de/${packagename}.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Alex S. <shantanne[at]hotmail.com>
pkgname=ordersprinter
pkgver=2.4.11
pkgrel=1
packagename="$(echo ${pkgname}-${pkgver} | sed 's/\./_/g')"
pkgdesc="OrderSprinter is a free Point-Of-Service/Point-Of-Sale software (POS) for the gastronomy."
url=https://ordersprinter.de/
arch=('any')
license=('Creative Commons License BY-NC-ND')
depends=('mysql' 'php' 'php-gd' 'jre-openjdk-headless')
source=("https://ordersprinter.de/${packagename}.zip"
${pkgname}.conf
${pkgname}.service
${pkgname}.sysusers
${pkgname})
md5sums=('9ebfe8eb7768560915c76310305dc14b'
'35d179e3ab67dcf5396ebd2375ba25e3'
'608f2301c621cc5219ab4d92b0bfc62b'
'8686cef0461e64cc097ae72c8d9e9752'
'6ee44456a292a4b5b17458b487d1c2ec')
install=${pkgname}.install
package()
{
mkdir -p ${pkgdir}/opt/${pkgname}
mkdir -p ${pkgdir}/etc/${pkgname}
mkdir -p ${pkgdir}/usr/lib/systemd/system
mkdir -p ${pkgdir}/usr/bin
mkdir -p ${pkgdir}/usr/share/licenses/{${pkgname},swissbit}
cp -r ${srcdir}/{gastsystem,printserver,scripts,spider,tseconnector,webapp} ${pkgdir}/opt/${pkgname}/
install -Dm 644 ${srcdir}/${pkgname}.conf ${pkgdir}/etc/${pkgname}/${pkgname}.conf
install -Dm 644 ${srcdir}/${pkgname}.service ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
install -Dm 644 ${srcdir}/${pkgname}.sysusers ${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf
install -Dm 644 ${srcdir}/${pkgname} ${pkgdir}/usr/bin/${pkgname}
# move to proper licenses directories
install -Dm 644 ${srcdir}/webapp/OrderSprinter-LIZENZ.html ${pkgdir}/usr/share/licenses/${pkgname}/
install -Dm 644 ${srcdir}/tseconnector/swissbit/tseconnector_lib/{LICENSE-apache-commons.txt,LICENSE-jackson-jr.html,LICENSE-json-simple.txt,LICENSE_Swissbit_Wormapi.pdf} ${pkgdir}/usr/share/licenses/swissbit/
}
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 |