yumenikki-jp
The package downloads the game's source archive from a plausible project-related host (vector.co.jp, a known Japanese software archive) and an icon from SteamGridDB; both are non-whitelisted but legitimate sources, and the content is data/resources for a game, not executable code injected remotely.
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 downloads the game's source archive from a plausible project-related host (vector.co.jp, a known Japanese software archive) and an icon from SteamGridDB; both are non-whitelisted but legitimate sources, and the content is data/resources for a game, not executable code injected remotely.
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:13
source=("http://ftp.vector.co.jp/43/88/3084/${_pkgname}${pkgver}.lzh" -
PKGBUILD:14
https://cdn2.steamgriddb.com/icon/06409663226af2f3114485aa4e0a23b4/8/16x16.png
PKGBUILD
2 offending line(s) highlighted# Contributor: maz-1 <ohmygod19993 at gmail dot com>
_pkgname=yumenikki
_jname=ゆめにっき
pkgname=${_pkgname}-jp
pkgver=0.10
pkgrel=5
pkgdesc="Surrealistic adventure game about exploring the dreams (Japanese)"
url='http://www3.nns.ne.jp/pri/tk-mto/'
arch=('any')
license=('custom')
depends=(easyrpg-player rpg2003-rtp) #fluidsynth,soundfont-gmgsx?
makedepends=(unarchiver desktop-file-utils)
source=("http://ftp.vector.co.jp/43/88/3084/${_pkgname}${pkgver}.lzh"
https://cdn2.steamgriddb.com/icon/06409663226af2f3114485aa4e0a23b4/8/16x16.png
${pkgname}.sh )
# Cannot DL patch: "https://www3.nns.ne.jp/~tk-mto/yumesyuusei.lzh"
md5sums=('f3a16c395078dcec4950200732bc5194'
'50288d205493517d498ddfcc40df2b09'
'e6d724ce5a36ab364f0eed09a03f3ffe')
options=(!strip)
prepare() {
unar -f -e cp932 "${_pkgname}${pkgver}.lzh" #unsupoorted by bsdtar yet
}
package() {
install -d "$pkgdir/opt"
mv "${_jname}/${_jname}${pkgver}" "$pkgdir/opt/$pkgname"
rm "$pkgdir/opt/$pkgname/"{RPG_RT{.exe,_bak.ldb},*/Thumbs.db} #gabadge
iconv -f cp932 "$srcdir/${_jname}/初めに読んで下さい。${pkgver}.txt" > "$pkgdir/opt/$pkgname/ReadMe.txt"
install -Dm644 16x16.png "$pkgdir/usr/share/pixmaps/${pkgname}.png"
install -Dm755 "${pkgname}.sh" "$pkgdir/usr/bin/${pkgname}"
# Entry
install -Dm644 /usr/share/applications/easyrpg-player.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
desktop-file-edit "$pkgdir/usr/share/applications/$pkgname.desktop" \
--set-name=${_jname} --set-key=Exec --set-value=${pkgname} --set-icon=${pkgname} --set-comment='Explore the dreams'
}
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 |