com.jisupdfeditor.deepin

maintainer AlenYang · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt i386 .deb binary from com-store-packages.uniontech.com (the Deepin/UOS app store CDN, operated by Uniontech, the company behind Deepin Linux). This is a vendor-operated host rather than a personal/unofficial one, which reduces but does not eliminate risk. The package is a proprietary PDF editor wrapped in deepin-wine, so the binary is executed code. A sha256sum is provided, which pins the specific artifact. The main concerns are: (1) the source is a prebuilt binary from a Chinese commercial vendor's CDN with no GPG signature verification; (2) it is an i386 binary installed on x86_64 via deepin-wine-plugin-virtual, meaning the full wine+binary stack runs; (3) the package() function extracts the deb's data.tar directly without inspecting contents, and copies entries/ into /usr/share/. While uniontech.com is a real vendor host (not a random personal server), it is not a widely-audited upstream, and the lack of GPG/signature verification beyond sha256 means a CDN compromise or hash collision would go undetected. This fits the medium supply-chain risk profile: executed proprietary binary from a semi-official but unaudited vendor host with only a checksum for integrity.

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:27 source=("https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.jisupdfeditor.deepin/com.jisupdfeditor.deepin_${pkgver}deepin4_i386.deb")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt i386 .deb binary from com-store-packages.uniontech.com (the Deepin/UOS app store CDN, operated by Uniontech, the company behind Deepin Linux). This is a vendor-operated host rather than a personal/unofficial one, which reduces but does not eliminate risk. The package is a proprietary PDF editor wrapped in deepin-wine, so the binary is executed code. A sha256sum is provided, which pins the specific artifact. The main concerns are: (1) the source is a prebuilt binary from a Chinese commercial vendor's CDN with no GPG signature verification; (2) it is an i386 binary installed on x86_64 via deepin-wine-plugin-virtual, meaning the full wine+binary stack runs; (3) the package() function extracts the deb's data.tar directly without inspecting contents, and copies entries/ into /usr/share/. While uniontech.com is a real vendor host (not a random personal server), it is not a widely-audited upstream, and the lack of GPG/signature verification beyond sha256 means a CDN compromise or hash collision would go undetected. This fits the medium supply-chain risk profile: executed proprietary binary from a semi-official but unaudited vendor host with only a checksum for integrity.

PKGBUILD

1 offending line(s) highlighted
1
2# Maintainer: Your Name <youremail@domain.com>
3# Contributor: Asuka Minato
4pkgname=com.jisupdfeditor.deepin
5pkgver=3.0.0.9
6pkgrel=1
7pkgdesc="一款简单好用的极速PDF编辑器"
8arch=(x86_64)
9url="https://www.jisupdfeditor.com/"
10license=('custom')
11depends=(
12libx11
13glibc
14pango
15freetype2
16gdk-pixbuf2
17xdg-utils
18hicolor-icon-theme
19bash
20cairo
21glib2
22gtk2
23at-spi2-core
24fontconfig
25deepin-wine-plugin-virtual
26)
27source=("https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.jisupdfeditor.deepin/com.jisupdfeditor.deepin_${pkgver}deepin4_i386.deb")
28sha256sums=('664f218a0b5736cf78d7713a20a47376a85cdfb1e5cb4597de2a07d588ca6b7e')
29
30package() {
31 tar -xvpf data.tar.* -C $pkgdir
32 install -d $pkgdir/usr/share/
33 cp -av $pkgdir/opt/apps/com.jisupdfeditor.deepin/entries/* $pkgdir/usr/share/
34}
35

Scan history

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

Report a package

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

0 / 4000
Your suggestion