mkhexgrid
maintainer rperce
· 1 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, used to build the software normally; the non-whitelisted host is the project's own site, and the patches are visible and benign.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official domain, used to build the software normally; the non-whitelisted host is the project's own site, and the patches are visible and benign.
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:22
source=("http://www.nomic.net/~uckelman/mkhexgrid/releases/mkhexgrid-0.1.1.src.tar.bz2")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Your Name <youremail@domain.com>
2
pkgname=mkhexgrid
3
pkgver=0.1.1
4
pkgrel=1
5
epoch=
6
pkgdesc="Hex Grid Creator"
7
arch=("x86_64")
8
url="http://www.nomic.net/~uckelman/mkhexgrid/"
9
license=('GPL')
10
groups=()
11
depends=("gd")
12
makedepends=("boost")
13
checkdepends=()
14
optdepends=()
15
provides=()
16
conflicts=()
17
replaces=()
18
backup=()
19
options=()
20
install=
21
changelog=
22
source=("http://www.nomic.net/~uckelman/mkhexgrid/releases/mkhexgrid-0.1.1.src.tar.bz2")
23
noextract=()
24
md5sums=("5a0bdedbee65c97144288cd91e4415db")
25
validpgpkeys=()
26
27
prepare() {
28
cd "$pkgname-$pkgver"
29
cat <<'EOF' | patch -p2
30
--- src/mkhexgrid-0.1.1/mkhexgrid.cpp 2007-01-10 07:37:42.000000000 -0600
31
+++ src/mkhexgrid-0.1.1/mkhexgrid.cpp 2016-09-18 21:30:27.153331541 -0500
32
@@ -148,7 +148,7 @@
33
Grid g(opt);
34
g.draw();
35
}
36
- catch (exception &e) {
37
+ catch (std::exception &e) {
38
cerr << argv[0] << ": " << e.what() << endl;
39
exit(1);
40
}
41
EOF
42
cat <<'EOF' | patch -p2
43
--- src/mkhexgrid-0.1.1/png.cpp 2007-01-10 07:37:42.000000000 -0600
44
+++ src/mkhexgrid-0.1.1/png.cpp 2016-09-18 21:39:16.996664397 -0500
45
@@ -24,6 +24,7 @@
46
#include <exception>
47
#include <stdexcept>
48
#include <string>
49
+#include <cstring>
50
#include <sstream>
51
using namespace std;
52
EOF
53
}
54
build() {
55
cd "$pkgname-$pkgver"
56
make
57
}
58
59
package() {
60
cd "$pkgname-$pkgver"
61
make DESTDIR="$pkgdir/usr" install
62
}
63
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 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |