deepin-wine-mailmaster
maintainer zxp19821005
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a .deb file from a university mirror (mirrors.sdu.edu.cn) which is not on the whitelist, but it is a legitimate source for open-source or community-mirrored packages; the file is part of a known application bundle and is used to extract and repackage data for Deepin Wine, with no evidence of remote code execution or obfuscation.
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 .deb file from a university mirror (mirrors.sdu.edu.cn) which is not on the whitelist, but it is a legitimate source for open-source or community-mirrored packages; the file is part of a known application bundle and is used to extract and repackage data for Deepin Wine, with no evidence of remote code execution or obfuscation.
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:27
"${_officalname}-${_sparkver}.deb::https://mirrors.sdu.edu.cn/spark-store-repository/store//network/${_sparkname}/${_sparkname}_${pkgver}_all.deb" -
PKGBUILD:28
"LICENSE.html::https://mail.163.com/html/agreement/doc.html"
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
2
_appname=MasterMaster
3
_officalname=mailmaster
4
pkgname="deepin-wine-${_officalname}"
5
pkgver=5.0.9.1015
6
_sparkname="com.163.dashi.${_officalname}.spark"
7
pkgrel=1
8
pkgdesc="网易(Netease)推出的全平台邮箱客户端,支持使用网易、Outlook等各个品牌邮箱,支持全平台设备登录."
9
arch=("x86_64")
10
url="https://dashi.163.com/"
11
license=('LicenseRef-freeware')
12
depends=(
13
'deepin-wine8-stable'
14
'spark-dwine-helper'
15
'xdg-utils'
16
)
17
makedepends=(
18
'p7zip'
19
)
20
optdepends=(
21
'wqy-microhei'
22
'wqy-zenhei'
23
)
24
conflicts=("${_officalname}")
25
install="${pkgname}.install"
26
source=(
27
"${_officalname}-${_sparkver}.deb::https://mirrors.sdu.edu.cn/spark-store-repository/store//network/${_sparkname}/${_sparkname}_${pkgver}_all.deb"
28
"LICENSE.html::https://mail.163.com/html/agreement/doc.html"
29
"${pkgname}.sh"
30
)
31
sha256sums=('32966235131c0e6afc0f6bc38cebfedd18b04deffc706974cf41465287004603'
32
'8ec2318da6f512f89dbee747fcbd233f552134da98c204c4ac682400341732fc'
33
'ac4c303323434c78b05a5e8af70d15ed529c8466eaa7aca623cca5489f51b72d')
34
build() {
35
sed -e "s|@bottlename@|${_appname}|g" \
36
-e "s|@appver@|${pkgver}|g" \
37
-e "s|@appname@|${pkgname}|g" \
38
-e "s|@dirname@|${_appname}|g" \
39
-e "s|@runname@|${_officalname}|g" \
40
-i "${srcdir}/${pkgname}.sh"
41
bsdtar -xf "${srcdir}/data."*
42
mv "${srcdir}/opt/apps/${_sparkname}" "${srcdir}/opt/apps/${pkgname}"
43
sed -e "s|Icon=${_sparkname}|Icon=${pkgname}|g" \
44
-e "s|\"/opt/apps/${_sparkname}/files/run.sh\"|${pkgname}|g" \
45
-i "${srcdir}/opt/apps/${pkgname}/entries/applications/${_sparkname}.desktop"
46
rm -rf "${srcdir}/opt/apps/${pkgname}/info"
47
md5sum "${srcdir}/opt/apps/${pkgname}/files/files.7z" | awk '{ print $1 }' > "${srcdir}/opt/apps/${pkgname}/files/files.md5sum"
48
}
49
50
package() {
51
install -Dm755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
52
cp -r "${srcdir}/opt" "${pkgdir}"
53
install -Dm644 "${srcdir}/opt/apps/${pkgname}/entries/applications/${_sparkname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
54
install -Dm644 "${srcdir}/opt/apps/${pkgname}/entries/icons/hicolor/scalable/apps/${_sparkname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
55
install -Dm644 "LICENSE.html" -t "${pkgdir}/usr/share/licenses/${pkgname}"
56
}
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 |