dynalist-desktop

maintainer jhrdka · 8 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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