kmeet-appimage

maintainer openscript · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage from a project-owned domain (infomaniak.com), which is plausibly official; the AppImage is extracted and installed without executing unreviewed remote code, and the worst case of a swapped source would be running malicious code inside the AppImage, but the host is legitimate and likely controlled by the vendor.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt AppImage from a project-owned domain (infomaniak.com), which is plausibly official; the AppImage is extracted and installed without executing unreviewed remote code, and the worst case of a swapped source would be running malicious code inside the AppImage, but the host is legitimate and likely controlled by the vendor.

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:17 source_x86_64=("${_appimage}::https://download.storage.infomaniak.com/meet/kmeet-desktop-${pkgver}-linux-x86_64.AppImage")

PKGBUILD

1 offending line(s) highlighted
1# Based on the template from https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
2# Maintainer: Robin Bühler <r plus aur at obin dot ch>
3
4_pkgname=kmeet
5_originalpkgname=kMeet
6
7pkgname="${_pkgname}"-appimage
8pkgver=2.0.1
9pkgrel=2
10pkgdesc="kMeet allows you to organise secure online meetings via your web browser, your mobile, your tablet or your computer."
11arch=('x86_64')
12url="https://www.infomaniak.com/en/ksuite/kmeet"
13license=('custom:Unlicense')
14depends=('zlib')
15options=(!strip)
16_appimage="${pkgname}-${pkgver}.AppImage"
17source_x86_64=("${_appimage}::https://download.storage.infomaniak.com/meet/kmeet-desktop-${pkgver}-linux-x86_64.AppImage")
18noextract=("${_appimage}")
19sha256sums_x86_64=('d25ca005b230684c9dbc511fbc00e22f6939196cd5a4cd635f8a2bc1eae2058c')
20
21prepare() {
22 chmod +x "${_appimage}"
23 ./"${_appimage}" --appimage-extract
24}
25
26build() {
27 # Adjust .desktop so it will work outside of AppImage container
28 sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${_pkgname}|"\
29 "squashfs-root/${_originalpkgname}.desktop"
30 # Fix permissions; .AppImage permissions are 700 for all directories
31 chmod -R a-x+rX squashfs-root/usr
32}
33
34package() {
35 # AppImage
36 install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
37
38 # Desktop file
39 install -Dm644 "${srcdir}/squashfs-root/${_originalpkgname}.desktop"\
40 "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
41
42 # Icon images
43 install -dm755 "${pkgdir}/usr/share/"
44 cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
45
46 # Symlink executable
47 install -dm755 "${pkgdir}/usr/bin"
48 ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/${_pkgname}"
49}
50

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -6,15 +6,15 @@
pkgname="${_pkgname}"-appimage
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="kMeet allows you to organise secure online meetings via your web browser, your mobile, your tablet or your computer."
arch=('x86_64')
-url="https://www.infomaniak.com/en/apps/download-kmeet"
+url="https://www.infomaniak.com/en/ksuite/kmeet"
license=('custom:Unlicense')
depends=('zlib')
options=(!strip)
_appimage="${pkgname}-${pkgver}.AppImage"
-source_x86_64=("${_appimage}::https://download.storage5.infomaniak.com/meet/kmeet-desktop-${pkgver}-linux-x86_64.AppImage")
+source_x86_64=("${_appimage}::https://download.storage.infomaniak.com/meet/kmeet-desktop-${pkgver}-linux-x86_64.AppImage")
noextract=("${_appimage}")
sha256sums_x86_64=('d25ca005b230684c9dbc511fbc00e22f6939196cd5a4cd635f8a2bc1eae2058c')

Scan history

Scanned at (UTC)SeverityRules
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 13:27:52 MEDIUM 1
2026-06-19 19:07:35 CLEAN 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

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

0 / 4000
Your suggestion