dion-bin
maintainer ada-af
· 3 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from a non-whitelisted host (static.dion.vc), which is not a standard or widely trusted domain, posing a potential supply-chain risk if the host is compromised or spoofed.
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:10
source=("https://static.dion.vc/desktop_app/dion_${pkgver}_amd64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from a non-whitelisted host (static.dion.vc), which is not a standard or widely trusted domain, posing a potential supply-chain risk if the host is compromised or spoofed.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ada Tretyakova <ada@ada-af.com>
2
pkgname=dion-bin
3
pkgver=5.34.0
4
pkgrel=4407
5
pkgdesc="Desktop application for dion.vc"
6
arch=("x86_64")
7
url="https://dion.vc"
8
license=('MIT')
9
depends=("gtk3" "libnotify" "nss" "libxss" "libxtst" "xdg-utils" "at-spi2-core" "util-linux-libs" "libappindicator-gtk3" "libsecret")
10
source=("https://static.dion.vc/desktop_app/dion_${pkgver}_amd64.deb")
11
sha256sums=("727bbac2c0f5fc7c7a143a64eb06203eff1e05a4235bf8729cbbc02bb2af6e34")
12
13
prepare() {
14
bsdtar -xvf "${srcdir}/data.tar.xz"
15
}
16
17
package() {
18
cp -r "${srcdir}/opt" "${pkgdir}/opt"
19
cp -r "${srcdir}/usr" "${pkgdir}/usr"
20
mkdir -p "${pkgdir}/usr/bin/"
21
ln -s /opt/Dion/dion "${pkgdir}/usr/bin/dion"
22
}
23
Changes since previous scan
--- PKGBUILD @ 2026-07-30 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,14 +1,14 @@ # Maintainer: Ada Tretyakova <ada@ada-af.com> pkgname=dion-bin-pkgver=5.33.0-pkgrel=4192+pkgver=5.34.0+pkgrel=4407 pkgdesc="Desktop application for dion.vc" arch=("x86_64") url="https://dion.vc" license=('MIT') depends=("gtk3" "libnotify" "nss" "libxss" "libxtst" "xdg-utils" "at-spi2-core" "util-linux-libs" "libappindicator-gtk3" "libsecret") source=("https://static.dion.vc/desktop_app/dion_${pkgver}_amd64.deb")-sha256sums=("9041baf7dd4d17b97e0ecc95410f9d814bcf78e520aa36c117c9d5954a5205bd")+sha256sums=("727bbac2c0f5fc7c7a143a64eb06203eff1e05a4235bf8729cbbc02bb2af6e34") prepare() { bsdtar -xvf "${srcdir}/data.tar.xz"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 11:14:12 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |