quickmedia
maintainer DEC05EBA
· 16 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host hosts the project's own source tarball and a static emoji data archive; both are used as build sources, with no remote code execution or payload obfuscation, so the risk is limited to supply-chain trust in the maintainer.
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 non-standard host hosts the project's own source tarball and a static emoji data archive; both are used as build sources, with no remote code execution or payload obfuscation, so the risk is limited to supply-chain trust in the maintainer.
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:22
"${pkgname}-${pkgver}.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: dec05eba <dec05eba@protonmail.com>
2
3
pkgname=quickmedia
4
pkgver=r1473.ef7fd3d
5
pkgrel=1
6
pkgdesc='A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites.'
7
arch=('x86_64')
8
url="https://git.dec05eba.com/QuickMedia"
9
license=('GPL-3.0-only')
10
makedepends=('meson')
11
depends=('libglvnd' 'libx11' 'curl' 'mpv' 'libxrandr' 'libxrender' 'noto-fonts' 'yt-dlp')
12
optdepends=(
13
'libnotify: For showing notifications'
14
'automedia: For automatically downloading new chapters of tracked manga'
15
'waifu2x-ncnn-vulkan: For upscaling manga pages when using the --upscale-images option'
16
'xdg-utils: For downloading torrents when using nyaa.si plugin or opening remote links'
17
'ffmpeg: For displaying webp thumbnails, uploading video thumbnails on matrix and merging video and audio when downloading youtube videos'
18
'noto-fonts-cjk: To display chinese, japanese and korean characters'
19
'source-highlight: For syntax highlighting in matrix codeblocks'
20
)
21
source=(
22
"${pkgname}-${pkgver}.tar.gz::https://dec05eba.com/snapshot/QuickMedia.git.${pkgver}.tar.gz"
23
"twemoji-2.tar.gz::https://dec05eba.com/files/twemoji.tar.gz"
24
)
25
noextract=("twemoji-2.tar.gz")
26
sha512sums=(
27
'97b363073a3937254fcc109fe96733d3cec616a5caf7519c9532841950411eb00bb4c2fd33038e75db7baddc6c1f4cb550726ca95b5bd844115acf8006cdd16d'
28
'a3c7a268bd48bd79b6bfc771affd56d71ffd78ba4df8e2a9e1783162a78c1f053c408e02f4d49ca96eee6a0a19b8cfc85197ad40d497cd89934b8311dcfebe2b'
29
)
30
31
prepare() {
32
cd "$srcdir"
33
mkdir -p emoji
34
bsdtar -xf twemoji-2.tar.gz -C emoji
35
}
36
37
build() {
38
cd "$srcdir"
39
arch-meson build -Dinstall_symlink=false -Dinstall_emoji=false --buildtype=release -Dstrip=true
40
}
41
42
package() {
43
cd "$srcdir"
44
meson install -C build --destdir "$pkgdir"
45
ln -sf "/usr/bin/quickmedia" "$pkgdir/usr/bin/qm"
46
for file in emoji/*; do
47
install -Dm644 "$file" "$pkgdir/usr/share/quickmedia/$file"
48
done
49
}
50
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 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 |