zournal-git
maintainer 0000FF
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a public git repository and includes a standard SQLite amalgamation download from sqlite.org, which is a trusted source; the non-whitelisted host is a false alarm as sqlite.org is legitimate, and the few votes/recent upload are common for new AUR packages.
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 package builds from a public git repository and includes a standard SQLite amalgamation download from sqlite.org, which is a trusted source; the non-whitelisted host is a false alarm as sqlite.org is legitimate, and the few votes/recent upload are common for new AUR packages.
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:11
"https://sqlite.org/2026/sqlite-amalgamation-3530300.zip"
PKGBUILD
1 offending line(s) highlighted
1
pkgname=zournal-git
2
pkgver=r59.a3e0713
3
pkgrel=2
4
pkgdesc="A journal app for detective games"
5
arch=('x86_64' 'aarch64')
6
url="https://github.com/SimoneFelici/Zournal"
7
license=('MIT')
8
makedepends=('git' 'zig')
9
source=(
10
"git+${url}.git"
11
"https://sqlite.org/2026/sqlite-amalgamation-3530300.zip"
12
)
13
sha256sums=('SKIP'
14
'646421e12aac110282ef8cc68f1a62d4bb15fc7b8f09da0b53e29ee690500431')
15
provides=('zournal')
16
conflicts=('zournal-bin')
17
18
pkgver() {
19
cd "$srcdir/Zournal"
20
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21
}
22
23
prepare() {
24
cd "$srcdir/Zournal"
25
26
mkdir -p lib
27
28
cp "$srcdir/sqlite-amalgamation-3530300/sqlite3.c" lib/
29
}
30
31
build() {
32
cd "$srcdir/Zournal"
33
zig build -Doptimize=ReleaseFast
34
}
35
36
package() {
37
cd "$srcdir/Zournal"
38
39
install -Dm755 "zig-out/bin/zournal" "$pkgdir/usr/bin/zournal"
40
install -Dm644 "resources/zournal.desktop" "$pkgdir/usr/share/applications/zournal.desktop"
41
}
42
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 |