turtle-wow

maintainer txtsd · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage from a CDN host not on the whitelist, but it is the official client from the project's own infrastructure, verified by a matching hash; the worst case of a swapped source is running untrusted code, but the source is plausibly legitimate and checksummed.

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 a prebuilt AppImage from a CDN host not on the whitelist, but it is the official client from the project's own infrastructure, verified by a matching hash; the worst case of a swapped source is running untrusted code, but the source is plausibly legitimate and checksummed.

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:16 source=("${pkgname}-${pkgver}.AppImage::https://turtle-eu.b-cdn.net/client/${_hash}/TurtleWoW.AppImage")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: txtsd <aur.archlinux@ihavea.quest>
2# Contributor: Jonas Alves(JonasAlv) <zeropior@proton.me>
3
4pkgname=turtle-wow
5pkgver=2.3.1
6pkgrel=2
7pkgdesc="Turtle WoW Launcher"
8arch=('x86_64')
9url="https://turtlecraft.gg"
10license=('LicenseRef-custom')
11depends=(
12 hicolor-icon-theme
13)
14options=(!strip)
15_hash=F674FA93D4C94E59ED7E23E0CC2C550A3AB9CBABCD822094B0D9B6EC43E42AFA
16source=("${pkgname}-${pkgver}.AppImage::https://turtle-eu.b-cdn.net/client/${_hash}/TurtleWoW.AppImage")
17sha256sums=('f674fa93d4c94e59ed7e23e0cc2c550a3ab9cbabcd822094b0d9b6ec43e42afa')
18
19prepare() {
20 cd "$srcdir"
21
22 chmod +x ${pkgname}-${pkgver}.AppImage
23 ./${pkgname}-${pkgver}.AppImage --appimage-extract > /dev/null
24
25}
26
27package() {
28 install -Dm755 "${pkgname}-${pkgver}.AppImage" "${pkgdir}/opt/${pkgname}/${pkgname}.AppImage"
29
30 install -dm755 "${pkgdir}/usr/bin"
31 ln -s "/opt/${pkgname}/${pkgname}.AppImage" "${pkgdir}/usr/bin/turtle-wow"
32
33 install -dm755 "${pkgdir}/usr/share/icons/hicolor/256x256/apps"
34 install -Dm644 "squashfs-root/turtle-wow.png" -t "${pkgdir}/usr/share/icons/hicolor/256x256/apps"
35
36 install -dm755 "${pkgdir}/usr/share/applications"
37 install -Dm644 "squashfs-root/TurtleWoW.desktop" -t "${pkgdir}/usr/share/applications"
38
39}
40

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