com.screener-plugin.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:15
source=("https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.screener-plugin.deepin/com.screener-plugin.deepin_1.0.0.2eepin1_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, which is the Deepin/UnionTech official app store CDN — this is the legitimate upstream distribution host for Deepin Linux packages. UnionTech (统信软件) is the company behind Deepin OS, so this is effectively the vendor's own infrastructure, not a random personal host. However, the package installs a prebuilt binary blob (a screenshot plugin) without source, and the extraction is done without verifying the .deb structure properly (no dpkg-deb, just raw tar on data.tar.*). The sha256sum provides integrity checking. The main concern is that this is an executed binary from a Chinese commercial vendor's CDN with no source code — while not clearly malicious, it represents a real supply-chain trust question for an executed binary. The medium rating is appropriate: it's a prebuilt binary from a vendor CDN (official but foreign commercial entity), not a personal/unofficial host, but still an opaque binary being installed and executed.
PKGBUILD
1 offending line(s) highlighted
# Maintainer: Your Name <youremail@domain.com>
# Contributor: Asuka Minato
pkgname=com.screener-plugin.deepin
pkgver=1.0.0.2
pkgrel=1
pkgdesc="屏幕截图精灵"
arch=(x86_64)
url="https://deepin-wine.i-m.dev/"
license=(custom)
depends=(
"alsa-lib"
"glibc"
"glib2" gdk-pixbuf2 freetype2 libx11 pango xdg-utils at-spi2-core cairo fontconfig gtk2 bash)
source=("https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.screener-plugin.deepin/com.screener-plugin.deepin_1.0.0.2eepin1_i386.deb")
sha256sums=('a0732a6c456798ddc5c0f4269aff82bcb5f87b382902373266ca9ebcbe622e11')
package() {
tar -xvpf data.tar.* -C "$pkgdir"
install -d "$pkgdir"/usr/share/icons
find "$pkgdir" -name "*.desktop" -exec install -Dm644 {} -t "$pkgdir"/usr/share/applications/ \;
find "$pkgdir" -name hicolor -type d -exec cp -av {} "$pkgdir"/usr/share/icons/ \;
}
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 |