dingtalk-bin
The package downloads prebuilt .deb files from DingTalk's official domain (dtapp-pub.dingtalk.com), which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the binaries are from the official vendor, and the package installs only expected application files with no evidence of malicious behavior.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt .deb files from DingTalk's official domain (dtapp-pub.dingtalk.com), which is plausibly the project's own release infrastructure; despite the non-whitelisted host, the binaries are from the official vendor, and the package installs only expected application files with no evidence of malicious behavior.
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
source_x86_64=("${_pkgname}_${pkgver}-x86_64.deb::https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Release/${_pkgname2}_${pkgver}_amd64.deb") -
PKGBUILD:29
source=("service-terms-zh_${pkgver}-${pkgrel}.html::https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html"
PKGBUILD
2 offending line(s) highlighted# Maintainer: zhullyb <zhullyb [at] outlook dot com>
# Maintainer: yjun <jerrysteve1101 at gmail dot com>
# Contributor: Bruce Zhang <zttt183525594@gmail.com>
# Contributor: witt <1989161762 at qq dot com>
pkgname=dingtalk-bin
_pkgname=dingtalk
_pkgname2=com.alibabainc.dingtalk
# https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Update/other/amd64/linux_dingtalk_update_package_gray.json
pkgver=8.2.8.260818002
pkgrel=1
pkgdesc="钉钉"
arch=("x86_64" 'aarch64')
url="https://www.dingtalk.com/"
license=("custom")
options=('!strip')
depends=("glu" 'gtk2' 'libxcrypt-compat')
makedepends=("patchelf")
optdepends=('zenity: fix crashes when downloading files, not required on kde.'
'libxss: fix tray icon functionality in gnome.'
'qt5-wayland: needed in wayland'
)
provides=('com.alibabainc.dingtalk' 'dingtalk')
conflicts=('com.alibabainc.dingtalk')
replaces=('com.alibabainc.dingtalk')
# https://tms.dingtalk.com/markets/dingtalk/service-terms-zh md5 will change per download
source_x86_64=("${_pkgname}_${pkgver}-x86_64.deb::https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Release/${_pkgname2}_${pkgver}_amd64.deb")
source_aarch64=("${_pkgname}_${pkgver}-aarch64.deb::https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Release/${_pkgname2}_${pkgver}_arm64.deb")
source=("service-terms-zh_${pkgver}-${pkgrel}.html::https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html"
"${_pkgname2}.desktop"
"dingtalk.sh"
"${_pkgname2}.svg"
)
# DebSource & pkgver can be get here: https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Update/other/linux_dingtalk_update.json
sha512sums=('2b87849b0db3717f00809b2583511cc5cc5e7a9e0b123b54b11d7f7c0ad00008da73165efe40808511e64000e48db650f064192a27d425c23b67a7d8aaceb008'
'c8570ec4cd978e26ac622a83db053a0555324752f5000dc5b3cd680d782138e8ef856f09ec9b7850e04e1faa1e39de94dabeb16fbfbe0fd44af43247b30e8b2f'
'b2493e7bddc2d701204899bcd82930f97779eec23485870c64665c525b9faca382a3c0e9e9c1bd18f8fa8157ea408943e542de56dc3410388e78f30732511f5c'
'5f05f90704526fbd16371f6f9deaa171a3cac25a103b21daba72a3028ab7cdf9b566a3ac7842c6ce88d30cc29fe0c8b989c77aa36daab73793a827a1a0d6c775')
sha512sums_x86_64=('e279cefd0499314bd620ac429c34cc20e9bfdf7f0baa0f481fad9a5a1961f8a962bbdec5c88fa3c665ba9a7c2c05820c75d325343fd5c855d696d652cf900bce')
sha512sums_aarch64=('3318cbfc8253de4b19f3f5d17f6345b37bd11e9b1677b7be5264840f50b0d41f06256a812fe54dbfda7119c9c91dd0731bf9bc44e574530cb814397981e2adab')
prepare() {
tar -Jxf data.tar.xz -C "${srcdir}"
}
package() {
cd "${srcdir}"
mkdir -p "${pkgdir}/opt/${_pkgname}/release"
mkdir -p "${pkgdir}/usr/share/doc/"
mv "opt/apps/${_pkgname2}/files/"*-Release.*/* "${pkgdir}/opt/${_pkgname}/release"
mv "opt/apps/${_pkgname2}/files/version" "${pkgdir}/opt/${_pkgname}"
mv "opt/apps/${_pkgname2}/files/doc/${_pkgname2}" "${pkgdir}/usr/share/doc/${_pkgname}"
# binary wrapper
install -Dm755 "${srcdir}/dingtalk.sh" "${pkgdir}/usr/bin/dingtalk"
# desktop enrty
install -Dm644 "${_pkgname2}.desktop" -t "${pkgdir}/usr/share/applications/"
install -Dm644 "${srcdir}/${_pkgname2}.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${_pkgname}.svg"
# license
install -Dm644 "service-terms-zh_${pkgver}-${pkgrel}.html" "${pkgdir}/usr/share/licenses/${_pkgname}/service-terms-zh.html"
patchelf --clear-execstack "${pkgdir}/opt/dingtalk/release"/{dingtalk_dll,libconference_new}.so
# fix chinese input in workbench
rm -rf "${pkgdir}/opt/${_pkgname}/release/libgtk-x11-2.0.so."*
rm -rf "${pkgdir}/opt/${_pkgname}/release"/{libm.so.6,Resources/{i18n/tool/*.exe,qss/mac,web_content/NativeWebContent_*.zip},libstdc*}
rm -rf "${pkgdir}/opt/${_pkgname}/release"/{libharfbuzz*,libgbm*}
# remove unused lib
rm -rf "${pkgdir}/opt/${_pkgname}/release"/{libcurl.so.4,libz*,libGL*}
}
Changes since previous scan
--- PKGBUILD @ 2026-09-14 00:27+++ PKGBUILD @ 2026-09-17 00:27@@ -7,7 +7,7 @@ _pkgname=dingtalk _pkgname2=com.alibabainc.dingtalk # https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Update/other/amd64/linux_dingtalk_update_package_gray.json-pkgver=8.1.0.6021101+pkgver=8.2.8.260818002 pkgrel=1 pkgdesc="钉钉" arch=("x86_64" 'aarch64')@@ -37,8 +37,8 @@ 'c8570ec4cd978e26ac622a83db053a0555324752f5000dc5b3cd680d782138e8ef856f09ec9b7850e04e1faa1e39de94dabeb16fbfbe0fd44af43247b30e8b2f' 'b2493e7bddc2d701204899bcd82930f97779eec23485870c64665c525b9faca382a3c0e9e9c1bd18f8fa8157ea408943e542de56dc3410388e78f30732511f5c' '5f05f90704526fbd16371f6f9deaa171a3cac25a103b21daba72a3028ab7cdf9b566a3ac7842c6ce88d30cc29fe0c8b989c77aa36daab73793a827a1a0d6c775')-sha512sums_x86_64=('88c5c993f090814ccdf67b3991c2a9e4d3d19fa1315b960b4bf17ff48ecbb2a34b13db960de4e0fd38f629271e61de781fb687443539eebfcc4ab2a0dc56b234')-sha512sums_aarch64=('38e59b9e015a4e8ac0b9758fd99cb2d8e52ee32e3db5d97aa62250b90b463ba12684bdccf598b09ba29643359408f26d74113e4d7505de4eeef2a3de7675d9ac')+sha512sums_x86_64=('e279cefd0499314bd620ac429c34cc20e9bfdf7f0baa0f481fad9a5a1961f8a962bbdec5c88fa3c665ba9a7c2c05820c75d325343fd5c855d696d652cf900bce')+sha512sums_aarch64=('3318cbfc8253de4b19f3f5d17f6345b37bd11e9b1677b7be5264840f50b0d41f06256a812fe54dbfda7119c9c91dd0731bf9bc44e574530cb814397981e2adab') prepare() { tar -Jxf data.tar.xz -C "${srcdir}"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 07:16:35 | Medium | 1 |
| 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 13:14:41 | Medium | 1 |
| 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 |