omf2097-bin
maintainer Katoga
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a game archive from the official project domain; the source is the project's own content, not executed code, and the host, while not on a standard whitelist, is plausibly official and used for distribution.
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 game archive from the official project domain; the source is the project's own content, not executed code, and the host, while not on a standard whitelist, is plausibly official and used for distribution.
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
'http://www.omf2097.com/pub/files/omf/omf2097.rar'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Katoga <katoga.cz@hotmail.com>
2
pkgname=omf2097-bin
3
pkgver=2.1
4
pkgrel=2
5
pkgdesc='Fighting game featuring Human Assisted Robots'
6
arch=('any')
7
url="http://www.omf2097.com/"
8
license=('custom')
9
depends=('dosbox')
10
makedepends=('unrar')
11
install="${pkgname}.install"
12
source=(
13
'http://www.omf2097.com/pub/files/omf/omf2097.rar'
14
"${pkgname}.desktop"
15
"${pkgname}.png"
16
"${pkgname}.sh"
17
"${pkgname}.conf"
18
"${pkgname}.install"
19
)
20
sha256sums=(
21
'bc2ce50b8ea282b61e9685e883436e9cb4bcf7bacec0a58f0a685f20289f8a13'
22
'588777aa553746c6f842fb2971f361505c3399d2e6ec227a045a5d449f405740'
23
'1c6f8c4d72390b3e54d9d8ec4a33d0c3888a7e821e45da588a024c6bfe2575e9'
24
'57da3428d8df1138df4a60df147588ab02055846180a93f0bfb42301fcadd4a7'
25
'85cb3505fd827ed0c731ef3efd193bb79f819b014ea82743ca3ca00a42dfd590'
26
'2502046a14dcf0a016f51b4aedd0750ca2ee704416e36d9ce2e28ab2cffb1eb7'
27
)
28
noextract=(
29
omf2097.rar
30
)
31
32
prepare() {
33
unrar x -idq -y omf2097.rar
34
}
35
36
package() {
37
mkdir -m 0775 -p ${pkgdir}/opt/${pkgname}/OMF2097
38
chown :games ${pkgdir}/opt/${pkgname}/OMF2097
39
40
install -m 0664 -g games ${srcdir}/OMF2097/* ${pkgdir}/opt/${pkgname}/OMF2097/
41
install -m 0644 -g games ${srcdir}/${pkgname}.png ${pkgdir}/opt/${pkgname}/${pkgname}.png
42
install -m 0644 -g games ${srcdir}/${pkgname}.conf ${pkgdir}/opt/${pkgname}/${pkgname}.conf
43
44
mkdir -p ${pkgdir}/usr/share/applications
45
install -m 0644 -D ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/
46
47
mkdir -p ${pkgdir}/usr/bin
48
install -m 0755 -D ${srcdir}/${pkgname}.sh ${pkgdir}/usr/bin/
49
50
mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
51
install -m 0644 -D ${srcdir}/OMF2097/LICENSE.DOC ${pkgdir}/usr/share/licenses/${pkgname}/EULA
52
}
53
54
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 |