dynalist-desktop

LOW
maintainer jhrdka 8 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a prebuilt tarball from the official project domain (dynalist.io), which is not on a standard code host but is the legitimate and expected download location for the application; the package installs static files without executing remote code or performing unsafe operations.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt tarball from the official project domain (dynalist.io), which is not on a standard code host but is the legitimate and expected download location for the application; the package installs static files without executing remote code or performing unsafe operations.

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:14 "dynalist-${pkgver}.tar.gz::https://dynalist.io/standalone/download?file=dynalist.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jan Hrdina <jan dot hrdka at gmail dot com>
2# Contributor: Bram Swenson <bram at craniumisajar dot com> PGP-Key: 9E93532D99D643C0
3
4pkgname=dynalist-desktop
5pkgver=1.0.6
6pkgrel=2
7pkgdesc="Dynalist lets you organize your ideas and tasks in simple lists. It's powerful, yet easy to use."
8arch=("any")
9url="https://dynalist.io"
10license=(Private)
11makedepends=("tar" "wget")
12provides=("dynalist")
13source=(
14 "dynalist-${pkgver}.tar.gz::https://dynalist.io/standalone/download?file=dynalist.tar.gz"
15 "dynalist.desktop"
16 "icon.png"
17)
18sha512sums=(
19 "87728a3b8bfebbc1880aee9dff69416ed1ba0a9606be5ba18404c5f5fedb2bcd94fed3311aa1344092eafca04b6b11b2e740794e11936eecf5e0fa402b734513"
20 "8b913201873111a0460fd572823c631746bd91b7946a2794d80992fa73e93053949b7e6354ebdb0d7486217238dc55217797fe270401e8dde2674535eaf1eddf"
21 "80b8c4d7749905f4163caf5fc8d74bb139cad782f74242870ee5f6a107059b780ad779117107690af4ec6b059f1cc52f4f4627476d0499a2fa54e4ea9ca645e8"
22)
23
24package() {
25 mkdir -p "${pkgdir}/usr/bin" "${pkgdir}/opt"
26 cp -a "dynalist-${pkgver}" "${pkgdir}/opt/dynalist"
27 install -Dm755 "icon.png" "${pkgdir}/opt/dynalist/icon.png"
28 install -Dm755 "dynalist.desktop" "${pkgdir}/usr/share/applications/dynalist.desktop"
29 ln -sf "/opt/dynalist/dynalist" "${pkgdir}/usr/bin/dynalist"
30}
31
32# vim:set ts=2 sw=2 et:
33

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