sejda-desktop
maintainer thibaultmol
· 12 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb binary from a non-whitelisted but project-related CDN; while the host is not on a standard whitelist, it is plausibly official, yet the unverifiable nature of a prebuilt executable from a third-party-like host presents a moderate supply-chain risk.
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:18
source_x86_64=("https://downloads.sejda-cdn.com/sejda-desktop_7.9.6_amd64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-whitelisted but project-related CDN; while the host is not on a standard whitelist, it is plausibly official, yet the unverifiable nature of a prebuilt executable from a third-party-like host presents a moderate supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Thibault Molleman <aur at thibaultmol d0t link>
2
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org>
3
# Contributor: Chris Severance aur.severach aATt spamgourmet dott com
4
# Contributor: Frederic Bezies <fredbezies at gmail dot com>
5
# Contributor: James An <james@jamesan.ca>
6
# Contributor: Jonas Heinrich <onny@project-insanity.org>
7
8
pkgname=sejda-desktop
9
pkgver=7.9.6
10
pkgrel=1
11
pkgdesc="Proprietary commercial PDF editor"
12
arch=(x86_64)
13
url="https://www.sejda.com/desktop"
14
license=(LicenseRef-EULA)
15
depends=(libxcb libxfixes nspr alsa-lib libcups at-spi2-core libxrandr libdrm libxrender pango nss libxcomposite cairo
16
libxdamage libxkbcommon mesa gtk3 libx11 glibc bash expat libxext libxtst dbus libxi gcc-libs glib2)
17
options=('!strip')
18
source_x86_64=("https://downloads.sejda-cdn.com/sejda-desktop_7.9.6_amd64.deb")
19
sha512sums_x86_64=('3c5b69006ddba259d5eb7599e0d55556288d29152f183ab7d436db14e17101ce491aec9041d23552b78b3ca169f4e48a7a2cce95bf3f6fda4064dcaf12f29ba1')
20
21
package() {
22
bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}/"
23
24
install -d "${pkgdir}"/usr/bin
25
ln -s /opt/sejda-desktop/sejda-desktop "${pkgdir}"/usr/bin/sejda-desktop
26
27
install -D "${pkgdir}"/opt/sejda-desktop/EULA.pdf -t "${pkgdir}/usr/share/licenses/${pkgname}"
28
install -D "${pkgdir}"/opt/sejda-desktop/resources/vendor/desktop-launcher/LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
29
30
# Fix permission warning, our folders are 755 not 775 as in sejda package
31
chmod 755 -R "${pkgdir}"
32
33
# remove .DS_Store and .bat files
34
cd "${pkgdir}"
35
find -type 'f' '(' -name '.DS_Store' -o -iname '*.bat' ')' -delete
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |