omocep-lite-flatpak
Triggered rules
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"
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# Maintainer: The Bearodactyl <dabewodactowluwu@gmail.com>
pkgname=omocep-lite-flatpak
pkgver=3.9.1
pkgrel=1
pkgdesc="Installs OneLoader and OMOCEP Lite - The OMORI Community Enhancement Pack. This only works if steam is installed via flatpak"
arch=('x86_64')
url="https://omo.cep.one/"
license=('unknown')
depends=("unzip" "flatpak")
conflicts=("omocep-lite")
source=("$pkgname-$pkgver.zip"::"https://mods.one/dl/c363f38d-f50b-4e31-af3a-7dbbcd657863"
"https://github.com/rphsoftware/OneLoader/releases/download/v1.4/OneLoader-1.4.zip")
sha256sums=('dfac5df7bfa3567e37223a2a15401ee20d2bf8b7a766fbe0629541ae155c103f'
'c1bc4f3831d69265d29f443d9f7c1ec24f428860b87a0de817784bad45e6a712')
prepare() {
unzip "OneLoader-1.4.zip" -d OneLoader
unzip "$pkgname-$pkgver.zip" -d OMOCEP-lite
}
package() {
cp -r OneLoader/www/* "$HOME/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/OMORI/www"
cp -fr OMOCEP-lite/www/* "$HOME/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/OMORI/www"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |