omocep-lite-flatpak

MEDIUM
maintainer TheBearodactyl 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

Two concerns here: (1) The primary source is downloaded from mods.one, an unofficial third-party mod hosting site, not the project's own infrastructure. While a checksum is provided, the host is not verifiable as official and could be compromised or substituted. (2) More critically, the package() function installs files directly into $HOME (the user's Steam flatpak data directory) rather than into $pkgdir, which is a fundamental violation of Arch packaging standards and means the package is essentially a script that modifies live game files at install time. The OneLoader source from GitHub (rphsoftware/OneLoader) is a personal/project repo but at least traceable. The mods.one download is opaque — it's a UUID-style URL with no clear provenance. The executed JavaScript/NW.js mod content from an unverifiable host constitutes a real supply-chain concern. The package is also arguably broken as an Arch package since nothing goes into $pkgdir.

Triggered rules

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:12 source=("$pkgname-$pkgver.zip"::"https://mods.one/dl/c363f38d-f50b-4e31-af3a-7dbbcd657863"
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): Two concerns here: (1) The primary source is downloaded from mods.one, an unofficial third-party mod hosting site, not the project's own infrastructure. While a checksum is provided, the host is not verifiable as official and could be compromised or substituted. (2) More critically, the package() function installs files directly into $HOME (the user's Steam flatpak data directory) rather than into $pkgdir, which is a fundamental violation of Arch packaging standards and means the package is essentially a script that modifies live game files at install time. The OneLoader source from GitHub (rphsoftware/OneLoader) is a personal/project repo but at least traceable. The mods.one download is opaque — it's a UUID-style URL with no clear provenance. The executed JavaScript/NW.js mod content from an unverifiable host constitutes a real supply-chain concern. The package is also arguably broken as an Arch package since nothing goes into $pkgdir.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: The Bearodactyl <dabewodactowluwu@gmail.com>
2
3pkgname=omocep-lite-flatpak
4pkgver=3.9.1
5pkgrel=1
6pkgdesc="Installs OneLoader and OMOCEP Lite - The OMORI Community Enhancement Pack. This only works if steam is installed via flatpak"
7arch=('x86_64')
8url="https://omo.cep.one/"
9license=('unknown')
10depends=("unzip" "flatpak")
11conflicts=("omocep-lite")
12source=("$pkgname-$pkgver.zip"::"https://mods.one/dl/c363f38d-f50b-4e31-af3a-7dbbcd657863"
13 "https://github.com/rphsoftware/OneLoader/releases/download/v1.4/OneLoader-1.4.zip")
14sha256sums=('dfac5df7bfa3567e37223a2a15401ee20d2bf8b7a766fbe0629541ae155c103f'
15 'c1bc4f3831d69265d29f443d9f7c1ec24f428860b87a0de817784bad45e6a712')
16
17prepare() {
18 unzip "OneLoader-1.4.zip" -d OneLoader
19 unzip "$pkgname-$pkgver.zip" -d OMOCEP-lite
20}
21
22package() {
23 cp -r OneLoader/www/* "$HOME/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/OMORI/www"
24 cp -fr OMOCEP-lite/www/* "$HOME/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/OMORI/www"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 Medium 2

Report a package

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

0 / 4000
Your suggestion