tibia
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
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)
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# Maintainer: Ricardo Cabral <ricardo.arturo.cabral@gmail.com>
# Maintainer: Ben Mezger <me@benmezger.nl>
_name=Tibia
pkgname=tibia
pkgver=latest
pkgrel=1
pkgdesc="Fast-paced free massively multiplayer online role-playing game"
arch=('x86_64')
url="http://www.tibia.com"
license=('custom:cipsoft')
depends=('glu' 'libgl' 'libice' 'libxext' 'libxml2-legacy')
optdepends=(
'qt6-base' # Qt6Core/Gui/Widgets/Network/Concurrent
'qt6-declarative' # Qt6Qml/Quick
'qt6-wayland' # Qt6 Wayland client/compositor + shell plugins
'dbus' # libdbus-1.so.3 (QtDBus)
'freetype2' # libfreetype.so.6
'fontconfig' # libfontconfig.so.1
'libxkbcommon' # libxkbcommon.so.0
'libxkbcommon-x11' # libxkbcommon-x11.so.0
'xcb-util-image' # libxcb-image.so.0
'xcb-util-keysyms' # libxcb-keysyms.so.1
'xcb-util-renderutil' # libxcb-render-util.so.0
'xcb-util-wm' # libxcb-icccm.so.4
'xcb-util-cursor' # libxcb-cursor.so.0
'ttf-ms-fonts'
)
makedepends=('gendesk' 'python-html2text')
source=("${pkgname}.tar.gz::https://static.tibia.com/download/tibia.x64.tar.gz"
"${pkgname}-agreement.php::https://www.tibia.com/support/agreement.php")
sha256sums=('SKIP'
'SKIP')
DLAGENTS=("https::/usr/bin/curl --compressed -fLC - --retry 0 --retry-delay 0 -e %u -o %o %u"
"${DLAGENTS[@]}")
prepare() {
gendesk -f -n --pkgname="${pkgname%-bin}"
html2text "${pkgname}-agreement.php" > LICENSE
}
package() {
cd $_name
mkdir -p "${pkgdir}/opt/${pkgname}"
cp -r . "${pkgdir}/opt/${pkgname}"
mkdir -p "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/${_name}" "${pkgdir}/usr/bin/${pkgname}"
cd $OLDPWD
install -Dm644 ${pkgname}.desktop "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -Dm644 Tibia/tibia.ico -t "${pkgdir}/usr/share/pixmaps/"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
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 |