ecodms-client

MEDIUM
maintainer cmuench 14 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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:21 source_x86_64=("ecodmsclient-26.01-3_amd64.deb::http://www.ecodms.de/ecodms_260164/noble/ecodmsclient-26.01-3_amd64.deb"
Medium AI review 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
1# Maintainer: cmuench / torben
2
3# Default language is english Languages to choose from: en, de The script tries
4# to infer the langauge from the LANG environment variable. If it starts with
5# de, it will use german, otherwise english. To override this, export the
6# environment variable ECODMS_LANG to select a non-default value. for example:
7# export ECODMS_LANG=de
8
9pkgname=ecodms-client
10pkgver=26.01
11pkgrel=3
12pkgdesc="Document Management Software"
13arch=('x86_64')
14url="http://www.ecodms.de/index.php/de/"
15license=('LicenseRef-ecodms')
16depends=('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')
17optdepends=('gnome-shell-extension-appindicator')
18options=(!strip !debug)
19install=${pkgname}.install
20
21source_x86_64=("ecodmsclient-26.01-3_amd64.deb::http://www.ecodms.de/ecodms_260164/noble/ecodmsclient-26.01-3_amd64.deb"
22 'LICENSE')
23sha256sums_x86_64=(
24 '071a9861819bc2069cc314b17a357987de91741ce970d37cd3cfeafa8b737492'
25 '0f8c7ffe3e43c20b8dbf01370c55013b0c1ba18fa8e9a9caa657f1dc98135cb3')
26
27package() {
28 if [[ -n "${ECODMS_LANG}" ]]; then
29 _LANG="${ECODMS_LANG}"
30 elif [[ "${LANG,,}" == de* ]]; then
31 _LANG='de'
32 else
33 _LANG='en'
34 fi
35
36 tar -x --no-same-owner -f "${srcdir}/data.tar.gz" -C "${pkgdir}"
37
38 # Set client language
39 ln -sf language_${_LANG}.qm "${pkgdir}/opt/ecodms/ecodmsclient/language.qm"
40
41 install -D -m 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
42}
43

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion