zerx-lab-dida365-bin

maintainer sec-lab · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt Electron binary (.deb) directly from dida365.com, which is the official vendor domain for the TickTick Chinese version (滴答清单). The URL pattern 'https://dida365.com/static/getApp/download?type=linux_deb_x64' is consistent with an official vendor download endpoint. However, this is still a prebuilt binary from a proprietary vendor being installed with SUID (chrome-sandbox at 4755), and the source URL uses a query-parameter redirect rather than a versioned, stable artifact URL — meaning the sha256sum is the primary integrity guarantee. The sha256sum is present and appears to be a valid 64-character hex string, which provides meaningful integrity protection. The main concern is that the URL is not pinned to a specific version (it's a 'latest' redirect), so a future pkgver bump without a corresponding sha256 update could silently install a different binary. Overall this is a legitimate proprietary vendor binary with standard Electron packaging patterns, but the non-versioned download URL combined with SUID binary installation from a proprietary host warrants medium classification rather than clean.

Triggered rules

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:41 source_x86_64=("dida-${pkgver}-amd64.deb::https://dida365.com/static/getApp/download?type=linux_deb_x64")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt Electron binary (.deb) directly from dida365.com, which is the official vendor domain for the TickTick Chinese version (滴答清单). The URL pattern 'https://dida365.com/static/getApp/download?type=linux_deb_x64' is consistent with an official vendor download endpoint. However, this is still a prebuilt binary from a proprietary vendor being installed with SUID (chrome-sandbox at 4755), and the source URL uses a query-parameter redirect rather than a versioned, stable artifact URL — meaning the sha256sum is the primary integrity guarantee. The sha256sum is present and appears to be a valid 64-character hex string, which provides meaningful integrity protection. The main concern is that the URL is not pinned to a specific version (it's a 'latest' redirect), so a future pkgver bump without a corresponding sha256 update could silently install a different binary. Overall this is a legitimate proprietary vendor binary with standard Electron packaging patterns, but the non-versioned download URL combined with SUID binary installation from a proprietary host warrants medium classification rather than clean.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: zero <zero@localhost>
2# Automatically updated by GitHub Actions
3
4pkgname=zerx-lab-dida365-bin
5pkgver=8.0.10
6pkgrel=1
7pkgdesc="滴答清单 - 跨平台 Todo & Task Manager"
8arch=('x86_64')
9url="https://dida365.com"
10license=('LicenseRef-proprietary')
11depends=(
12 'alsa-lib'
13 'at-spi2-core'
14 'cairo'
15 'dbus'
16 'expat'
17 'gtk3'
18 'libcups'
19 'libdrm'
20 'libnotify'
21 'libsecret'
22 'libxcomposite'
23 'libxdamage'
24 'libxext'
25 'libxfixes'
26 'libxkbcommon'
27 'libxrandr'
28 'libxss'
29 'libxtst'
30 'nspr'
31 'nss'
32 'pango'
33 'xdg-utils'
34)
35optdepends=('libappindicator: 系统托盘图标支持'
36 'libayatana-appindicator: 系统托盘图标支持(Ayatana)')
37provides=('dida' 'dida365')
38conflicts=('dida' 'dida365')
39options=('!strip')
40
41source_x86_64=("dida-${pkgver}-amd64.deb::https://dida365.com/static/getApp/download?type=linux_deb_x64")
42sha256sums_x86_64=('cf3e25f360d55924f5f2aca7ebe6dc7866f645d596df011e47a01eabb5e3d183')
43
44package() {
45 cd "$srcdir"
46
47 # 解压 .deb 文件
48 ar x "dida-${pkgver}-amd64.deb"
49
50 # 将 data.tar.xz 解压到 $pkgdir
51 bsdtar -xf data.tar.xz -C "$pkgdir"
52
53 # 创建 /usr/bin/dida 符号链接(postinst 里做的事)
54 install -d "$pkgdir/usr/bin"
55 ln -sf '/opt/dida/dida' "$pkgdir/usr/bin/dida"
56
57 # 设置 chrome-sandbox 的 SUID(Electron 5+ 必须)
58 chmod 4755 "$pkgdir/opt/dida/chrome-sandbox"
59}
60

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 MEDIUM 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion