ankama-launcher

LOW
maintainer Genesis 19 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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: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
1# Maintainer: Genesis <tofupedia.fr@gmail.com>
2
3pkgname=ankama-launcher
4pkgver=3.15.4
5pkgrel=1
6pkgdesc='A multi-game portal for all Ankama games.'
7url='https://www.ankama.com/en/launcher'
8
9arch=('x86_64')
10license=('custom:Ankama License')
11install='ankama-launcher.install'
12depends=('zlib' 'bash' 'fuse')
13makedepends=('p7zip')
14optdepends=('libnotify' 'libappindicator'
15 'java-runtime: to play Wakfu'
16 'alsa-lib: to play Wakfu'
17 'gtk3: to play Wakfu')
18options=('!strip')
19source=('ankama-launcher')
20source_x86_64=("${pkgname}-${pkgver}-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage")
21sha512sums=('0b9d72c460dd22acc0d2d2b0ab312bc609501c8c7fb8eaef2bd93092fd4ac849152b0e9163253066536ea4169079e5bc424bea37ee005c48a2047721142f876b')
22sha512sums_x86_64=('01800b0dc06d6d71a386c196de2f85a293677f667c332308fdf7e34fffa08931ed11be013054e12e98e0385495dab673551dff082568a8503eadb05e376412e5')
23
24prepare() {
25 cd "${srcdir}"
26 mv "${pkgname}-${pkgver}-${CARCH}.AppImage" "ankama-launcher.AppImage"
27 7z e "${srcdir}/ankama-launcher.AppImage" "zaap.desktop"
28 7z x "${srcdir}/ankama-launcher.AppImage" "usr/share/icons/hicolor/*/apps/zaap.png" -o"icons/"
29
30 sed -i "s/^Exec=.*$/Exec=${pkgname}/" "zaap.desktop"
31 sed -i "s/^Icon=zaap$/Icon=ankama-launcher/" "zaap.desktop"
32}
33
34package() {
35 install -dm775 "${pkgdir}/opt/ankama-launcher"
36 install -Dm775 "ankama-launcher.AppImage" "${pkgdir}/opt/ankama-launcher/ankama-launcher.AppImage"
37 install -Dm755 "ankama-launcher" "${pkgdir}/usr/bin/ankama-launcher"
38 install -Dm644 "zaap.desktop" "${pkgdir}/usr/share/applications/ankama-launcher.desktop"
39
40 # Install all icons to hicolor directory structure, renaming from zaap to ankama-launcher
41 find icons/usr/share/icons/hicolor -name "zaap.png" | while read -r icon; do
42 dest="${pkgdir}${icon#icons}"
43 dest="${dest%zaap.png}ankama-launcher.png"
44 install -Dm644 "$icon" "$dest"
45 done
46}
47

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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion