fancymumble-bin

maintainer BlackCherry · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package installs a prebuilt .deb binary from a GitHub release, which is an unverifiable executable from a potentially swappable source, creating a supply-chain risk if the release asset were tampered with or replaced.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

MEDIUM AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt .deb binary from a GitHub release, which is an unverifiable executable from a potentially swappable source, creating a supply-chain risk if the release asset were tampered with or replaced.

PKGBUILD

1# Maintainer: Álvaro De Quinta <blackcherry at danwin1210 dot de>
2
3_pkgname='fancymumble'
4pkgname="${_pkgname}-bin"
5pkgdesc='A Modern, Feature-Rich Mumble Client'
6pkgver='0.3.0'
7pkgrel='1'
8arch=('x86_64')
9url='https://github.com/Map1en/VRCX-0'
10license=(
11 'MIT'
12)
13depends=('webkit2gtk-4.1' 'libappindicator')
14conflicts=("${_pkgname}")
15provides=("${_pkgname}")
16source=("https://github.com/Fancy-Mumble/FancyMumble/releases/download/v${pkgver}/FancyMumble_${pkgver}_amd64.deb")
17sha256sums=('12de8ac15bfff11ae8cf4f024d86e17f9f66bafa0a48c60f897c9db6daa130c7')
18
19package() {
20 cd "$srcdir"
21 bsdtar -xf ${srcdir}/data.tar.gz -C ${pkgdir}/
22}
23

Scan history

Scanned at (UTC)SeverityRules
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 09:14:07 MEDIUM 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion