xrick
maintainer carstene1ns
· 16 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a zip file from the project's official domain (bigorno.net), which hosts the upstream project; building from official project sources is normal for AUR packages, even if the host is not on a standard whitelist.
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 zip file from the project's official domain (bigorno.net), which hosts the upstream project; building from official project sources is normal for AUR packages, even if the host is not on a standard whitelist.
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
source=("http://www.bigorno.net/xrick/$pkgname-$pkgver.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
2
# Contributor: grimi <grimi at poczta dot fm>
3
4
pkgname=xrick
5
pkgver=021212
6
pkgrel=11
7
pkgdesc='Clone of Rick Dangerous, a classic platform game'
8
arch=('i686' 'x86_64')
9
url='http://www.bigorno.net/xrick'
10
license=('custom: spirit of GPL')
11
depends=('sdl' 'zlib')
12
makedepends=('imagemagick')
13
source=("http://www.bigorno.net/xrick/$pkgname-$pkgver.zip"
14
"$pkgname.desktop"
15
"$pkgname-fs.desktop")
16
sha256sums=('2a167169ccdb2c108e97d5d021da9be29356d756283f1c20d5a7ad121b4accf0'
17
'3dda77a8017e35767c8339fb92ce0a554912c98af33fb75e986ca1d30d40c320'
18
'5d8c57aeb0b4e445576f86aaa8b851315c4c31d03544f7ad4b95c9507551a625')
19
20
prepare() {
21
cd $pkgname-$pkgver
22
23
# change data path
24
sed 's|"data.zip"|"/usr/share/xrick/data.zip"|' -i src/xrick.c
25
# add our build flags and gcc10+ fix
26
sed "s|CFLAGS=|CFLAGS+=-fcommon |;s|LDFLAGS=|LDFLAGS+=|" -i Makefile
27
# fix format-security
28
sed 's|printf(s)|printf("%s\\n", s)|' -i src/system.c
29
30
# create icon
31
convert src/xrickST.ico xrick.png
32
33
# change data path in manual page
34
gunzip xrick.6.gz
35
sed 's|where xrick is|/usr/share/xrick.|;s|run from.||' -i xrick.6
36
gzip xrick.6
37
}
38
39
build() {
40
cd $pkgname-$pkgver
41
42
make
43
}
44
45
package() {
46
cd $pkgname-$pkgver
47
48
# binary
49
install -Dm755 xrick "$pkgdir"/usr/bin/xrick
50
# data
51
install -d "$pkgdir"/usr/share/xrick
52
install -m644 {data.zip,KeyCodes} "$pkgdir"/usr/share/xrick/
53
# doc + license
54
install -Dm644 xrick.6.gz "$pkgdir"/usr/share/man/man6/xrick.6.gz
55
install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
56
install -Dm644 README "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
57
sed '5,27!d' -i "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
58
# .desktop files
59
install -Dm644 ../xrick.desktop "$pkgdir"/usr/share/applications/xrick.desktop
60
install -m644 ../xrick-fs.desktop "$pkgdir"/usr/share/applications
61
install -Dm644 xrick.png "$pkgdir"/usr/share/pixmaps/xrick.png
62
}
63
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 |