wakfu-transition
maintainer orphaned
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source URLs are hosted on dl.ak.ankama.com, a domain used by Ankama (the game's developer) for official installers; although not on a standard code-hosting platform, it is a legitimate distribution point for the software, and the package installs only verified game data and binaries from the official vendor.
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 source URLs are hosted on dl.ak.ankama.com, a domain used by Ankama (the game's developer) for official installers; although not on a standard code-hosting platform, it is a legitimate distribution point for the software, and the package installs only verified game data and binaries from the official vendor.
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:18
source_i686=('http://dl.ak.ankama.com/games/installers/wakfu-x86.tar.gz')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: spider-mario <spidermario@free.fr>
2
# Contributor: p2k <me@p2k-network.org>
3
# Contributor: Yaohan Chen <yaohan.chen@gmail.com>
4
# Contributor: raingloom <raingloom42@gmail.com>
5
pkgname=wakfu-transition
6
pkgver=1.38
7
pkgrel=9
8
pkgdesc="A turn-based tactical Massively Multiplayer Online Role-playing Game (MMORPG) written in Java/OpenGL."
9
arch=('i686' 'x86_64')
10
url="http://www.wakfu.com/"
11
license=( "custom" )
12
depends=('libgl' 'libpng12' 'openal' 'openssl-1.0' 'java-environment' 'ankama-transition')
13
provides=('wakfu')
14
conflicts=('wakfu')
15
replaces=('wakfu')
16
install='wakfu.install'
17
source=('wakfu.desktop')
18
source_i686=('http://dl.ak.ankama.com/games/installers/wakfu-x86.tar.gz')
19
source_x86_64=('http://dl.ak.ankama.com/games/installers/wakfu-amd64.tar.gz')
20
sha512sums=('0f02ce4b83c4c7661f83dbcfd6544d1e3dede90dd11d8010c264a1d1b27f2717bb446637ce0451967a92d60e90740c7f750900ecc1e072cd3f58bde2eb00c9ad')
21
sha512sums_i686=('d9ab380a641a085c006a3bd70d912f1b8dd5dff93b906853b05dcb89ff2a8c6eb29f38a3c542d698d936856df116dd5bf1d4869f22e0983f7d2ec4487167725a')
22
sha512sums_x86_64=('5c9a8e2b8c712c203db6b20cbd717833be737b8859573ea9419fb4941fab74fe14e270004dc12e236439be950ee064df658832de3b70130c7b7ba7e5c8ddfdc4')
23
24
package() {
25
msg2 'Installing launcher'
26
_installdir="opt/ankama/wakfu"
27
install -d "$pkgdir/usr/bin"
28
ln -s "/$_installdir/Wakfu" "$pkgdir/usr/bin/wakfu"
29
install -Dm644 wakfu.desktop "$pkgdir/usr/share/applications/wakfu.desktop"
30
31
cd Wakfu
32
33
msg2 'Installing icons'
34
for _icon in game/updater_data/icons/game_icon_*.png
35
do
36
_size=$(basename $_icon | grep -o '[0-9]\+x[0-9]\+')
37
install -Dm644 "$_icon" "$pkgdir/usr/share/icons/hicolor/${_size}/apps/wakfu.png"
38
done
39
40
msg2 'Installing main application'
41
install -d "$pkgdir/$_installdir"
42
cp -a * "$pkgdir/$_installdir"
43
}
44
# vim:set ts=2 sw=2 et:
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |