tetzle
maintainer gottcode
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official domain, building the project's own code, which is normal for AUR packages; the host is not whitelisted but is plausibly legitimate and under the maintainer's control.
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 tarball from the project's official domain, building the project's own code, which is normal for AUR packages; the host is not whitelisted but is plausibly legitimate and under the maintainer's control.
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
3
pkgname=tetzle
4
pkgver=3.0.5
5
pkgrel=1
6
pkgdesc='Tetromino jigsaw puzzle game'
7
arch=(x86_64)
8
url="https://gottcode.org/${pkgname}/"
9
license=('GPL-3.0-or-later')
10
depends=('hicolor-icon-theme' 'qt6-base')
11
makedepends=('appstream' 'cmake' 'qt6-tools')
12
source=("https://gottcode.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
13
sha256sums=('3d3b6e9c83b23c8c2c7e9955a36fe8a7096a957784f7e6ba9be5f89cd97813dd')
14
15
build() {
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
23
package() {
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=tetzle-pkgver=3.0.4+pkgver=3.0.5 pkgrel=1 pkgdesc='Tetromino jigsaw puzzle game' arch=(x86_64)@@ -10,7 +10,7 @@ depends=('hicolor-icon-theme' 'qt6-base') makedepends=('appstream' 'cmake' 'qt6-tools') source=("https://gottcode.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('caf4b4e955a91149b92160fc7abd49be3a41eba1e050145cb4d9161893e65d9e')+sha256sums=('3d3b6e9c83b23c8c2c7e9955a36fe8a7096a957784f7e6ba9be5f89cd97813dd') build() { cmake -B build -S "${pkgname}-${pkgver}" \Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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-19 18:54:17 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |