deepin-wine6-stable
maintainer lillyforsberg
· 12 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from an official UnionTech domain used for Deepin software distribution; while the host is not a common forge, it is plausibly the project's official source, and the package installs only the project's own binary payload without executing unreviewed code or exfiltrating data.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from an official UnionTech domain used for Deepin software distribution; while the host is not a common forge, it is plausibly the project's official source, and the package installs only the project's own binary payload without executing unreviewed code or exfiltrating data.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:12
"https://com-store-packages.uniontech.com/appstore/pool/appstore/d/deepin-wine6-stable/deepin-wine6-stable_${pkgver}-${pkgrel}_amd64.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Contributer: abcfy2 <abcfy2@163.com>
2
3
pkgname='deepin-wine6-stable'
4
pkgver=6.0.0.58
5
pkgrel=1
6
pkgdesc="Deepin wine6 stable"
7
arch=('x86_64')
8
url="http://www.deepin.org"
9
license=('Proprietary')
10
makedepends=('tar')
11
source=(
12
"https://com-store-packages.uniontech.com/appstore/pool/appstore/d/deepin-wine6-stable/deepin-wine6-stable_${pkgver}-${pkgrel}_amd64.deb"
13
)
14
noextract=(
15
"deepin-wine6-stable_${pkgver}-${pkgrel}_amd64.deb"
16
)
17
provides=("deepin-wine6-stable-i386=$pkgver" "deepin-wine6-stable-amd64=$pkgver")
18
replaces=("deepin-wine6-stable-i386" "deepin-wine6-stable-amd64")
19
conflicts=("deepin-wine6-stable-i386" "deepin-wine6-stable-amd64")
20
sha256sums=('693343911bd9145b38d11defdb6c7dc522aa1d69d2246319c542e9c26acf69d9')
21
options=(!strip)
22
depends=(
23
'alsa-plugins' 'glib2' 'glibc' 'libgphoto2'
24
'gst-plugins-base-libs' 'lcms2' 'libldap' 'mpg123'
25
'openal' 'libpcap' 'libcanberra-pulse' 'libudev0-shim'
26
'libusb' 'vkd3d' 'libx11' 'libxext' 'libxml2'
27
'ocl-icd' 'zlib' 'ncurses' 'fontconfig'
28
'freetype2' 'gettext' 'libxcursor' 'mesa' 'libjpeg6'
29
'libxrandr' 'libxi' 'glu'
30
'lib32-alsa-plugins' 'lib32-glib2' 'lib32-glibc' 'libgphoto2'
31
'lib32-gst-plugins-base-libs' 'lib32-lcms2' 'lib32-libldap' 'lib32-mpg123'
32
'lib32-openal' 'lib32-libpcap' 'lib32-libcanberra-pulse' 'lib32-libudev0-shim'
33
'lib32-libusb' 'lib32-vkd3d' 'lib32-libx11' 'lib32-libxext' 'lib32-libxml2'
34
'lib32-ocl-icd' 'lib32-udis86-git' 'lib32-zlib' 'lib32-ncurses' 'lib32-fontconfig'
35
'lib32-freetype2' 'lib32-gettext' 'lib32-libxcursor' 'lib32-mesa' 'lib32-libjpeg6'
36
'lib32-libxrandr' 'lib32-libxi' 'lib32-glu'
37
)
38
39
package_deepin-wine6-stable() {
40
41
mkdir -p "deepin-wine6-stable_${pkgver}-${pkgrel}"
42
ar -x "deepin-wine6-stable_${pkgver}-${pkgrel}_amd64.deb" data.tar.xz --output "deepin-wine6-stable_${pkgver}-${pkgrel}"
43
tar -xf "deepin-wine6-stable_${pkgver}-${pkgrel}/data.tar.xz" --directory="${pkgdir}"
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |