tibia
maintainer seds
· 13 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads the official Tibia game client and license agreement from the game's official domains (static.tibia.com, www.tibia.com); despite non-whitelisted hosts and skipped checksums, it installs only legitimate game data and binaries from the official vendor, with no evidence of code execution or supply-chain tampering.
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 the official Tibia game client and license agreement from the game's official domains (static.tibia.com, www.tibia.com); despite non-whitelisted hosts and skipped checksums, it installs only legitimate game data and binaries from the official vendor, with no evidence of code execution or supply-chain tampering.
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:30
source=("${pkgname}.tar.gz::https://static.tibia.com/download/tibia.x64.tar.gz" -
PKGBUILD:31
"${pkgname}-agreement.php::https://www.tibia.com/support/agreement.php")
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Ricardo Cabral <ricardo.arturo.cabral@gmail.com>
2
# Maintainer: Ben Mezger <me@benmezger.nl>
3
4
_name=Tibia
5
pkgname=tibia
6
pkgver=latest
7
pkgrel=1
8
pkgdesc="Fast-paced free massively multiplayer online role-playing game"
9
arch=('x86_64')
10
url="http://www.tibia.com"
11
license=('custom:cipsoft')
12
depends=('glu' 'libgl' 'libice' 'libxext' 'libxml2-legacy')
13
optdepends=(
14
'qt6-base' # Qt6Core/Gui/Widgets/Network/Concurrent
15
'qt6-declarative' # Qt6Qml/Quick
16
'qt6-wayland' # Qt6 Wayland client/compositor + shell plugins
17
'dbus' # libdbus-1.so.3 (QtDBus)
18
'freetype2' # libfreetype.so.6
19
'fontconfig' # libfontconfig.so.1
20
'libxkbcommon' # libxkbcommon.so.0
21
'libxkbcommon-x11' # libxkbcommon-x11.so.0
22
'xcb-util-image' # libxcb-image.so.0
23
'xcb-util-keysyms' # libxcb-keysyms.so.1
24
'xcb-util-renderutil' # libxcb-render-util.so.0
25
'xcb-util-wm' # libxcb-icccm.so.4
26
'xcb-util-cursor' # libxcb-cursor.so.0
27
'ttf-ms-fonts'
28
)
29
makedepends=('gendesk' 'python-html2text')
30
source=("${pkgname}.tar.gz::https://static.tibia.com/download/tibia.x64.tar.gz"
31
"${pkgname}-agreement.php::https://www.tibia.com/support/agreement.php")
32
sha256sums=('SKIP'
33
'SKIP')
34
DLAGENTS=("https::/usr/bin/curl --compressed -fLC - --retry 0 --retry-delay 0 -e %u -o %o %u"
35
"${DLAGENTS[@]}")
36
37
prepare() {
38
gendesk -f -n --pkgname="${pkgname%-bin}"
39
html2text "${pkgname}-agreement.php" > LICENSE
40
}
41
42
package() {
43
cd $_name
44
45
mkdir -p "${pkgdir}/opt/${pkgname}"
46
cp -r . "${pkgdir}/opt/${pkgname}"
47
48
mkdir -p "${pkgdir}/usr/bin"
49
ln -s "/opt/${pkgname}/${_name}" "${pkgdir}/usr/bin/${pkgname}"
50
51
cd $OLDPWD
52
install -Dm644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
53
install -Dm644 Tibia/tibia.ico -t "${pkgdir}/usr/share/pixmaps/"
54
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
55
}
56
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 |