onehouronelife-bin

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source tarball from a dynamic subdomain of onehouronelife.com, which is plausibly the project's own infrastructure; the download is for the official game binary, checksum is provided, and no untrusted or obfuscated code execution occurs.

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 source tarball from a dynamic subdomain of onehouronelife.com, which is plausibly the project's own infrastructure; the download is for the official game binary, checksum is provided, and no untrusted or obfuscated code execution occurs.

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:30 source=(http://download$(( (RANDOM % 8) + 1)).onehouronelife.com/downloads/$_tarname.tar.gz)

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: bobpaul <aurpackage [at] bobpaul 'period' org>
2# This package is weird and needs some re-thinking
3# Upstream wants to store the settings in the installation directory like an old MSDos program
4# Instead I include a launcher script which uses a bunch of simlinks to run the game from
5# ~/.config/onelife which ensures your settings stay in your home folder
6#
7# ... there's gotta be a better way
8pkgname="onehouronelife-bin"
9pkgver="58"
10pkgrel=5
11epoch=
12pkgdesc="Binary package for One Hour One Life game by Jason Rohrer"
13arch=('x86_64')
14url="http://onehouronelife.com"
15license=('custom:Public Domain')
16groups=()
17depends=("xclip" "lib32-sdl")
18makedepends=()
19checkdepends=()
20optdepends=()
21provides=()
22conflicts=('onehouronelife-latest')
23replaces=()
24backup=()
25options=()
26install=
27changelog=
28_folder=OneLife_v${pkgver}
29_tarname=${_folder}_Linux
30source=(http://download$(( (RANDOM % 8) + 1)).onehouronelife.com/downloads/$_tarname.tar.gz)
31#source=(git+https://github.com/jasonrohrer/OneLifeData7.git
32# git+https://github.com/jasonrohrer/minorGems.git
33# git+https://github.com/jasonrohrer/OneLife.git
34# )
35noextract=()
36sha256sums=('1099672b88ab7e4e801a22a24a36195e2f59a76345224cb7e9bd73c91cea99a9')
37#sha256sums=( 'SKIP'
38# 'SKIP'
39# 'SKIP')
40validpgpkeys=()
41
42prepare() {
43 cd $_folder
44 rm -rf settings_default >/dev/null || true
45 mv settings settings_default
46}
47
48#build() {
49#}
50
51#check() {
52# cd "$pkgname-$pkgver"
53# make -k check
54#}
55
56package() {
57 instdir=${pkgname%-bin}
58 install -dm755 $pkgdir/opt/$instdir
59 cp -r $_folder/* $pkgdir/opt/$instdir/
60 install -m755 $startdir/onelife $pkgdir/opt/$instdir
61 install -dm755 $pkgdir/usr/local/bin
62 ln -s /opt/$instdir/onelife $pkgdir/usr/local/bin/onelife
63 ln -s /opt/$instdir/no_copyright.txt $pkgdir/opt/$instdir/LICENSE
64}
65

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion