dingtalk-bin
maintainer zhullyb
· 49 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt .deb files from Dingtalk's official domain (dtapp-pub.dingtalk.com), which is plausibly the project's own infrastructure; the binaries are not executed remotely and the source is verifiable via sha512sums, making this a standard binary package with low risk despite the non-whitelisted host.
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 prebuilt .deb files from Dingtalk's official domain (dtapp-pub.dingtalk.com), which is plausibly the project's own infrastructure; the binaries are not executed remotely and the source is verifiable via sha512sums, making this a standard binary package with low risk despite the non-whitelisted host.
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
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
1
# Maintainer: zhullyb <zhullyb [at] outlook dot com>
2
# Maintainer: yjun <jerrysteve1101 at gmail dot com>
3
# Contributor: Bruce Zhang <zttt183525594@gmail.com>
4
# Contributor: witt <1989161762 at qq dot com>
5
6
pkgname=dingtalk-bin
7
_pkgname=dingtalk
8
_pkgname2=com.alibabainc.dingtalk
9
# https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Update/other/amd64/linux_dingtalk_update_package_gray.json
10
pkgver=8.1.0.6021101
11
pkgrel=1
12
pkgdesc="钉钉"
13
arch=("x86_64" 'aarch64')
14
url="https://www.dingtalk.com/"
15
license=("custom")
16
options=('!strip')
17
depends=("glu" 'gtk2' 'libxcrypt-compat')
18
makedepends=("patchelf")
19
optdepends=('zenity: fix crashes when downloading files, not required on kde.'
20
'libxss: fix tray icon functionality in gnome.'
21
'qt5-wayland: needed in wayland'
22
)
23
provides=('com.alibabainc.dingtalk' 'dingtalk')
24
conflicts=('com.alibabainc.dingtalk')
25
replaces=('com.alibabainc.dingtalk')
26
# https://tms.dingtalk.com/markets/dingtalk/service-terms-zh md5 will change per download
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")
28
source_aarch64=("${_pkgname}_${pkgver}-aarch64.deb::https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Release/${_pkgname2}_${pkgver}_arm64.deb")
29
source=("service-terms-zh_${pkgver}-${pkgrel}.html::https://terms.alicdn.com/legal-agreement/terms/suit_bu1_dingtalk/suit_bu1_dingtalk202010200940_84493.html"
30
"${_pkgname2}.desktop"
31
"dingtalk.sh"
32
"${_pkgname2}.svg"
33
)
34
35
# DebSource & pkgver can be get here: https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Update/other/linux_dingtalk_update.json
36
sha512sums=('2b87849b0db3717f00809b2583511cc5cc5e7a9e0b123b54b11d7f7c0ad00008da73165efe40808511e64000e48db650f064192a27d425c23b67a7d8aaceb008'
37
'c8570ec4cd978e26ac622a83db053a0555324752f5000dc5b3cd680d782138e8ef856f09ec9b7850e04e1faa1e39de94dabeb16fbfbe0fd44af43247b30e8b2f'
38
'b2493e7bddc2d701204899bcd82930f97779eec23485870c64665c525b9faca382a3c0e9e9c1bd18f8fa8157ea408943e542de56dc3410388e78f30732511f5c'
39
'5f05f90704526fbd16371f6f9deaa171a3cac25a103b21daba72a3028ab7cdf9b566a3ac7842c6ce88d30cc29fe0c8b989c77aa36daab73793a827a1a0d6c775')
40
sha512sums_x86_64=('88c5c993f090814ccdf67b3991c2a9e4d3d19fa1315b960b4bf17ff48ecbb2a34b13db960de4e0fd38f629271e61de781fb687443539eebfcc4ab2a0dc56b234')
41
sha512sums_aarch64=('38e59b9e015a4e8ac0b9758fd99cb2d8e52ee32e3db5d97aa62250b90b463ba12684bdccf598b09ba29643359408f26d74113e4d7505de4eeef2a3de7675d9ac')
42
43
prepare() {
44
tar -Jxf data.tar.xz -C "${srcdir}"
45
}
46
47
package() {
48
cd "${srcdir}"
49
50
mkdir -p "${pkgdir}/opt/${_pkgname}/release"
51
mkdir -p "${pkgdir}/usr/share/doc/"
52
mv "opt/apps/${_pkgname2}/files/"*-Release.*/* "${pkgdir}/opt/${_pkgname}/release"
53
mv "opt/apps/${_pkgname2}/files/version" "${pkgdir}/opt/${_pkgname}"
54
mv "opt/apps/${_pkgname2}/files/doc/${_pkgname2}" "${pkgdir}/usr/share/doc/${_pkgname}"
55
56
# binary wrapper
57
install -Dm755 "${srcdir}/dingtalk.sh" "${pkgdir}/usr/bin/dingtalk"
58
59
# desktop enrty
60
install -Dm644 "${_pkgname2}.desktop" -t "${pkgdir}/usr/share/applications/"
61
62
install -Dm644 "${srcdir}/${_pkgname2}.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${_pkgname}.svg"
63
64
# license
65
install -Dm644 "service-terms-zh_${pkgver}-${pkgrel}.html" "${pkgdir}/usr/share/licenses/${_pkgname}/service-terms-zh.html"
66
67
patchelf --clear-execstack "${pkgdir}/opt/dingtalk/release"/{dingtalk_dll,libconference_new}.so
68
69
# fix chinese input in workbench
70
rm -rf "${pkgdir}/opt/${_pkgname}/release/libgtk-x11-2.0.so."*
71
72
rm -rf "${pkgdir}/opt/${_pkgname}/release"/{libm.so.6,Resources/{i18n/tool/*.exe,qss/mac,web_content/NativeWebContent_*.zip},libstdc*}
73
74
rm -rf "${pkgdir}/opt/${_pkgname}/release"/{libharfbuzz*,libgbm*}
75
76
# remove unused lib
77
rm -rf "${pkgdir}/opt/${_pkgname}/release"/{libcurl.so.4,libz*,libGL*}
78
}
79
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 |