whitebox
The source is downloaded from a university-hosted website (uoguelph.ca), which is plausibly the project's official home; the software is a Java-based GIS tool unpacked and installed locally, with no evidence of remote code execution or malicious behavior; the non-whitelisted host is academic and project-specific, not a generic file host, reducing supply-chain risk.
Triggered rules
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 downloaded from a university-hosted website (uoguelph.ca), which is plausibly the project's official home; the software is a Java-based GIS tool unpacked and installed locally, with no evidence of remote code execution or malicious behavior; the non-whitelisted host is academic and project-specific, not a generic file host, reducing supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:16
source=("$pkgname-$pkgver.zip::http://www.uoguelph.ca/~hydrogeo/Whitebox/WhiteboxGAT.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Samuel Fernando Mesa <samuelmesa dot linuxmail.org>
# Contributor: SaultDon <sault.don gmail>
pkgname=whitebox
pkgver=3.4.0
pkgrel=1
_pkgname="WhiteboxGAT"
pkgdesc="A Geographic information system (GIS) and remote sensing package intended for advanced geospatial analysis and data visualization."
arch=('any')
url="http://www.uoguelph.ca/~hydrogeo/Whitebox/index.html"
license=('GPL3')
depends=('jre8-openjdk' 'bash')
provides=("$pkgname=$pkgver")
install=$pkgname.install
changelog=$pkgname.changelog
source=("$pkgname-$pkgver.zip::http://www.uoguelph.ca/~hydrogeo/Whitebox/WhiteboxGAT.zip"
"$pkgname.sh"
"$pkgname.desktop")
noextract=($pkgname-$pkgver.zip)
sha1sums=('8fc1103b4be88cbd69f00004100a6403a7d46e65'
'a5864fbbc835f91b210281a6cdddea3c8572faae'
'88138d349e4e65ed1d92e9e22c7c9172d40dcfb0')
package(){
msg2 "Installing desktop entry..."
install -Dm644 $srcdir/$pkgname.desktop \
"$pkgdir/usr/share/applications/$pkgname.desktop"
msg2 "Installing package..."
install -d $pkgdir/opt
install -D $srcdir/$pkgname.sh \
"$pkgdir/opt/$pkgname/$pkgname.sh"
bsdtar --no-same-owner \
-s /$_pkgname/$pkgname/ \
--exclude .DS_Store \
--exclude __MACOSX \
--directory $pkgdir/opt \
-xf $pkgname-$pkgver.zip $_pkgname
msg2 "Installing license..."
install -d "$pkgdir/usr/share/licenses/$pkgname"
sed -n '/GNU GENERAL PUBLIC LICENSE/,/why-not-lgpl.html>./p' "$pkgdir/opt/$pkgname/ReleaseNotes.txt" > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
msg2 "Installing icon..."
install -Dm644 $pkgdir/opt/$pkgname/resources/Images/wbGAT.png \
"$pkgdir/usr/share/pixmaps/$pkgname.png"
msg2 "Making required folders/files writeable..."
find $pkgdir/opt/$pkgname -exec chmod 777 '{}' \;
find $pkgdir/opt/$pkgname -type f -name '*.jar' -exec chmod go-w '{}' \;
find $pkgdir/opt/$pkgname -type f -name '*.java' -exec chmod go-w '{}' \;
find $pkgdir/opt/$pkgname/resources/Images -exec chmod go-w '{}' \;
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |