dofus-launcher

maintainer xolider · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

LOW AI review downgraded a static finding 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)
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:12 source=("${pkgname}-${pkgver}.AppImage::https://launcher.cdn.ankama.com/installers/production/Dofus%20${pkgver}-Setup-$CARCH.AppImage"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Clément Vicart <clem.vicart@gmail.com>
2pkgname=dofus-launcher
3pkgver=3.0
4pkgrel=2
5pkgdesc="Official Dofus setup and launcher"
6arch=('x86_64')
7url="https://www.dofus.com/en/mmorpg/download"
8license=('LicenseRef-dofus-license')
9depends=('bash' 'alsa-lib' 'nss' 'java-runtime' 'gtk3')
10optdepends=('libnotify' 'libappindicator' 'libindicator')
11makedepends=('fuse2')
12source=("${pkgname}-${pkgver}.AppImage::https://launcher.cdn.ankama.com/installers/production/Dofus%20${pkgver}-Setup-$CARCH.AppImage"
13 "LICENSE"
14 "zaap.desktop.patch"
15 "dofus-launcher.sh")
16sha256sums=("892e13ddd96e53b042b3b5c53a1cc2c22afdd200e94e01e146ce67fd15eb9d46"
17 "25faf31f7f6b1707380ae13772cf02d52e92863d4eca10b38f0beabf960df564"
18 "4f8ae8f15f3cab577f6046a19eb86a17da11ff56eb0456e377deb7606cbeba3c"
19 "9b8f372d62fb6b1913f7b3d31ec7ced8b26ef1a5c5dfc49e5a9a022685ce6c28")
20
21prepare() {
22 mkdir $srcdir/extract
23 chmod +x $pkgname-$pkgver.AppImage
24 mv $pkgname-$pkgver.AppImage $srcdir/extract
25 cd $srcdir/extract
26 ./$pkgname-$pkgver.AppImage --appimage-extract
27 mv $srcdir/zaap.desktop.patch $srcdir/extract/squashfs-root
28 cd squashfs-root
29 patch < zaap.desktop.patch
30 rm zaap.desktop.patch
31
32}
33
34package() {
35 RES_DIR="$srcdir/extract/squashfs-root"
36
37 install -d $pkgdir/opt/dofus-launcher
38 install -d $pkgdir/usr/share/licenses/dofus-launcher
39 install -d $pkgdir/usr/share/icons/hicolor/
40 install -d $pkgdir/usr/share/applications
41 install -d $pkgdir/usr/bin
42
43 cp -R $RES_DIR/* $pkgdir/opt/dofus-launcher
44 chmod -R 755 $pkgdir/opt/dofus-launcher
45
46 install -m 755 dofus-launcher.sh $pkgdir/usr/bin/dofus-launcher
47
48 install -m 644 $RES_DIR/zaap.desktop $pkgdir/usr/share/applications/dofus-launcher.desktop
49 cp -R $RES_DIR/usr/share/icons/hicolor/* $pkgdir/usr/share/icons/hicolor/
50 chmod -R 755 $pkgdir/usr/share/icons/hicolor
51
52 install -m 644 LICENSE $pkgdir/usr/share/licenses/dofus-launcher/LICENSE
53 install -m 644 $RES_DIR/LICENSE.electron.txt $pkgdir/usr/share/licenses/dofus-launcher/LICENSE.electron.txt
54 install -m 644 $RES_DIR/LICENSES.chromium.html $pkgdir/usr/share/licenses/dofus-launcher/LICENSES.chromium.html
55}
56

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 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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