vikunja-bin

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

The package downloads prebuilt binaries from the project's official domain (dl.vikunja.io), which is plausibly controlled by the project; while the host is not a common forge, it is specific to Vikunja, and the binaries are verified with matching sha256sums, reducing supply-chain risk.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads prebuilt binaries from the project's official domain (dl.vikunja.io), which is plausibly controlled by the project; while the host is not a common forge, it is specific to Vikunja, and the binaries are verified with matching sha256sums, reducing supply-chain risk.

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 source_x86_64=("https://dl.vikunja.io/vikunja/v${pkgver}/vikunja-v${pkgver}-linux-amd64-full.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Michael Clayfield <asdf me asdf michaelclayfield asdf com asdf>
2pkgname=vikunja-bin
3pkgver=2.6.0
4pkgrel=1
5pkgdesc="The Todo-app to organize your life"
6arch=('x86_64' 'armv7h' 'aarch64')
7url="https://vikunja.io/"
8license=('AGPL3')
9options=(!strip)
10conflicts=('vikunja')
11source=("vikunja.service"
12 "vikunja.sysusers"
13 "vikunja.tmpfiles")
14source_x86_64=("https://dl.vikunja.io/vikunja/v${pkgver}/vikunja-v${pkgver}-linux-amd64-full.zip")
15source_armv7h=("https://dl.vikunja.io/vikunja/v${pkgver}/vikunja-v${pkgver}-linux-arm-7-full.zip")
16source_aarch64=("https://dl.vikunja.io/vikunja/v${pkgver}/vikunja-v${pkgver}-linux-arm64-full.zip")
17
18sha256sums=('c710d101f36b4838c0b20b09dbc53fdc351e252e65cee0e8a679d99058df0c46'
19 'a6f42e19d1742c9c836edf641cbe095c358065dea210b4303357cfcfbbda5634'
20 '77ae5d2215017969f561351a543f6777a0f55de20abb80094509188ba89e1f3e')
21sha256sums_x86_64=('44f55c5620cf90f9f125ee2d2fda31db1946230da6d1dbc0f7943aed68db4264')
22sha256sums_armv7h=('8b91a9b3c6f0fcf95b31d23ef9fa6a726d6d7a54e5aa69c9ac88a5c04bae7067')
23sha256sums_aarch64=('b30e0ef2ba86ed1138a53097dc386eb0ac42483f85526325687f909c3430477b')
24
25package(){
26 case "${CARCH}" in
27 x86_64)
28 install -Dm755 "${srcdir}/vikunja-v${pkgver}-linux-amd64" "${pkgdir}/usr/bin/vikunja"
29 ;;
30 armv7h)
31 install -Dm755 "${srcdir}/vikunja-v${pkgver}-linux-arm-7" "${pkgdir}/usr/bin/vikunja"
32 ;;
33 aarch64)
34 install -Dm755 "${srcdir}/vikunja-v${pkgver}-linux-arm64" "${pkgdir}/usr/bin/vikunja"
35 ;;
36 *)
37 echo "Unsupported architecture: ${CARCH}"
38 return 1
39 ;;
40 esac
41
42 install -Dm640 "${srcdir}/vikunja.service" "${pkgdir}/usr/lib/systemd/system/vikunja.service"
43 install -Dm640 "${srcdir}/config.yml.sample" "${pkgdir}/etc/vikunja/config.yml.sample"
44 install -Dm644 "${srcdir}/vikunja.sysusers" "${pkgdir}/usr/lib/sysusers.d/vikunja.conf"
45 install -Dm644 "${srcdir}/vikunja.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/vikunja.conf"
46}
47

Changes since previous scan

--- PKGBUILD @ 2026-09-01 00:11
+++ PKGBUILD @ 2026-09-17 00:27
@@ -1,6 +1,6 @@
# Maintainer: Michael Clayfield <asdf me asdf michaelclayfield asdf com asdf>
pkgname=vikunja-bin
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc="The Todo-app to organize your life"
arch=('x86_64' 'armv7h' 'aarch64')
@@ -18,9 +18,9 @@
sha256sums=('c710d101f36b4838c0b20b09dbc53fdc351e252e65cee0e8a679d99058df0c46'
'a6f42e19d1742c9c836edf641cbe095c358065dea210b4303357cfcfbbda5634'
'77ae5d2215017969f561351a543f6777a0f55de20abb80094509188ba89e1f3e')
-sha256sums_x86_64=('8843de18f5f297bac83db010a54064a45033f82cffdf53421f6ce39f12a8ad98')
-sha256sums_armv7h=('c98905c277baca10092c15ef65c1f0c02c0da4cdd63a2ac1ef04f2a3e7115151')
-sha256sums_aarch64=('299b90a2b9c5a54a2901f0c585f91cdc48042d59d2355ef5d058d6f27c5af45a')
+sha256sums_x86_64=('44f55c5620cf90f9f125ee2d2fda31db1946230da6d1dbc0f7943aed68db4264')
+sha256sums_armv7h=('8b91a9b3c6f0fcf95b31d23ef9fa6a726d6d7a54e5aa69c9ac88a5c04bae7067')
+sha256sums_aarch64=('b30e0ef2ba86ed1138a53097dc386eb0ac42483f85526325687f909c3430477b')
package(){
case "${CARCH}" in

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 01:46:26 Medium 1
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 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