ankama-launcher
The package downloads a prebuilt AppImage from the official Ankama CDN, which is a legitimate source for the software; while the host is not on the standard whitelist, it is plausibly owned by the vendor, and the AppImage checksum is verified, reducing risk.
Triggered rules
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 the official Ankama CDN, which is a legitimate source for the software; while the host is not on the standard whitelist, it is plausibly owned by the vendor, and the AppImage checksum is verified, reducing risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:20
source_x86_64=("${pkgname}-${pkgver}-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Genesis <tofupedia.fr@gmail.com>
pkgname=ankama-launcher
pkgver=3.15.4
pkgrel=1
pkgdesc='A multi-game portal for all Ankama games.'
url='https://www.ankama.com/en/launcher'
arch=('x86_64')
license=('custom:Ankama License')
install='ankama-launcher.install'
depends=('zlib' 'bash' 'fuse')
makedepends=('p7zip')
optdepends=('libnotify' 'libappindicator'
'java-runtime: to play Wakfu'
'alsa-lib: to play Wakfu'
'gtk3: to play Wakfu')
options=('!strip')
source=('ankama-launcher')
source_x86_64=("${pkgname}-${pkgver}-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage")
sha512sums=('0b9d72c460dd22acc0d2d2b0ab312bc609501c8c7fb8eaef2bd93092fd4ac849152b0e9163253066536ea4169079e5bc424bea37ee005c48a2047721142f876b')
sha512sums_x86_64=('01800b0dc06d6d71a386c196de2f85a293677f667c332308fdf7e34fffa08931ed11be013054e12e98e0385495dab673551dff082568a8503eadb05e376412e5')
prepare() {
cd "${srcdir}"
mv "${pkgname}-${pkgver}-${CARCH}.AppImage" "ankama-launcher.AppImage"
7z e "${srcdir}/ankama-launcher.AppImage" "zaap.desktop"
7z x "${srcdir}/ankama-launcher.AppImage" "usr/share/icons/hicolor/*/apps/zaap.png" -o"icons/"
sed -i "s/^Exec=.*$/Exec=${pkgname}/" "zaap.desktop"
sed -i "s/^Icon=zaap$/Icon=ankama-launcher/" "zaap.desktop"
}
package() {
install -dm775 "${pkgdir}/opt/ankama-launcher"
install -Dm775 "ankama-launcher.AppImage" "${pkgdir}/opt/ankama-launcher/ankama-launcher.AppImage"
install -Dm755 "ankama-launcher" "${pkgdir}/usr/bin/ankama-launcher"
install -Dm644 "zaap.desktop" "${pkgdir}/usr/share/applications/ankama-launcher.desktop"
# Install all icons to hicolor directory structure, renaming from zaap to ankama-launcher
find icons/usr/share/icons/hicolor -name "zaap.png" | while read -r icon; do
dest="${pkgdir}${icon#icons}"
dest="${dest%zaap.png}ankama-launcher.png"
install -Dm644 "$icon" "$dest"
done
}
Changes since previous scan
--- PKGBUILD @ 2026-09-09 00:04+++ PKGBUILD @ 2026-09-17 00:27@@ -1,7 +1,7 @@ # Maintainer: Genesis <tofupedia.fr@gmail.com> pkgname=ankama-launcher-pkgver=3.15.2+pkgver=3.15.4 pkgrel=1 pkgdesc='A multi-game portal for all Ankama games.' url='https://www.ankama.com/en/launcher'@@ -19,7 +19,7 @@ source=('ankama-launcher') source_x86_64=("${pkgname}-${pkgver}-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage") sha512sums=('0b9d72c460dd22acc0d2d2b0ab312bc609501c8c7fb8eaef2bd93092fd4ac849152b0e9163253066536ea4169079e5bc424bea37ee005c48a2047721142f876b')-sha512sums_x86_64=('eefee29519a8140c2a2693d9602856293dc46d01e2e042a52a5e3d857d92f52141ab4d81d2e3b68d410e2545f2a794b6953d0812edf062047909dbb1575814f2')+sha512sums_x86_64=('01800b0dc06d6d71a386c196de2f85a293677f667c332308fdf7e34fffa08931ed11be013054e12e98e0385495dab673551dff082568a8503eadb05e376412e5') prepare() { cd "${srcdir}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 13:19:49 | Medium | 1 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 17:15:15 | Medium | 1 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |