yumenikki-jp

LOW
maintainer orphaned 1 votes scanned 2026-09-17 00:27:14.276658
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=ゆめにっき
4pkgname=${_pkgname}-jp
5pkgver=0.10
6pkgrel=5
7pkgdesc="Surrealistic adventure game about exploring the dreams (Japanese)"
8url='http://www3.nns.ne.jp/pri/tk-mto/'
9arch=('any')
10license=('custom')
11depends=(easyrpg-player rpg2003-rtp) #fluidsynth,soundfont-gmgsx?
12makedepends=(unarchiver desktop-file-utils)
13source=("http://ftp.vector.co.jp/43/88/3084/${_pkgname}${pkgver}.lzh"
14https://cdn2.steamgriddb.com/icon/06409663226af2f3114485aa4e0a23b4/8/16x16.png
15${pkgname}.sh )
16# Cannot DL patch: "https://www3.nns.ne.jp/~tk-mto/yumesyuusei.lzh"
17md5sums=('f3a16c395078dcec4950200732bc5194'
18 '50288d205493517d498ddfcc40df2b09'
19 'e6d724ce5a36ab364f0eed09a03f3ffe')
20options=(!strip)
21prepare() {
22 unar -f -e cp932 "${_pkgname}${pkgver}.lzh" #unsupoorted by bsdtar yet
23}
24
25package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion