loraines-when-they-shine-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt game bundle from a university-hosted cloud storage, which is not on standard AUR whitelists, but the content is a visual novel (non-executable data and scripts typical for Ren'Py games), and the build process only extracts and installs it without executing remote code.
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 source is a prebuilt game bundle from a university-hosted cloud storage, which is not on standard AUR whitelists, but the content is a visual novel (non-executable data and scripts typical for Ren'Py games), and the build process only extracts and installs it without executing remote code.
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:23
"$pkgname-$pkgver-$pkgrel.zip::https://cloud.tsinghua.edu.cn/f/b834452fb9eb42008eab/?dl=1"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Yufan You <ouuansteve at gmail>
2
3
pkgname=loraines-when-they-shine-bin
4
_pkgname=loraines-when-they-shine
5
pkgver=1.0
6
pkgrel=2
7
provides=("$_pkgname")
8
conflicts=("$_pkgname")
9
makedepends=('imagemagick')
10
depends=(
11
'hicolor-icon-theme'
12
'libglvnd'
13
'libx11'
14
'libxcb'
15
'libxau'
16
'libxdmcp'
17
)
18
pkgdesc='视觉小说《洛兰绽放之时》'
19
arch=('x86_64' 'i686')
20
url='https://github.com/MAY-game-studio/Loraines_when_they_shine'
21
license=('custom')
22
source=(
23
"$pkgname-$pkgver-$pkgrel.zip::https://cloud.tsinghua.edu.cn/f/b834452fb9eb42008eab/?dl=1"
24
"$_pkgname.desktop"
25
)
26
sha256sums=('33c00afa4d04a79fa3ddf6ebff7ee98c4f2d7dd533301d16787cbee34035d4b0'
27
'9a98ccd8cf024bfd3d22579d7e9a122180cefe81899417004a198d7ce6c2bdb3')
28
29
package() {
30
install -Dm644 "$_pkgname.desktop" -t "$pkgdir/usr/share/applications"
31
cd 'LorainesWhenTheyShine-1.0-pc'
32
install -Dd "$pkgdir/opt/${_pkgname}/lib"
33
cp -r game renpy *.sh *.py *.txt "$pkgdir/opt/${_pkgname}"
34
cp -r lib/linux* lib/python* "$pkgdir/opt/${_pkgname}/lib"
35
convert game/gui/window_icon.png -resize 512x512 icon-512x512.png
36
install -Dm644 icon-512x512.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png"
37
}
38
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 |