openomf-git
maintainer shogeki
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads assets from omf2097.com, a non-whitelisted but project-associated host; however, these are non-executable game data files, and the primary source is built from the official GitHub repository via git, making the overall risk low.
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 assets from omf2097.com, a non-whitelisted but project-associated host; however, these are non-executable game data files, and the primary source is built from the official GitHub repository via git, making the overall risk low.
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:17
"https://www.omf2097.com/pub/files/omf/omf2097-assets.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer : shogeki < shogeki at gmail dot com >
2
3
pkgname=openomf-git
4
pkgver=0.8.5.r9.g5a636b62
5
_pkgver=0.8.5
6
pkgrel=1
7
pkgdesc="An open source remake of One Must Fall 2097. Latest git build"
8
arch=("x86_64")
9
url="https://github.com/omf2097/openomf/"
10
license=("MIT")
11
options=("!debug" "!lto")
12
13
makedepends=("pkgconf" "git" "cmake")
14
depends=("sdl2" "confuse" "enet" "argtable" "libpng" "zlib" "sdl2_mixer" "libxmp")
15
source=(
16
"git+https://github.com/omf2097/openomf.git"
17
"https://www.omf2097.com/pub/files/omf/omf2097-assets.zip"
18
openomf.desktop
19
openomf.png
20
openomf-run
21
)
22
23
sha256sums=(
24
"SKIP"
25
"de472c786adf9e618bf4b71a5f2cb85bb0b090f27da2b3008f305453a8dea67d"
26
"b1b8aaf8eeb583c5433cbb63060edb43ecabd39825dcc82947ac4790452ffe41"
27
"fffc25c98ca0d35dea8a74560359f5023968782965e56825cf0d8c84b79fbcd7"
28
"b6ac0a17a893c695cd2c076f97a97102cecb85180ace6969301e50c394809596"
29
)
30
31
prepare() {
32
cd "${srcdir}/openomf"
33
mkdir -p build
34
cd build
35
cmake -DCMAKE_BUILD_TYPE=Release ..
36
}
37
38
pkgver() {
39
cd "${srcdir}/openomf"
40
git describe --long --tags --abbrev=8 --exclude='*[a-zA-Z][a-zA-Z]*' \
41
| sed -E 's/^[^0-9]*//;s/([^-]*-g)/r\1/;s/-/./g'
42
}
43
44
build() {
45
cd "${srcdir}/openomf/build"
46
make
47
}
48
49
package() {
50
install -Dm755 "${srcdir}/openomf/build/openomf" "${pkgdir}/usr/share/openomf/openomf"
51
install -Dm755 "${srcdir}/openomf-run" "${pkgdir}/usr/bin/openomf"
52
install -Dm644 "${srcdir}/openomf.desktop" "${pkgdir}/usr/share/applications/openomf.desktop"
53
install -Dm644 "${srcdir}/openomf.png" "${pkgdir}/usr/share/pixmaps/openomf.png"
54
55
mkdir -p "${pkgdir}/usr/share/openomf/resources"
56
mkdir -p "${pkgdir}/usr/share/openomf"
57
mkdir -p "${pkgdir}/usr/share/openomf/shaders"
58
59
cp -vr "${srcdir}/OMF2097/." "${pkgdir}/usr/share/openomf/resources"
60
cp -vr "${srcdir}/openomf/build/shaders/." "${pkgdir}/usr/share/openomf/shaders"
61
cp -vr "${srcdir}/openomf/build/resources/." "${pkgdir}/usr/share/openomf/resources"
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 |