snoot-game-bin
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
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)
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
# Maintainer: C22 <c22 at equestrianinnovations dot eq>
_game_name="SnootGame"
_pkg_name="snoot-game"
_game_ver=Patch13-ChbabMaeMeung
pkgname="${_pkg_name}-bin"
pkgver=Patch13
pkgrel=1
pkgdesc="Renpy visual novel parody of Goodbye Volcano High"
arch=('x86_64')
options=("!strip" "!debug")
url="https://snootgame.xyz"
license=("AGPL", "custom:CC-BY-SA 4.0")
source=("snoot_game.desktop" "https://snootgame.xyz/bin/${_game_name}-${_game_ver}-linux.tar.bz2")
b2sums=('aee213241c80bf784935c802202898338065ff41b83f27e1bcea10b2cd314ce86d91a5c2c75a33c1c2e7e10f8dabfbc2ffe48b6f7bf2cf84bbcecd0726a2eda2'
'45755e4d4611c2e50082712fa4d4faf042a761a82f6ef14e8cfc68308f312eb8dd3fab287491e6cac68619e15ccfb9302c0fed82d8d959a5e8603f3910915dcb')
package() {
_install_path="/opt/${_pkg_name}"
mkdir -p "${pkgdir}/${_install_path}"
cp -ar "${srcdir}/${_game_name}-${_game_ver}-linux"/* "${pkgdir}/${_install_path}"
_licenses_dir="${pkgdir}/usr/share/licenses/${_pkg_name}"
mkdir -p "${_licenses_dir}"
ln -s "${_install_path}/LICENSE" "${_licenses_dir}"
ln -s "${_install_path}/CC-BY-SA-4.0.txt" "${_licenses_dir}"
ln -s "${_install_path}/GNU Affero General Public License Version Three.txt" "${_licenses_dir}"
ln -s "${_install_path}/GPL-Exception" "${_licenses_dir}"
mkdir -p "${pkgdir}/usr/share/pixmaps"
ln -s "${_install_path}/game/gui/window_icon.png" "${pkgdir}/usr/share/pixmaps/${_pkg_name}.png"
mkdir -p "${pkgdir}/usr/bin/"
echo "#/bin/sh
cd ${_install_path}
./${_game_name}.sh" > "${pkgdir}/usr/bin/${_pkg_name}"
chmod +x "${pkgdir}/usr/bin/${_pkg_name}"
install -Dm755 "${srcdir}/snoot_game.desktop" "${pkgdir}/usr/share/applications/snoot_game.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |