yumenikki-en
maintainer Davikch
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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=("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
1
# Maintainer: Davikch <davidogluzd at gmail dot com>
2
# Contributor: maz-1 <ohmygod19993 at gmail dot com>
3
4
pkgname=yumenikki-en
5
pkgver=0.10
6
pkgrel=5
7
pkgdesc="Surrealistic adventure game about exploring the dreams"
8
url='http://www3.nns.ne.jp/pri/tk-mto/'
9
arch=('any')
10
license=('LicenseRef-Freeware')
11
depends=(easyrpg-player)
12
source=("yumenikki-en.7z::https://dl.dropbox.com/s/a5dqfazyfrvjr8f/yumenikki-en.7z?dl=1"
13
https://cdn2.steamgriddb.com/icon/06409663226af2f3114485aa4e0a23b4/8/16x16.png
14
${pkgname}.sh
15
${pkgname}.desktop)
16
sha256sums=('a14aa1e3a69d04d1624dc127cf400793372ff53368d49f277fad36a4c8437460'
17
'9241bab9fbc7383fa0daac31ce4ddde40643742c5d013c90d12724eeb323d587'
18
'4c24ba558a08c55ce2e0d40d4121f5729088a8fd5e3a8006cc4f71e793fca74c'
19
'aff7dfa82d757289ae40448cd1aea6e36dff26db3543898a31015fa070348e63')
20
21
package() {
22
rm -f ${pkgname}/*.exe
23
install -d "$pkgdir/opt"
24
mv $pkgname "$pkgdir/opt/$pkgname"
25
install -Dm644 16x16.png "$pkgdir/usr/share/pixmaps/${pkgname}.png"
26
install -Dm755 "${pkgname}.sh" "$pkgdir/usr/bin/${pkgname}"
27
install -Dm644 "${pkgname}.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |