ticktick

MEDIUM
maintainer Aerz 21 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt .deb from a CloudFront CDN, which is an unverifiable executable artifact that could be silently swapped; while likely official, the source is not the project's own domain and carries supply-chain risk.

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:15 source_x86_64=("${pkgname}-${pkgver}-amd64.deb::https://d2atcrkye2ik4e.cloudfront.net/download/linux/linux_deb_x64/${pkgname}-${pkgver}-amd64.deb")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a CloudFront CDN, which is an unverifiable executable artifact that could be silently swapped; while likely official, the source is not the project's own domain and carries supply-chain risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Agustin Cisneros <agustincc@tutanota.com>
2
3pkgname=ticktick
4pkgver=8.0.10
5pkgrel=1
6pkgdesc='Official desktop application for Linux'
7arch=('x86_64' 'aarch64')
8url='https://ticktick.com/download'
9license=('custom:Proprietary')
10install=ticktick.install
11conflicts=('ticktick-nativefier')
12depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'libatspi.so'
13 'util-linux-libs' 'libappindicator-gtk3' 'libsecret')
14source=('ticktick.sh' 'LICENSE')
15source_x86_64=("${pkgname}-${pkgver}-amd64.deb::https://d2atcrkye2ik4e.cloudfront.net/download/linux/linux_deb_x64/${pkgname}-${pkgver}-amd64.deb")
16source_aarch64=("${pkgname}-${pkgver}-arm64.deb::https://d2atcrkye2ik4e.cloudfront.net/download/linux/linux_deb_arm64/${pkgname}-${pkgver}-arm64.deb")
17sha256sums=('422ab230ea6a54ba9a44db25b1395d71bd52fc3add0cab13bbc95d86f769416e'
18 '2d866fcb749c30d931fa96cc1578869b3fa9fc61a5c5f30e0316ddb00abb5814')
19sha256sums_x86_64=('e732212e9a2a64cf3e442e18061743c8cab6684837d4ef14e90e600fc068f5eb')
20sha256sums_aarch64=('47d74c1948925d7fc245f557a16df0d8693551f9277e6356a08aa484bfc5449b')
21
22package() {
23 tar -xf data.tar.xz -C "${pkgdir}"
24
25 # Replace default path to system symlink
26 sed -i "s|^Exec=.*|Exec=/usr/bin/${pkgname} --uri=%U|" "${pkgdir}/usr/share/applications/ticktick.desktop"
27
28 # Copy launch script to allow custom flags
29 install -Dm 755 ticktick.sh "${pkgdir}/usr/bin/ticktick"
30
31 # Install license from https://ticktick.com/about/tos
32 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
33
34 mv "${pkgdir}/opt/TickTick/LICENSE.electron.txt" \
35 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.electron.txt"
36 mv "${pkgdir}/opt/TickTick/LICENSES.chromium.html" \
37 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
38
39 # SUID chrome-sandbox for Electron 5+
40 chmod 4755 "${pkgdir}/opt/TickTick/chrome-sandbox"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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