omocep-lite

maintainer TheBearodactyl · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The PKGBUILD downloads two zip files: one from mods.one (a game mod hosting site) and one from an official GitHub release (rphsoftware/OneLoader). Both have fixed sha256 checksums. The content is game assets/scripts for OMORI (an RPG Maker game), not system-level executables. The mods.one host is non-standard but the checksum pins the content. The main concerns are: (1) mods.one is an unofficial host with no strong trust anchor beyond the checksum, (2) the package() function installs directly to $HOME/.steam rather than $pkgdir, which is non-standard AUR packaging but not a security issue per se, (3) the installed content is game mod files (www/ directory typical of RPG Maker/NW.js games), which could include JavaScript executed by the game engine but this is normal for game mods. The cheaper model's MEDIUM rating is a slight overreach — the checksum provides integrity protection, and the content is game data/scripts rather than system binaries. This is low-risk sloppy packaging rather than a genuine supply-chain threat.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 72%): The PKGBUILD downloads two zip files: one from mods.one (a game mod hosting site) and one from an official GitHub release (rphsoftware/OneLoader). Both have fixed sha256 checksums. The content is game assets/scripts for OMORI (an RPG Maker game), not system-level executables. The mods.one host is non-standard but the checksum pins the content. The main concerns are: (1) mods.one is an unofficial host with no strong trust anchor beyond the checksum, (2) the package() function installs directly to $HOME/.steam rather than $pkgdir, which is non-standard AUR packaging but not a security issue per se, (3) the installed content is game mod files (www/ directory typical of RPG Maker/NW.js games), which could include JavaScript executed by the game engine but this is normal for game mods. The cheaper model's MEDIUM rating is a slight overreach — the checksum provides integrity protection, and the content is game data/scripts rather than system binaries. This is low-risk sloppy packaging rather than a genuine supply-chain threat.

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

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: The Bearodactyl <dabewodactowluwu@gmail.com>
2
3pkgname=omocep-lite
4pkgver=3.9.1
5pkgrel=1
6pkgdesc="Installs OneLoader and OMOCEP Lite - The OMORI Community Enhancement Pack."
7arch=('x86_64')
8url="https://omo.cep.one/"
9license=('unknown')
10depends=("unzip")
11conflicts=('omocep-lite-flatpak')
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/.steam/steam/steamapps/common/OMORI/www"
24 cp -fr OMOCEP-lite/www/* "$HOME/.steam/steam/steamapps/common/OMORI/www"
25}
26

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