deepin-wine-mailmaster
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
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)
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# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
_appname=MasterMaster
_officalname=mailmaster
pkgname="deepin-wine-${_officalname}"
pkgver=5.0.9.1015
_sparkname="com.163.dashi.${_officalname}.spark"
pkgrel=1
pkgdesc="网易(Netease)推出的全平台邮箱客户端,支持使用网易、Outlook等各个品牌邮箱,支持全平台设备登录."
arch=("x86_64")
url="https://dashi.163.com/"
license=('LicenseRef-freeware')
depends=(
'deepin-wine8-stable'
'spark-dwine-helper'
'xdg-utils'
)
makedepends=(
'p7zip'
)
optdepends=(
'wqy-microhei'
'wqy-zenhei'
)
conflicts=("${_officalname}")
install="${pkgname}.install"
source=(
"${_officalname}-${_sparkver}.deb::https://mirrors.sdu.edu.cn/spark-store-repository/store//network/${_sparkname}/${_sparkname}_${pkgver}_all.deb"
"LICENSE.html::https://mail.163.com/html/agreement/doc.html"
"${pkgname}.sh"
)
sha256sums=('32966235131c0e6afc0f6bc38cebfedd18b04deffc706974cf41465287004603'
'8ec2318da6f512f89dbee747fcbd233f552134da98c204c4ac682400341732fc'
'ac4c303323434c78b05a5e8af70d15ed529c8466eaa7aca623cca5489f51b72d')
build() {
sed -e "s|@bottlename@|${_appname}|g" \
-e "s|@appver@|${pkgver}|g" \
-e "s|@appname@|${pkgname}|g" \
-e "s|@dirname@|${_appname}|g" \
-e "s|@runname@|${_officalname}|g" \
-i "${srcdir}/${pkgname}.sh"
bsdtar -xf "${srcdir}/data."*
mv "${srcdir}/opt/apps/${_sparkname}" "${srcdir}/opt/apps/${pkgname}"
sed -e "s|Icon=${_sparkname}|Icon=${pkgname}|g" \
-e "s|\"/opt/apps/${_sparkname}/files/run.sh\"|${pkgname}|g" \
-i "${srcdir}/opt/apps/${pkgname}/entries/applications/${_sparkname}.desktop"
rm -rf "${srcdir}/opt/apps/${pkgname}/info"
md5sum "${srcdir}/opt/apps/${pkgname}/files/files.7z" | awk '{ print $1 }' > "${srcdir}/opt/apps/${pkgname}/files/files.md5sum"
}
package() {
install -Dm755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
cp -r "${srcdir}/opt" "${pkgdir}"
install -Dm644 "${srcdir}/opt/apps/${pkgname}/entries/applications/${_sparkname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -Dm644 "${srcdir}/opt/apps/${pkgname}/entries/icons/hicolor/scalable/apps/${_sparkname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
install -Dm644 "LICENSE.html" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |