quickmedia

LOW
maintainer DEC05EBA 16 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=quickmedia
4pkgver=r1473.ef7fd3d
5pkgrel=1
6pkgdesc='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.'
7arch=('x86_64')
8url="https://git.dec05eba.com/QuickMedia"
9license=('GPL-3.0-only')
10makedepends=('meson')
11depends=('libglvnd' 'libx11' 'curl' 'mpv' 'libxrandr' 'libxrender' 'noto-fonts' 'yt-dlp')
12optdepends=(
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)
21source=(
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)
25noextract=("twemoji-2.tar.gz")
26sha512sums=(
27 '97b363073a3937254fcc109fe96733d3cec616a5caf7519c9532841950411eb00bb4c2fd33038e75db7baddc6c1f4cb550726ca95b5bd844115acf8006cdd16d'
28 'a3c7a268bd48bd79b6bfc771affd56d71ffd78ba4df8e2a9e1783162a78c1f053c408e02f4d49ca96eee6a0a19b8cfc85197ad40d497cd89934b8311dcfebe2b'
29)
30
31prepare() {
32 cd "$srcdir"
33 mkdir -p emoji
34 bsdtar -xf twemoji-2.tar.gz -C emoji
35}
36
37build() {
38 cd "$srcdir"
39 arch-meson build -Dinstall_symlink=false -Dinstall_emoji=false --buildtype=release -Dstrip=true
40}
41
42package() {
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)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 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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