yumenikki-jp
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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: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
1
# Contributor: maz-1 <ohmygod19993 at gmail dot com>
2
_pkgname=yumenikki
3
_jname=ゆめにっき
4
pkgname=${_pkgname}-jp
5
pkgver=0.10
6
pkgrel=5
7
pkgdesc="Surrealistic adventure game about exploring the dreams (Japanese)"
8
url='http://www3.nns.ne.jp/pri/tk-mto/'
9
arch=('any')
10
license=('custom')
11
depends=(easyrpg-player rpg2003-rtp) #fluidsynth,soundfont-gmgsx?
12
makedepends=(unarchiver desktop-file-utils)
13
source=("http://ftp.vector.co.jp/43/88/3084/${_pkgname}${pkgver}.lzh"
14
https://cdn2.steamgriddb.com/icon/06409663226af2f3114485aa4e0a23b4/8/16x16.png
15
${pkgname}.sh )
16
# Cannot DL patch: "https://www3.nns.ne.jp/~tk-mto/yumesyuusei.lzh"
17
md5sums=('f3a16c395078dcec4950200732bc5194'
18
'50288d205493517d498ddfcc40df2b09'
19
'e6d724ce5a36ab364f0eed09a03f3ffe')
20
options=(!strip)
21
prepare() {
22
unar -f -e cp932 "${_pkgname}${pkgver}.lzh" #unsupoorted by bsdtar yet
23
}
24
25
package() {
26
install -d "$pkgdir/opt"
27
mv "${_jname}/${_jname}${pkgver}" "$pkgdir/opt/$pkgname"
28
rm "$pkgdir/opt/$pkgname/"{RPG_RT{.exe,_bak.ldb},*/Thumbs.db} #gabadge
29
iconv -f cp932 "$srcdir/${_jname}/初めに読んで下さい。${pkgver}.txt" > "$pkgdir/opt/$pkgname/ReadMe.txt"
30
install -Dm644 16x16.png "$pkgdir/usr/share/pixmaps/${pkgname}.png"
31
install -Dm755 "${pkgname}.sh" "$pkgdir/usr/bin/${pkgname}"
32
# Entry
33
install -Dm644 /usr/share/applications/easyrpg-player.desktop "$pkgdir/usr/share/applications/$pkgname.desktop"
34
desktop-file-edit "$pkgdir/usr/share/applications/$pkgname.desktop" \
35
--set-name=${_jname} --set-key=Exec --set-value=${pkgname} --set-icon=${pkgname} --set-comment='Explore the dreams'
36
}
37
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 |