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