express

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

The package downloads a prebuilt .deb from a non-standard host (express.ms) which is not a common upstream source for open-source projects, posing a supply-chain risk if the host is compromised or malicious.

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:25 source=("https://updates.express.ms/desktop/eXpress_${pkgver}_amd64.deb")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a non-standard host (express.ms) which is not a common upstream source for open-source projects, posing a supply-chain risk if the host is compromised or malicious.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: stsg
2
3pkgname=express
4pkgver=3.72.37
5pkgrel=1
6pkgdesc="Official Express App for Linux"
7arch=('x86_64')
8url="https://express.ms/download/deb"
9license=('unknown')
10depends=(
11 gtk3
12 libnotify
13 nss
14 libxss
15 libxtst
16 xdg-utils
17 at-spi2-core
18 util-linux-libs
19 libsecret
20)
21optdepends=(
22 libappindicator-gtk3
23)
24options=('!strip')
25source=("https://updates.express.ms/desktop/eXpress_${pkgver}_amd64.deb")
26sha256sums=('79c0298f7f775d28fcdab93c6cd9ce7da2b542a39e55027d2bf85b8e281ddb7d')
27
28package() {
29 tar -xf data.tar.xz --directory "${pkgdir}"
30
31 # Fix GTK version error for Gnome users
32 sed -i 's|Exec="/opt/eXpress/express"|Exec="/opt/eXpress/express" --gtk-version=3|' "${pkgdir}/usr/share/applications/express.desktop"
33}
34

Changes since previous scan

--- PKGBUILD @ 2026-09-02 00:02
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,7 +1,7 @@
# Maintainer: stsg
pkgname=express
-pkgver=3.71.40
+pkgver=3.72.37
pkgrel=1
pkgdesc="Official Express App for Linux"
arch=('x86_64')
@@ -23,7 +23,7 @@
)
options=('!strip')
source=("https://updates.express.ms/desktop/eXpress_${pkgver}_amd64.deb")
-sha256sums=('d21a0c3d85fb0f9f609c6184ab98202fe25c6ba4361599806d75d894d6342f42')
+sha256sums=('79c0298f7f775d28fcdab93c6cd9ce7da2b542a39e55027d2bf85b8e281ddb7d')
package() {
tar -xf data.tar.xz --directory "${pkgdir}"

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 07:50:36 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

Report a package

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

0 / 4000
Your suggestion