ecodms-client
The package downloads a prebuilt .deb from the project's own domain but on a non-standard path; while the host is plausibly official, the lack of verifiable upstream source for the binary and use of a non-whitelisted host raises supply-chain concerns.
Triggered rules
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:21
source_x86_64=("ecodmsclient-26.01-3_amd64.deb::http://www.ecodms.de/ecodms_260164/noble/ecodmsclient-26.01-3_amd64.deb"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from the project's own domain but on a non-standard path; while the host is plausibly official, the lack of verifiable upstream source for the binary and use of a non-whitelisted host raises supply-chain concerns.
PKGBUILD
1 offending line(s) highlighted# Maintainer: cmuench / torben
# Default language is english Languages to choose from: en, de The script tries
# to infer the langauge from the LANG environment variable. If it starts with
# de, it will use german, otherwise english. To override this, export the
# environment variable ECODMS_LANG to select a non-default value. for example:
# export ECODMS_LANG=de
pkgname=ecodms-client
pkgver=26.01
pkgrel=3
pkgdesc="Document Management Software"
arch=('x86_64')
url="http://www.ecodms.de/index.php/de/"
license=('LicenseRef-ecodms')
depends=('apr' 'bash' 'fontconfig' 'freetype2' 'glib2' 'gtk3' 'libayatana-appindicator' 'libidn' 'libjpeg-turbo' 'libpng' 'libtiff' 'libwebp' 'libx11' 'openjpeg2' 'openssl' 'qt5-base' 'qt5-svg' 'qt5-webchannel' 'qt5-webengine' 'qt5-x11extras' 'sane' 'zlib')
optdepends=('gnome-shell-extension-appindicator')
options=(!strip !debug)
install=${pkgname}.install
source_x86_64=("ecodmsclient-26.01-3_amd64.deb::http://www.ecodms.de/ecodms_260164/noble/ecodmsclient-26.01-3_amd64.deb"
'LICENSE')
sha256sums_x86_64=(
'071a9861819bc2069cc314b17a357987de91741ce970d37cd3cfeafa8b737492'
'0f8c7ffe3e43c20b8dbf01370c55013b0c1ba18fa8e9a9caa657f1dc98135cb3')
package() {
if [[ -n "${ECODMS_LANG}" ]]; then
_LANG="${ECODMS_LANG}"
elif [[ "${LANG,,}" == de* ]]; then
_LANG='de'
else
_LANG='en'
fi
tar -x --no-same-owner -f "${srcdir}/data.tar.gz" -C "${pkgdir}"
# Set client language
ln -sf language_${_LANG}.qm "${pkgdir}/opt/ecodms/ecodmsclient/language.qm"
install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |