snoot-game-bin

maintainer C22 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a source archive from the project's own official domain (snootgame.xyz), which is the expected and legitimate source for this game; the non-whitelisted host is the project's own site, so this is a normal and safe AUR package pattern.

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 package downloads a source archive from the project's own official domain (snootgame.xyz), which is the expected and legitimate source for this game; the non-whitelisted host is the project's own site, so this is a normal and safe AUR package pattern.

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:16 source=("snoot_game.desktop" "https://snootgame.xyz/bin/${_game_name}-${_game_ver}-linux.tar.bz2")

PKGBUILD

1 offending line(s) highlighted
1
2# Maintainer: C22 <c22 at equestrianinnovations dot eq>
3
4_game_name="SnootGame"
5_pkg_name="snoot-game"
6_game_ver=Patch13-ChbabMaeMeung
7pkgname="${_pkg_name}-bin"
8pkgver=Patch13
9pkgrel=1
10pkgdesc="Renpy visual novel parody of Goodbye Volcano High"
11arch=('x86_64')
12options=("!strip" "!debug")
13url="https://snootgame.xyz"
14license=("AGPL", "custom:CC-BY-SA 4.0")
15
16source=("snoot_game.desktop" "https://snootgame.xyz/bin/${_game_name}-${_game_ver}-linux.tar.bz2")
17b2sums=('aee213241c80bf784935c802202898338065ff41b83f27e1bcea10b2cd314ce86d91a5c2c75a33c1c2e7e10f8dabfbc2ffe48b6f7bf2cf84bbcecd0726a2eda2'
18 '45755e4d4611c2e50082712fa4d4faf042a761a82f6ef14e8cfc68308f312eb8dd3fab287491e6cac68619e15ccfb9302c0fed82d8d959a5e8603f3910915dcb')
19
20package() {
21 _install_path="/opt/${_pkg_name}"
22
23 mkdir -p "${pkgdir}/${_install_path}"
24 cp -ar "${srcdir}/${_game_name}-${_game_ver}-linux"/* "${pkgdir}/${_install_path}"
25
26 _licenses_dir="${pkgdir}/usr/share/licenses/${_pkg_name}"
27 mkdir -p "${_licenses_dir}"
28 ln -s "${_install_path}/LICENSE" "${_licenses_dir}"
29 ln -s "${_install_path}/CC-BY-SA-4.0.txt" "${_licenses_dir}"
30 ln -s "${_install_path}/GNU Affero General Public License Version Three.txt" "${_licenses_dir}"
31 ln -s "${_install_path}/GPL-Exception" "${_licenses_dir}"
32
33 mkdir -p "${pkgdir}/usr/share/pixmaps"
34 ln -s "${_install_path}/game/gui/window_icon.png" "${pkgdir}/usr/share/pixmaps/${_pkg_name}.png"
35
36 mkdir -p "${pkgdir}/usr/bin/"
37 echo "#/bin/sh
38cd ${_install_path}
39./${_game_name}.sh" > "${pkgdir}/usr/bin/${_pkg_name}"
40 chmod +x "${pkgdir}/usr/bin/${_pkg_name}"
41
42 install -Dm755 "${srcdir}/snoot_game.desktop" "${pkgdir}/usr/share/applications/snoot_game.desktop"
43}
44

Scan history

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

Report a package

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

0 / 4000
Your suggestion