maptool-stable-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt tarball from the project's official download host (download.rptools.net), which is plausibly controlled by the project maintainers; the package installs only the official binary and a desktop file, with no obfuscated code or remote execution, making the risk low despite the non-whitelisted host.
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 prebuilt tarball from the project's official download host (download.rptools.net), which is plausibly controlled by the project maintainers; the package installs only the official binary and a desktop file, with no obfuscated code or remote execution, making the risk low despite the non-whitelisted host.
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=("https://download.rptools.net/zip/maptool-linux64-${pkgver}.tar" "MapTool.desktop")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Mathias Walters <waltersm at protonmail dot com>
2
3
pkgname=maptool-stable-bin
4
pkgver=1.4.1.8
5
pkgrel=4
6
pkgdesc="The stable release of an open source virtual tabletop program"
7
arch=('x86_64')
8
url="https://rptools.net/tools/maptool"
9
license=('AGPL3')
10
optdepends=('gvfs: access virtual filesystem')
11
provides=('maptool')
12
conflicts=('maptool')
13
source=("https://download.rptools.net/zip/maptool-linux64-${pkgver}.tar" "MapTool.desktop")
14
options=(!strip)
15
sha256sums=('e0a96e7349db16d2553ec976d2db8f810a3fa4b5b4ba4c22aee5e609e10ff15b' 'b99e854c0ecab9ce600dcaf87e255f87e9a0f056a5583cae672dc1975afcb678')
16
17
package() {
18
install -Dm 644 "$srcdir"/MapTool.desktop -t "$pkgdir"/usr/share/applications/
19
install -Dm 755 "$srcdir"/MapTool-linux64-offline -t "$pkgdir"/usr/bin/
20
}
21
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 |