connectagram
maintainer gottcode
· 6 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 from source is normal for AUR, and the host, while not whitelisted, is plausibly project-owned with a valid checksum.
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 from source is normal for AUR, and the host, while not whitelisted, is plausibly project-owned with a valid checksum.
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=connectagram
4
pkgver=1.3.10
5
pkgrel=1
6
pkgdesc='Word unscrambling 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=('befd7a55c18813c3772186e1f6c08cd746728f6525b19c7f4c8fbd76ceb2313e')
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=connectagram-pkgver=1.3.9+pkgver=1.3.10 pkgrel=1 pkgdesc='Word unscrambling 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=('58fdc21a3cfca9aea132ca06e96966c24a37225ae43ad95b174c3c933a6f4256')+sha256sums=('befd7a55c18813c3772186e1f6c08cd746728f6525b19c7f4c8fbd76ceb2313e') 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 |