hexalate
maintainer gottcode
· 4 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 package maintainer; building from official project source is normal AUR packaging practice.
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 package maintainer; building from official project source is normal AUR packaging practice.
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=hexalate
4
pkgver=1.2.7
5
pkgrel=1
6
pkgdesc='Color matching 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=('5beebf1883a0c0c319d30c3c479ece2ed70f88e4336c6acc35c484493a290201')
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=hexalate-pkgver=1.2.6+pkgver=1.2.7 pkgrel=1 pkgdesc='Color matching 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=('2567f03f0b897ae1d23cb53ec178f642716926b8c83305e026298e151842d4a5')+sha256sums=('5beebf1883a0c0c319d30c3c479ece2ed70f88e4336c6acc35c484493a290201') 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-18 16:11:54 | MEDIUM | 1 |