wazo-desktop-appimage

MEDIUM
maintainer ealhad 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt AppImage from a non-whitelisted, project-associated mirror (mirror.wazo.io), which is an unverifiable executable artifact that could be silently replaced upstream, posing a supply-chain risk.

Triggered rules

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=("${_appimage}::https://mirror.wazo.io/songbird/${pkgver}/${_appimage}")
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-whitelisted, project-associated mirror (mirror.wazo.io), which is an unverifiable executable artifact that could be silently replaced upstream, posing a supply-chain risk.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Fabien Michel <fabien.michel@hespul.org>
2_pkgname=wazo-desktop
3pkgname=${_pkgname}-appimage
4pkgver=1.20.0
5pkgrel=1
6pkgdesc="Wazo desktop client for wazo VOIP server"
7arch=('x86_64')
8url="https://wazo.io/download/"
9license=('unknown')
10provides=(${_pkgname})
11
12_appimage=Wazo-Desktop-${pkgver}.AppImage
13_installdir=/opt/${pkgname}
14_installappimage=Wazo-Desktop.AppImage
15source=("${_appimage}::https://mirror.wazo.io/songbird/${pkgver}/${_appimage}")
16noextract=("${_appimage}")
17# Require !strip to avoid corrupt AppImage file
18# Require !debug to workaround bug making strip still occure.
19options=("!strip" "!debug")
20sha256sums=('71b3b8e2f356ad90b358296d32fc62bfbb128013c90e668c80192b051c8eefe8')
21
22prepare() {
23 # Make AppImage executable
24 chmod +x "${_appimage}"
25
26 # Extract icons and desktop files from AppImage
27 ./${_appimage} --appimage-extract "wazo-desktop.desktop" > /dev/null 2>&1
28 ./${_appimage} --appimage-extract "usr/share/icons" > /dev/null 2>&1
29
30 # Fix desktop file
31 sed -i "s+Exec=AppRun+Exec=${_installdir}/${_installappimage}+" "squashfs-root/wazo-desktop.desktop"
32}
33
34package() {
35 # Install AppImage
36 install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/${_installdir}/${_installappimage}"
37 mkdir -p "${pkgdir}/usr/bin"
38 ln -s "/${_installdir}/${_installappimage}" "${pkgdir}/usr/bin/${_pkgname}"
39
40 # Install desktop file
41 install -Dm644 "squashfs-root/wazo-desktop.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
42
43 # Install icons
44 install -dm755 "$pkgdir/usr/share/icons"
45 cp -dpr --no-preserve=ownership "squashfs-root/usr/share/icons" "$pkgdir/usr/share"
46 chmod -R 755 "$pkgdir/usr/share/icons"
47 find "$pkgdir/usr/share/icons" -type f -exec chmod 644 {} \;
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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