1oom-git
The source uses a git repository from a non-whitelisted host, but it is a fork of the project itself and building from source is standard for AUR; the rest of the sources are local or data files, not executables.
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 source uses a git repository from a non-whitelisted host, but it is a fork of the project itself and building from source is standard for AUR; the rest of the sources are local or data files, not executables.
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:17
source=( 'git+https://git.sourcecraft.dev/fork1oom/1oom.git'
PKGBUILD
1 offending line(s) highlighted# Maintainer: Alexander Jacocks <alexander@redhat.com>
# Contributor: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Benjamin Hodgetts <ben@xnode.org>
pkgname=1oom-git
_pkgname=1oom
pkgver=r669.cf6476e4
pkgrel=1
pkgdesc="1oom is a Master of Orion (1993) game engine recreation."
arch=(x86_64)
url=https://sourcecraft.dev/fork1oom/1oom
license=('GPL2')
depends=(sdl2 sdl2_mixer libsamplerate soundfont-fluid)
makedepends=(git)
provides=(1oom)
conflicts=(1oom)
source=( 'git+https://git.sourcecraft.dev/fork1oom/1oom.git'
'Master_of_Orion_cover.png'
'1oom.desktop'
'1oom_classic_sdl2.sh' )
md5sums=('SKIP'
'49248e72b7ddc5209cca2c1c61099d85'
'ccac2feb67cecfc30b8156edf106b7ca'
'41b52627b2d52b477adcbc2a9a627b37')
pkgver() {
cd "${srcdir}/${_pkgname}"
echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
build() {
cd ${_pkgname}
autoreconf -fi
test -d build-native || mkdir build-native
cd build-native
../configure --prefix=/usr
{ test "$(nproc)" -gt 1 && make -j"$(nproc)" ;} || make
}
package() {
cd "${srcdir}/${_pkgname}/build-native"
make PREFIX="/usr" DESTDIR="${pkgdir}" install
# install docs
cd "${srcdir}/${_pkgname}/doc"
mkdir -p "$pkgdir/usr/share/doc/${_pkgname}"
cp *.txt "$pkgdir/usr/share/doc/${_pkgname}/"
cd ..
cp AUTHORS CONFIGURATION HACKING INSTALL LICENSE NEWS PHILOSOPHY README.md "$pkgdir/usr/share/doc/${_pkgname}/"
# create storage directory for MOO data
mkdir -p "$pkgdir/usr/share/1oom"
# install launch script
mv "$pkgdir/usr/bin/1oom_classic_sdl2" "$pkgdir/usr/bin/1oom_classic_sdl2-bin"
install -m 0755 "${srcdir}/1oom_classic_sdl2.sh" "$pkgdir/usr/bin/1oom_classic_sdl2"
# install icon
install -Dm 0644 ${srcdir}/Master_of_Orion_cover.png $pkgdir/usr/share/icons/hicolor/256x256/apps/${_pkgname}.png
# install desktop file
install -Dm644 ${srcdir}/${_pkgname}.desktop $pkgdir/usr/share/applications/${_pkgname}.desktop
}
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 |