dsr
maintainer Mylloon
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary and an icon from the project's own Git host, which is not on the whitelist but is plausibly official; the binary is installed locally and no remote code execution or exfiltration is present, limiting the worst-case impact to supply-chain risk from an unverified source.
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 a prebuilt binary and an icon from the project's own Git host, which is not on the whitelist but is plausibly official; the binary is installed locally and no remote code execution or exfiltration is present, limiting the worst-case impact to supply-chain risk from an unverified source.
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:15
source_x86_64=("$pkgname-$pkgver.zip::https://git.mylloon.fr/Anri/dsr/releases/download/$pkgver/dsr-linux-x64-$pkgver.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mylloon <aur@mylloon.fr>
2
3
# shellcheck disable=SC2034,SC2148,SC2154
4
5
pkgname='dsr'
6
pkgver=2.3.0
7
pkgrel=1
8
pkgdesc="Video compression tool"
9
arch=('x86_64')
10
url=https://git.mylloon.fr/Anri/dsr
11
license=('AGPL3')
12
provides=("$pkgname")
13
conflicts=("$pkgname")
14
optdepends=('ffmpeg: needed for some encoders')
15
source_x86_64=("$pkgname-$pkgver.zip::https://git.mylloon.fr/Anri/dsr/releases/download/$pkgver/dsr-linux-x64-$pkgver.zip"
16
"https://git.mylloon.fr/Anri/dsr/raw/branch/main/image/icon.png")
17
sha256sums_x86_64=('d1883bc295e0bd8f17af2da9d91836f723900a56bf1b34f30d888a70608312b3'
18
'4233e03f2fcfa583ccfe5358c8709b459f1f2e9048cad837bb93d69c92fba17f')
19
20
package() {
21
# Install full app to /opt
22
install -d "$pkgdir/opt/$pkgname"
23
cp -r "$srcdir/dsr-linux-x64"/* "$pkgdir/opt/$pkgname"
24
25
# Symlink the binary to /usr/bin
26
install -d "$pkgdir/usr/bin"
27
ln -s "/opt/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
28
29
install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
30
31
# Desktop entry
32
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/$pkgname.desktop" <<EOF
33
[Desktop Entry]
34
Type=Application
35
Name=Video Compressor
36
Comment=Compress video files
37
Exec=/usr/bin/$pkgname %F
38
Icon=$pkgname.png
39
Terminal=false
40
Categories=Utility;Video;
41
MimeType=video/mp4;video/x-matroska;video/webm;
42
EOF
43
}
44
Changes since previous scan
--- PKGBUILD @ 2026-07-30 11:14+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ # shellcheck disable=SC2034,SC2148,SC2154 pkgname='dsr'-pkgver=2.2.3+pkgver=2.3.0 pkgrel=1 pkgdesc="Video compression tool" arch=('x86_64')@@ -14,7 +14,7 @@ optdepends=('ffmpeg: needed for some encoders') source_x86_64=("$pkgname-$pkgver.zip::https://git.mylloon.fr/Anri/dsr/releases/download/$pkgver/dsr-linux-x64-$pkgver.zip" "https://git.mylloon.fr/Anri/dsr/raw/branch/main/image/icon.png")-sha256sums_x86_64=('e1ce783c82cbc82d5bb9ea031145e1b311ae30cb6ef8ada428b85601f830f136'+sha256sums_x86_64=('d1883bc295e0bd8f17af2da9d91836f723900a56bf1b34f30d888a70608312b3' '4233e03f2fcfa583ccfe5358c8709b459f1f2e9048cad837bb93d69c92fba17f') package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 15:15:12 | MEDIUM | 1 |
| 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 |