super-sonico-plus-size-adventure
maintainer katt
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package downloads a game from Itch.io via a custom dlagent, which is normal for AUR packages hosting on Itch; the source is verifiable via checksum and is data played by RenPy, not executed code.
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 95%): The package downloads a game from Itch.io via a custom dlagent, which is normal for AUR packages hosting on Itch; the source is verifiable via checksum and is data played by RenPy, not executed code.
PKGBUILD
1
# Maintainer: katt <magunasu.b97@gmail.com>
2
3
pkgname=super-sonico-plus-size-adventure
4
pkgver=0.2c
5
pkgrel=1
6
arch=(any)
7
url=https://chocofl4n.itch.io/super-sonico-plus-size-adventure
8
license=(custom:unknown)
9
depends=(renpy)
10
makedepends=(itchio-dlagent)
11
source=("${pkgname}-${pkgver}.zip::itch://chocofl4n/super-sonico-plus-size-adventure/14967686")
12
sha256sums=('aec58ca52fcc7bb08cd770f5bd02210ab5f6e684a942273da93d0e624631a1e1')
13
DLAGENTS+=("itch::/usr/bin/itchio-dlagent %u %o")
14
15
package() {
16
install -dm755 "${pkgdir}/usr/share/${pkgname}"
17
cp -r "Stuffed_Sonico-0.2a-pc/game" "${pkgdir}/usr/share/${pkgname}"
18
19
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/${pkgname}" << END
20
#!/usr/bin/env sh
21
renpy /usr/share/${pkgname}
22
END
23
24
install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/${pkgname}.desktop" << END
25
[Desktop Entry]
26
Name=Super Sonico Plus Size Adventure
27
Exec=${pkgname}
28
Terminal=false
29
Categories=Game;
30
Type=Application
31
Icon=${pkgname}
32
END
33
install -Dm644 "Stuffed_Sonico-0.2a-pc/game/gui/window_icon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
34
}
35
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 |