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
4pkgname=neet-girl-date-night
5pkgver=1.1
6pkgrel=1
7pkgdesc='A small visual novel of Kara Eklund'
8arch=(any)
9url=https://hitsujigoods.itch.io/ngdn
10license=(custom:unknown)
11depends=(renpy)
12makedepends=(itchio-dlagent)
13source=("${pkgname}-${pkgver}.zip::itch://hitsujigoods/ngdn/6693521")
14sha256sums=('93146d2f7ac2f15bc7acb81d826e337ebb4c8b5054cea4d4526dbbc2fe2aa543')
15DLAGENTS+=("itch::/usr/bin/itchio-dlagent %u %o")
16
17package() {
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
23renpy /usr/share/${pkgname}
24END
25
26 install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/${pkgname}.desktop" << END
27[Desktop Entry]
28Name=${_pkgname//_/ }
29Comment=${pkgdesc}
30Exec=${pkgname}
31Terminal=false
32Categories=Game;
33Type=Application
34Icon=${pkgname}
35END
36 install -Dm644 "${_pkgname}-${pkgver}-win/game/gui/window_icon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
37}
38

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion