dofus-launcher

LOW
maintainer xolider 0 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion