vikunja-bin
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
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)
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# Maintainer: Michael Clayfield <asdf me asdf michaelclayfield asdf com asdf>
pkgname=vikunja-bin
pkgver=2.6.0
pkgrel=1
pkgdesc="The Todo-app to organize your life"
arch=('x86_64' 'armv7h' 'aarch64')
url="https://vikunja.io/"
license=('AGPL3')
options=(!strip)
conflicts=('vikunja')
source=("vikunja.service"
"vikunja.sysusers"
"vikunja.tmpfiles")
source_x86_64=("https://dl.vikunja.io/vikunja/v${pkgver}/vikunja-v${pkgver}-linux-amd64-full.zip")
source_armv7h=("https://dl.vikunja.io/vikunja/v${pkgver}/vikunja-v${pkgver}-linux-arm-7-full.zip")
source_aarch64=("https://dl.vikunja.io/vikunja/v${pkgver}/vikunja-v${pkgver}-linux-arm64-full.zip")
sha256sums=('c710d101f36b4838c0b20b09dbc53fdc351e252e65cee0e8a679d99058df0c46'
'a6f42e19d1742c9c836edf641cbe095c358065dea210b4303357cfcfbbda5634'
'77ae5d2215017969f561351a543f6777a0f55de20abb80094509188ba89e1f3e')
sha256sums_x86_64=('44f55c5620cf90f9f125ee2d2fda31db1946230da6d1dbc0f7943aed68db4264')
sha256sums_armv7h=('8b91a9b3c6f0fcf95b31d23ef9fa6a726d6d7a54e5aa69c9ac88a5c04bae7067')
sha256sums_aarch64=('b30e0ef2ba86ed1138a53097dc386eb0ac42483f85526325687f909c3430477b')
package(){
case "${CARCH}" in
x86_64)
install -Dm755 "${srcdir}/vikunja-v${pkgver}-linux-amd64" "${pkgdir}/usr/bin/vikunja"
;;
armv7h)
install -Dm755 "${srcdir}/vikunja-v${pkgver}-linux-arm-7" "${pkgdir}/usr/bin/vikunja"
;;
aarch64)
install -Dm755 "${srcdir}/vikunja-v${pkgver}-linux-arm64" "${pkgdir}/usr/bin/vikunja"
;;
*)
echo "Unsupported architecture: ${CARCH}"
return 1
;;
esac
install -Dm640 "${srcdir}/vikunja.service" "${pkgdir}/usr/lib/systemd/system/vikunja.service"
install -Dm640 "${srcdir}/config.yml.sample" "${pkgdir}/etc/vikunja/config.yml.sample"
install -Dm644 "${srcdir}/vikunja.sysusers" "${pkgdir}/usr/lib/sysusers.d/vikunja.conf"
install -Dm644 "${srcdir}/vikunja.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/vikunja.conf"
}
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}" inScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |