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
3pkgname=super-sonico-plus-size-adventure
4pkgver=0.2c
5pkgrel=1
6arch=(any)
7url=https://chocofl4n.itch.io/super-sonico-plus-size-adventure
8license=(custom:unknown)
9depends=(renpy)
10makedepends=(itchio-dlagent)
11source=("${pkgname}-${pkgver}.zip::itch://chocofl4n/super-sonico-plus-size-adventure/14967686")
12sha256sums=('aec58ca52fcc7bb08cd770f5bd02210ab5f6e684a942273da93d0e624631a1e1')
13DLAGENTS+=("itch::/usr/bin/itchio-dlagent %u %o")
14
15package() {
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
21renpy /usr/share/${pkgname}
22END
23
24 install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/${pkgname}.desktop" << END
25[Desktop Entry]
26Name=Super Sonico Plus Size Adventure
27Exec=${pkgname}
28Terminal=false
29Categories=Game;
30Type=Application
31Icon=${pkgname}
32END
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)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