dofus-launcher
The package downloads an official AppImage from the game developer's CDN, which is a legitimate source despite not being on a standard host; the AppImage is extracted and installed without executing arbitrary remote code, and the checksums are verified.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads an official AppImage from the game developer's CDN, which is a legitimate source despite not being on a standard host; the AppImage is extracted and installed without executing arbitrary remote code, and the checksums are verified.
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:12
source=("${pkgname}-${pkgver}.AppImage::https://launcher.cdn.ankama.com/installers/production/Dofus%20${pkgver}-Setup-$CARCH.AppImage"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Clément Vicart <clem.vicart@gmail.com>
pkgname=dofus-launcher
pkgver=3.0
pkgrel=2
pkgdesc="Official Dofus setup and launcher"
arch=('x86_64')
url="https://www.dofus.com/en/mmorpg/download"
license=('LicenseRef-dofus-license')
depends=('bash' 'alsa-lib' 'nss' 'java-runtime' 'gtk3')
optdepends=('libnotify' 'libappindicator' 'libindicator')
makedepends=('fuse2')
source=("${pkgname}-${pkgver}.AppImage::https://launcher.cdn.ankama.com/installers/production/Dofus%20${pkgver}-Setup-$CARCH.AppImage"
"LICENSE"
"zaap.desktop.patch"
"dofus-launcher.sh")
sha256sums=("892e13ddd96e53b042b3b5c53a1cc2c22afdd200e94e01e146ce67fd15eb9d46"
"25faf31f7f6b1707380ae13772cf02d52e92863d4eca10b38f0beabf960df564"
"4f8ae8f15f3cab577f6046a19eb86a17da11ff56eb0456e377deb7606cbeba3c"
"9b8f372d62fb6b1913f7b3d31ec7ced8b26ef1a5c5dfc49e5a9a022685ce6c28")
prepare() {
mkdir $srcdir/extract
chmod +x $pkgname-$pkgver.AppImage
mv $pkgname-$pkgver.AppImage $srcdir/extract
cd $srcdir/extract
./$pkgname-$pkgver.AppImage --appimage-extract
mv $srcdir/zaap.desktop.patch $srcdir/extract/squashfs-root
cd squashfs-root
patch < zaap.desktop.patch
rm zaap.desktop.patch
}
package() {
RES_DIR="$srcdir/extract/squashfs-root"
install -d $pkgdir/opt/dofus-launcher
install -d $pkgdir/usr/share/licenses/dofus-launcher
install -d $pkgdir/usr/share/icons/hicolor/
install -d $pkgdir/usr/share/applications
install -d $pkgdir/usr/bin
cp -R $RES_DIR/* $pkgdir/opt/dofus-launcher
chmod -R 755 $pkgdir/opt/dofus-launcher
install -m 755 dofus-launcher.sh $pkgdir/usr/bin/dofus-launcher
install -m 644 $RES_DIR/zaap.desktop $pkgdir/usr/share/applications/dofus-launcher.desktop
cp -R $RES_DIR/usr/share/icons/hicolor/* $pkgdir/usr/share/icons/hicolor/
chmod -R 755 $pkgdir/usr/share/icons/hicolor
install -m 644 LICENSE $pkgdir/usr/share/licenses/dofus-launcher/LICENSE
install -m 644 $RES_DIR/LICENSE.electron.txt $pkgdir/usr/share/licenses/dofus-launcher/LICENSE.electron.txt
install -m 644 $RES_DIR/LICENSES.chromium.html $pkgdir/usr/share/licenses/dofus-launcher/LICENSES.chromium.html
}
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 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 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 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |