com.jisupdfeditor.deepin
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:27
source=("https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.jisupdfeditor.deepin/com.jisupdfeditor.deepin_${pkgver}deepin4_i386.deb")
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
# Maintainer: Your Name <youremail@domain.com>
# Contributor: Asuka Minato
pkgname=com.jisupdfeditor.deepin
pkgver=3.0.0.9
pkgrel=1
pkgdesc="一款简单好用的极速PDF编辑器"
arch=(x86_64)
url="https://www.jisupdfeditor.com/"
license=('custom')
depends=(
libx11
glibc
pango
freetype2
gdk-pixbuf2
xdg-utils
hicolor-icon-theme
bash
cairo
glib2
gtk2
at-spi2-core
fontconfig
deepin-wine-plugin-virtual
)
source=("https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.jisupdfeditor.deepin/com.jisupdfeditor.deepin_${pkgver}deepin4_i386.deb")
sha256sums=('664f218a0b5736cf78d7713a20a47376a85cdfb1e5cb4597de2a07d588ca6b7e')
package() {
tar -xvpf data.tar.* -C $pkgdir
install -d $pkgdir/usr/share/
cp -av $pkgdir/opt/apps/com.jisupdfeditor.deepin/entries/* $pkgdir/usr/share/
}
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 |