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
6
pkgname="${_pkgname}"-appimage
7
pkgver="${_version}"
8
pkgrel=1
9
pkgdesc="滴答清单(官网 AppImage 版) / Dida (official AppImage version)"
10
arch=('x86_64')
11
url="https://www.dida365.com/"
12
license=('custom')
13
options=(!strip)
14
depends=('zlib' 'hicolor-icon-theme' 'fuse2')
15
provides=('dida')
16
conflicts=('dida-bin')
17
18
source=("${_pkgname}-${pkgver}-x86_64.AppImage::https://cdn.dida365.cn/download/linux/linux_appimage_x64/dida-${pkgver}-x86_64.AppImage")
19
sha256sums=('66067271d51c4f66f2408a27bce961d1bd96f6e0377b51971cae5644040c72d6')
20
21
_appimage="dida-${pkgver}-x86_64.AppImage"
22
noextract=("${_appimage}")
23
24
prepare() {
25
chmod +x "${_appimage}"
26
./"${_appimage}" --appimage-extract
27
}
28
29
build() {
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
40
package() {
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) | 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 |