dida-appimage

maintainer nth233 · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Downloads a prebuilt AppImage from cdn.dida365.cn, which is the official CDN for the Dida365/TickTick application (dida365.com is the Chinese version of TickTick); the checksum is pinned with a specific sha256sum, making silent substitution detectable. The main concern is that it's a prebuilt binary from a CDN rather than built from source, but this is standard practice for AppImage packaging and the host is plausibly the project's own official infrastructure.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads a prebuilt AppImage from cdn.dida365.cn, which is the official CDN for the Dida365/TickTick application (dida365.com is the Chinese version of TickTick); the checksum is pinned with a specific sha256sum, making silent substitution detectable. The main concern is that it's a prebuilt binary from a CDN rather than built from source, but this is standard practice for AppImage packaging and the host is plausibly the project's own official infrastructure.

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:18 source=("${_pkgname}-${pkgver}-x86_64.AppImage::https://cdn.dida365.cn/download/linux/linux_appimage_x64/dida-${pkgver}-x86_64.AppImage")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: nth233 <fpg2012@foxmail.com>
2
3_pkgname=dida
4_version=8.0.10
5
6pkgname="${_pkgname}"-appimage
7pkgver="${_version}"
8pkgrel=1
9pkgdesc="滴答清单(官网 AppImage 版) / Dida (official AppImage version)"
10arch=('x86_64')
11url="https://www.dida365.com/"
12license=('custom')
13options=(!strip)
14depends=('zlib' 'hicolor-icon-theme' 'fuse2')
15provides=('dida')
16conflicts=('dida-bin')
17
18source=("${_pkgname}-${pkgver}-x86_64.AppImage::https://cdn.dida365.cn/download/linux/linux_appimage_x64/dida-${pkgver}-x86_64.AppImage")
19sha256sums=('66067271d51c4f66f2408a27bce961d1bd96f6e0377b51971cae5644040c72d6')
20
21_appimage="dida-${pkgver}-x86_64.AppImage"
22noextract=("${_appimage}")
23
24prepare() {
25 chmod +x "${_appimage}"
26 ./"${_appimage}" --appimage-extract
27}
28
29build() {
30 # Adjust .desktop so it will work outside of AppImage container
31 sed -i \
32 -e "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${_pkgname}|" \
33 -e "s|Icon=dida|Icon=/usr/share/icons/${_pkgname}.png|" \
34 "squashfs-root/${_pkgname}.desktop"
35
36 # Fix permissions; .AppImage permissions are 700 for all directories
37 chmod -R a-x+rX squashfs-root/usr
38}
39
40package() {
41 # AppImage
42 install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
43 install -Dm644 "${srcdir}/squashfs-root/LICENSE.electron.txt" "${pkgdir}/opt/${pkgname}/LICENSE"
44
45 # Desktop file
46 install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop" \
47 "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
48
49 # Icon images
50 install -dm755 "${pkgdir}/usr/share/"
51 cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
52 ln -s "$(realpath "${srcdir}/squashfs-root/${_pkgname}.png" --relative-to "${srcdir}/squashfs-root/usr/share/icons")" \
53 "${pkgdir}/usr/share/icons/${_pkgname}.png"
54
55 # Symlink executable
56 install -dm755 "${pkgdir}/usr/bin"
57 ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/${_pkgname}"
58
59 # Symlink license
60 install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
61 ln -s "/opt/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"
62}
63

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion