battlescribe
maintainer ClawOfLight
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt zip from the official project domain battlescribe.net, which hosts the project's own releases; despite the non-whitelisted host, this is a legitimate source for the software, and the checksum is verified, making it low risk.
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 downloads a prebuilt zip from the official project domain battlescribe.net, which hosts the project's own releases; despite the non-whitelisted host, this is a legitimate source for the software, and the checksum is verified, making it low risk.
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:13
source=("http://battlescribe.net/files/BattleScribe_$pkgver""_Linux.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Bennett Piater <bennett at piater dot name>
2
3
pkgname='battlescribe'
4
pkgver='2.03.21'
5
pkgrel=1
6
pkgdesc="An army list builder for table-top games."
7
arch=(any)
8
url="http://battlescribe.net/?tab=downloads"
9
_watch="$url"
10
license=('custom')
11
12
depends=()
13
source=("http://battlescribe.net/files/BattleScribe_$pkgver""_Linux.zip"
14
"$pkgname.desktop"
15
"$pkgname-data-editor.desktop"
16
"$pkgname-data-indexer.desktop"
17
"$pkgname.png"
18
"$pkgname-roster-editor"
19
"$pkgname-data-editor"
20
"$pkgname-data-indexer"
21
)
22
md5sums=('831999d78bae29a5759c1b9c7a2e8f72'
23
'5e1ccb89db05b234416ba112bbd02372'
24
'2b54d275f9be4e57b4e605f8871c38e6'
25
'9af5e7e2a8444882061520d09af0af84'
26
'd0fef06c5b080003f84a0e148fbe9261'
27
'4187b4dcbcffd50db65d05ba59c8b414'
28
'b9821873b19ba76c1405367a8c5136e3'
29
'78c218e5c350cedc273f297ad2d712d9')
30
31
package() {
32
cd "$srcdir"
33
34
# Copy files to system
35
install -D -t "$pkgdir/usr/share/java/$pkgname/" *.jar
36
install -Dm755 -t "$pkgdir/usr/bin/" "$pkgname-"{roster,data}-editor "$pkgname-data-indexer"
37
mv lib jre "$pkgdir/usr/share/java/$pkgname/"
38
39
# Copy the license
40
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" license.txt
41
42
# Copy the desktop file and image
43
install -Dm644 -t "$pkgdir/usr/share/applications/" *.desktop
44
install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
45
}
46
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 |