1oom
The source is downloaded from a plausible project-owned host (sourcecraft.dev) which is not on the standard whitelist but hosts the project's own tarball; this is a normal build of the project's source, not a prebuilt binary or executed remote code.
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 is downloaded from a plausible project-owned host (sourcecraft.dev) which is not on the standard whitelist but hosts the project's own tarball; this is a normal build of the project's source, not a prebuilt binary or executed remote code.
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:11
source=( "${pkgname}-${pkgver}.tar.gz::https://sourcecraft.dev/api/archive/fork1oom/${pkgname}?rev=tag%3Av${pkgver}&format=tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Alexander Jacocks <alexander@redhat.com>
pkgname=1oom
pkgver=1.11.9
pkgrel=1.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)
source=( "${pkgname}-${pkgver}.tar.gz::https://sourcecraft.dev/api/archive/fork1oom/${pkgname}?rev=tag%3Av${pkgver}&format=tar.gz"
'Master_of_Orion_cover.png'
'1oom.desktop'
'1oom_classic_sdl2.sh' )
noextract=("${pkgname}-${pkgver}.tar.gz")
md5sums=('1cf57e00565dec541168d498d86f4b56'
'49248e72b7ddc5209cca2c1c61099d85'
'ccac2feb67cecfc30b8156edf106b7ca'
'41b52627b2d52b477adcbc2a9a627b37')
prepare() {
tar -xvf ${pkgname}-${pkgver}.tar.gz --transform "s|^[^/]*|${pkgname}-${pkgver}|"
}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
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}-${pkgver}/build-native"
make PREFIX="/usr" DESTDIR="${pkgdir}" install
# install docs
cd "${srcdir}/${pkgname}-${pkgver}/doc"
mkdir -p "$pkgdir/usr/share/doc/${pkgname}"
cp *.txt "$pkgdir/usr/share/doc/${pkgname}/"
cd ..
cp AUTHORS CHANGES COMPILING COPYING HACKING 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 |