dida-appimage

LOW
maintainer nth233 1 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion