sil
maintainer patlefort
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a versioned source code tarball from a project-related domain, used to build the game locally; the non-whitelisted host hosts the project's own sources, and no untrusted executables are run.
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 versioned source code tarball from a project-related domain, used to build the game locally; the non-whitelisted host hosts the project's own sources, and no untrusted executables are run.
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:14
source=("http://www.amirrorclear.net/flowers/game/sil/Sil-130-src.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
2
# Contributor: metamer <metamer at openmailbox dot org>
3
# Contributor: Michał Walczak <michalwalczak at michalwalczak dot eu>
4
5
pkgname=sil
6
pkgver=1.3.0
7
pkgrel=4
8
pkgdesc="A game of adventure set in the first age of Middle-earth, when the world still rang with elven song and gleamed with dwarven mail. Walk the dark halls of Angband. Slay creatures black and fell. Wrest a shining Silmaril from Morgoth’s iron crown."
9
arch=('i686' 'x86_64')
10
url="http://www.amirrorclear.net/flowers/game/sil/"
11
license=('GPL-2.0-only' 'custom:Angband' 'CC-BY-3.0')
12
depends=('ncurses' 'libx11')
13
install=sil.install
14
source=("http://www.amirrorclear.net/flowers/game/sil/Sil-130-src.zip"
15
'sil.sh')
16
md5sums=('de935f85ab8f9c98d5b781f9ed9e114c'
17
'97f8ea581605782ef30b4594931d663f')
18
19
prepare() {
20
sed -i 's/CFLAGS = /#CFLAGS = /' "$srcdir/Sil/src/Makefile.std"
21
}
22
23
build() {
24
cd "$srcdir/Sil/src"
25
26
CFLAGS="$CFLAGS -fcommon -DUSE_X11 -DUSE_GCU" make -f 'Makefile.std' install
27
}
28
29
package() {
30
_dest_dir="$pkgdir/usr/share/$pkgname"
31
mkdir -p $_dest_dir
32
33
cd "$srcdir/Sil"
34
35
install -DTm644 "$srcdir/Sil/copying.txt" "${pkgdir}/usr/share/licenses/${pkgname}/copying.txt"
36
install -DTm644 "$srcdir/Sil/Sil 1.3 Manual.pdf" "${pkgdir}/usr/share/${pkgname}/doc/sil-manual.pdf"
37
install -D -m 755 sil "$_dest_dir"
38
cp -r lib "$_dest_dir"
39
chown -R :games $_dest_dir
40
chmod -R 775 $_dest_dir
41
install -T -D -m 755 "$srcdir/sil.sh" "$pkgdir/usr/bin/$pkgname"
42
}
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 |