xemeraldia
maintainer SanskritFritz
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official website, building from source is normal for AUR packages, and the host, while not whitelisted, is plausibly the project's own.
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 is a tarball from the project's official website, building from source is normal for AUR packages, and the host, while not whitelisted, is plausibly the project's own.
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:12
source=("http://www.reloco.com.ar/xemeraldia/${pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer : Frederic Bezies <fredbezies at gmail dot com>
2
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
3
4
pkgname=xemeraldia
5
pkgver=0.4.3
6
pkgrel=4
7
pkgdesc="A Tetris-like falling blocks game"
8
arch=('i686' 'x86_64')
9
url="http://www.reloco.com.ar/xemeraldia/"
10
license=('custom')
11
depends=('gtk2')
12
source=("http://www.reloco.com.ar/xemeraldia/${pkgname}-${pkgver}.tar.gz"
13
"${pkgname}.patch"
14
"${pkgname}.png"
15
"${pkgname}.desktop")
16
md5sums=('55cb4d5ea0564e535ba7f8cb48a915da'
17
'07bce1f57787d183ddff76a27ab0bf34'
18
'dd3bd79c141edeb1f81675d07b5a7c1a'
19
'25c363a68262b112905dc59d0ad42909')
20
21
build() {
22
cd "${srcdir}/${pkgname}-${pkgver}"
23
24
patch -Np1 -i "../${pkgname}.patch"
25
./configure --prefix=/usr
26
make
27
}
28
29
package() {
30
cd "${srcdir}/${pkgname}-${pkgver}"
31
32
# Install game files
33
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
34
install -dm775 -g games "${pkgdir}/var/lib/${pkgname}"
35
36
# Install pixmap and .desktop file
37
install -Dm644 "../${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
38
install -Dm644 "../${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
39
40
# Install readme files and license
41
mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
42
install -m644 NEWS README* "${pkgdir}/usr/share/doc/${pkgname}"
43
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
44
45
# Install translations
46
cd po
47
make DESTDIR="${pkgdir}" install
48
}
49
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 |