omf2097-bin
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
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)
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# Maintainer: Katoga <katoga.cz@hotmail.com>
pkgname=omf2097-bin
pkgver=2.1
pkgrel=2
pkgdesc='Fighting game featuring Human Assisted Robots'
arch=('any')
url="http://www.omf2097.com/"
license=('custom')
depends=('dosbox')
makedepends=('unrar')
install="${pkgname}.install"
source=(
'http://www.omf2097.com/pub/files/omf/omf2097.rar'
"${pkgname}.desktop"
"${pkgname}.png"
"${pkgname}.sh"
"${pkgname}.conf"
"${pkgname}.install"
)
sha256sums=(
'bc2ce50b8ea282b61e9685e883436e9cb4bcf7bacec0a58f0a685f20289f8a13'
'588777aa553746c6f842fb2971f361505c3399d2e6ec227a045a5d449f405740'
'1c6f8c4d72390b3e54d9d8ec4a33d0c3888a7e821e45da588a024c6bfe2575e9'
'57da3428d8df1138df4a60df147588ab02055846180a93f0bfb42301fcadd4a7'
'85cb3505fd827ed0c731ef3efd193bb79f819b014ea82743ca3ca00a42dfd590'
'2502046a14dcf0a016f51b4aedd0750ca2ee704416e36d9ce2e28ab2cffb1eb7'
)
noextract=(
omf2097.rar
)
prepare() {
unrar x -idq -y omf2097.rar
}
package() {
mkdir -m 0775 -p ${pkgdir}/opt/${pkgname}/OMF2097
chown :games ${pkgdir}/opt/${pkgname}/OMF2097
install -m 0664 -g games ${srcdir}/OMF2097/* ${pkgdir}/opt/${pkgname}/OMF2097/
install -m 0644 -g games ${srcdir}/${pkgname}.png ${pkgdir}/opt/${pkgname}/${pkgname}.png
install -m 0644 -g games ${srcdir}/${pkgname}.conf ${pkgdir}/opt/${pkgname}/${pkgname}.conf
mkdir -p ${pkgdir}/usr/share/applications
install -m 0644 -D ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/
mkdir -p ${pkgdir}/usr/bin
install -m 0755 -D ${srcdir}/${pkgname}.sh ${pkgdir}/usr/bin/
mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
install -m 0644 -D ${srcdir}/OMF2097/LICENSE.DOC ${pkgdir}/usr/share/licenses/${pkgname}/EULA
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |