landeseternelles
maintainer Tosh
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the project's own domain for building, which is normal AUR packaging; the host is not whitelisted but plausibly official, and the content is not executed remotely.
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 source tarball from the project's own domain for building, which is normal AUR packaging; the host is not whitelisted but plausibly official, and the content is not executed remotely.
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:13
https://landes-eternelles.com/client/1950/linux/LandesEternellesLinux.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Tosh (tosh <at> t0x0sh <dot> org)
2
3
pkgname=landeseternelles
4
pkgver=1.9.5
5
pkgrel=5
6
pkgdesc="Landes Eternelles is a french role playing game (mmorpg), forked from Eternal Lands."
7
arch=('i686' 'x86_64')
8
url="https://www.landes-eternelles.com"
9
license=(custom:'eternal_lands_license')
10
depends=('gtk2' 'glu' 'cal3d' 'sdl2' 'sdl2_image' 'sdl_net' 'openal' 'libvorbis' 'libxslt')
11
12
source=(
13
https://landes-eternelles.com/client/1950/linux/LandesEternellesLinux.tar.gz
14
landeseternelles.desktop
15
landeseternelles.png
16
landeseternelles
17
editeurlandeseternelles
18
)
19
20
package() {
21
mkdir -p $pkgdir/usr/{bin,share/{$pkgname,licenses/$pkgname,pixmaps,applications}}
22
install -m644 $srcdir/landeseternelles.desktop $pkgdir/usr/share/applications/landeseternelles.desktop
23
install -m644 $srcdir/landeseternelles.png $pkgdir/usr/share/pixmaps/landeseternelles.png
24
install -m755 $srcdir/landeseternelles $pkgdir/usr/bin/landeseternelles
25
install -m755 $srcdir/editeurlandeseternelles $pkgdir/usr/bin/editeurlandeseternelles
26
27
cd "$srcdir/LandesEternelles"
28
install -m755 le.$CARCH.linux.bin $pkgdir/usr/bin/le.$CARCH.linux.bin
29
install -m755 mapedit.$CARCH.linux.bin $pkgdir/usr/bin/mapedit.$CARCH.linux.bin
30
31
rm -f *.bin
32
install -m644 Licence.txt $pkgdir/usr/share/licenses/$pkgname/Licence.txt
33
mv -f * $pkgdir/usr/share/$pkgname/
34
find $pkgdir/usr/share/$pkgname/ -type f -exec chmod 0644 {} \;
35
find $pkgdir/usr/share/$pkgname/ -type d -exec chmod 0755 {} \;
36
}
37
38
sha256sums=('61f8a3155fc32057517e6783174ca42cf3060a38470dba7ed35a4598237d6b93'
39
'1357259d4232d8533d3acdf22c63a9b650472f0ca2cf9841eb03ebd6a514e3f7'
40
'f42bb2fdd8b981ca2ed5552110831e349852439b3ea0ead13f7fa328f3a30b72'
41
'8c4450e426a6d290e32b30d5dfe345689ae80d871088300a5a047567d05fe4a5'
42
'3166015f10f0b6592844f6935933f9684f8a055fd407eab7f9c789dac98ec998')
43
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 |