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
7
pkgname="${_pkgname}"-appimage
8
pkgver=2.0.1
9
pkgrel=2
10
pkgdesc="kMeet allows you to organise secure online meetings via your web browser, your mobile, your tablet or your computer."
11
arch=('x86_64')
12
url="https://www.infomaniak.com/en/ksuite/kmeet"
13
license=('custom:Unlicense')
14
depends=('zlib')
15
options=(!strip)
16
_appimage="${pkgname}-${pkgver}.AppImage"
17
source_x86_64=("${_appimage}::https://download.storage.infomaniak.com/meet/kmeet-desktop-${pkgver}-linux-x86_64.AppImage")
18
noextract=("${_appimage}")
19
sha256sums_x86_64=('d25ca005b230684c9dbc511fbc00e22f6939196cd5a4cd635f8a2bc1eae2058c')
20
21
prepare() {
22
chmod +x "${_appimage}"
23
./"${_appimage}" --appimage-extract
24
}
25
26
build() {
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
34
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |