snoot-game-bin

LOW
maintainer C22 0 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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