erebus-git
maintainer SanskritFritz
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source zip from Launchpad, a legitimate platform, to provide assets for building; this is a normal build process using the project's own source, not execution of untrusted prebuilt code.
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 zip from Launchpad, a legitimate platform, to provide assets for building; this is a normal build process using the project's own source, not execution of untrusted prebuilt code.
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:18
source=("$_gitname::git://git.code.sf.net/p/erebusrpg/code"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: SanskritFritz (gmail)
2
3
pkgname=erebus-git
4
_gitname="erebusrpg-code"
5
pkgver=v0.15.r70.g7fd7d1f
6
_stablever=0.15
7
pkgrel=1
8
epoch=2
9
pkgdesc="2D real-time role-playing game."
10
arch=('i686' 'x86_64')
11
url="http://erebusrpg.sourceforge.net/"
12
license=("GPLv3")
13
depends=('sfml')
14
makedepends=('qt4' 'git')
15
provides=('erebus')
16
conflicts=('erebus')
17
# Source zip is still needed, see erebus_source.txt
18
source=("$_gitname::git://git.code.sf.net/p/erebusrpg/code"
19
"erebus-$_stablever::http://launchpad.net/erebus/trunk/$_stablever/+download/erebussrc.zip"
20
"erebus.sh")
21
22
pkgver() {
23
cd "$_gitname"
24
# git log -1 --format="%cd" --date=short | sed 's|-|.|g'
25
git describe --long | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
26
}
27
28
build() {
29
cd "$srcdir/$_gitname"
30
rm -fr sound; mv -f "$srcdir/erebussrc/sound" .
31
rm -fr music; mv -f "$srcdir/erebussrc/music" .
32
33
qmake-qt4 erebus.pro
34
make
35
36
}
37
38
package() {
39
cd "$srcdir/$_gitname"
40
make INSTALL_ROOT="$pkgdir" install
41
mkdir --parents $pkgdir/usr/bin
42
install -Dm755 "$srcdir/erebus.sh" "$pkgdir/usr/bin/erebus"
43
}
44
45
md5sums=('SKIP'
46
'2beca3a679f904d57d24a65ae445a3d5'
47
'408c07f7ccb7c8cb95e3c59a319c17e9')
48
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 |