cutemaze

maintainer gottcode · 8 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a standard tarball from the project's official domain, used to build the software normally; the host is not whitelisted but is plausibly the project's own, and no untrusted executable is downloaded or executed.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a standard tarball from the project's official domain, used to build the software normally; the host is not whitelisted but is plausibly the project's own, and no untrusted executable is downloaded or executed.

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:12 source=("https://gottcode.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Graeme Gott <graeme@gottcode.org>
2
3pkgname=cutemaze
4pkgver=1.3.7
5pkgrel=1
6pkgdesc='Top-down maze game'
7arch=('x86_64')
8url="https://gottcode.org/${pkgname}/"
9license=('GPL-3.0-or-later')
10depends=('hicolor-icon-theme' 'qt6-base' 'qt6-svg')
11makedepends=('appstream' 'cmake' 'qt6-tools')
12source=("https://gottcode.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
13sha256sums=('89a4f9e68570e63dedb408965b9cba425403b2850a469a43b4d48b29404daf61')
14
15build() {
16 cmake -B build -S "${pkgname}-${pkgver}" \
17 -DCMAKE_BUILD_TYPE='None' \
18 -DCMAKE_INSTALL_PREFIX='/usr' \
19 -Wno-dev
20 cmake --build build
21}
22
23package() {
24 DESTDIR="$pkgdir" cmake --install build
25}
26

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=cutemaze
-pkgver=1.3.6
+pkgver=1.3.7
pkgrel=1
pkgdesc='Top-down maze game'
arch=('x86_64')
@@ -10,7 +10,7 @@
depends=('hicolor-icon-theme' 'qt6-base' 'qt6-svg')
makedepends=('appstream' 'cmake' 'qt6-tools')
source=("https://gottcode.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('165fdfb0a074e0a9f81f090d96972e477c132457e7d601a04464f04543436b06')
+sha256sums=('89a4f9e68570e63dedb408965b9cba425403b2850a469a43b4d48b29404daf61')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \

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 17:25:21 MEDIUM 1
2026-06-19 19:07:35 CLEAN 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

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

0 / 4000
Your suggestion