tanglet
maintainer gottcode
· 13 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 (gottcode.org), which is plausibly maintained by the author; building from official project sources is normal for AUR packages, even if the host is not on a whitelist.
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 (gottcode.org), which is plausibly maintained by the author; building from official project sources is normal for AUR packages, even if the host is not on a whitelist.
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=tanglet
4
pkgver=1.6.10
5
pkgrel=1
6
pkgdesc='Single player word finding 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=('0a35cd1e478cc99a7cdf9bcc6c87a203f9a8e2ab0123eeeca1b0c92a12e1c962')
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=tanglet-pkgver=1.6.9+pkgver=1.6.10 pkgrel=1 pkgdesc='Single player word finding 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=('9e3a5c2a16fea0ca8d601f1388b103d94b233785fe9aa18308229247990c41f5')+sha256sums=('0a35cd1e478cc99a7cdf9bcc6c87a203f9a8e2ab0123eeeca1b0c92a12e1c962') 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 |