neet-girl-date-night
maintainer katt
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads a visual novel game from itch.io using a custom download agent, which is a normal practice for AUR packages hosting on itch.io; the source is verifiable via checksum and the content is non-executable game data run through renpy, posing minimal risk.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package downloads a visual novel game from itch.io using a custom download agent, which is a normal practice for AUR packages hosting on itch.io; the source is verifiable via checksum and the content is non-executable game data run through renpy, posing minimal risk.
PKGBUILD
1
# Maintainer: katt <magunasu.b97@gmail.com>
2
3
_pkgname=NEET_Girl_Date_Night
4
pkgname=neet-girl-date-night
5
pkgver=1.1
6
pkgrel=1
7
pkgdesc='A small visual novel of Kara Eklund'
8
arch=(any)
9
url=https://hitsujigoods.itch.io/ngdn
10
license=(custom:unknown)
11
depends=(renpy)
12
makedepends=(itchio-dlagent)
13
source=("${pkgname}-${pkgver}.zip::itch://hitsujigoods/ngdn/6693521")
14
sha256sums=('93146d2f7ac2f15bc7acb81d826e337ebb4c8b5054cea4d4526dbbc2fe2aa543')
15
DLAGENTS+=("itch::/usr/bin/itchio-dlagent %u %o")
16
17
package() {
18
install -dm755 "${pkgdir}/usr/share/${pkgname}"
19
cp -r "${_pkgname}-${pkgver}-win/game" "${pkgdir}/usr/share/${pkgname}"
20
21
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/${pkgname}" << END
22
#!/usr/bin/env sh
23
renpy /usr/share/${pkgname}
24
END
25
26
install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/${pkgname}.desktop" << END
27
[Desktop Entry]
28
Name=${_pkgname//_/ }
29
Comment=${pkgdesc}
30
Exec=${pkgname}
31
Terminal=false
32
Categories=Game;
33
Type=Application
34
Icon=${pkgname}
35
END
36
install -Dm644 "${_pkgname}-${pkgver}-win/game/gui/window_icon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
37
}
38
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 00:27:08 | LOW | 2 |
| 2026-08-11 17:21:34 | LOW | 2 |