yumenikki-en
The package installs a freeware game data archive from Dropbox and a SteamGridDB-hosted icon, both non-executable assets; the build process does not execute remote code or install unverified binaries, limiting worst-case impact to asset tampering.
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 package installs a freeware game data archive from Dropbox and a SteamGridDB-hosted icon, both non-executable assets; the build process does not execute remote code or install unverified binaries, limiting worst-case impact to asset tampering.
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:12
source=("yumenikki-en.7z::https://dl.dropbox.com/s/a5dqfazyfrvjr8f/yumenikki-en.7z?dl=1" -
PKGBUILD:13
https://cdn2.steamgriddb.com/icon/06409663226af2f3114485aa4e0a23b4/8/16x16.png
PKGBUILD
2 offending line(s) highlighted# Maintainer: Davikch <davidogluzd at gmail dot com>
# Contributor: maz-1 <ohmygod19993 at gmail dot com>
pkgname=yumenikki-en
pkgver=0.10
pkgrel=5
pkgdesc="Surrealistic adventure game about exploring the dreams"
url='http://www3.nns.ne.jp/pri/tk-mto/'
arch=('any')
license=('LicenseRef-Freeware')
depends=(easyrpg-player)
source=("yumenikki-en.7z::https://dl.dropbox.com/s/a5dqfazyfrvjr8f/yumenikki-en.7z?dl=1"
https://cdn2.steamgriddb.com/icon/06409663226af2f3114485aa4e0a23b4/8/16x16.png
${pkgname}.sh
${pkgname}.desktop)
sha256sums=('a14aa1e3a69d04d1624dc127cf400793372ff53368d49f277fad36a4c8437460'
'9241bab9fbc7383fa0daac31ce4ddde40643742c5d013c90d12724eeb323d587'
'4c24ba558a08c55ce2e0d40d4121f5729088a8fd5e3a8006cc4f71e793fca74c'
'aff7dfa82d757289ae40448cd1aea6e36dff26db3543898a31015fa070348e63')
package() {
rm -f ${pkgname}/*.exe
install -d "$pkgdir/opt"
mv $pkgname "$pkgdir/opt/$pkgname"
install -Dm644 16x16.png "$pkgdir/usr/share/pixmaps/${pkgname}.png"
install -Dm755 "${pkgname}.sh" "$pkgdir/usr/bin/${pkgname}"
install -Dm644 "${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 |