panoply
maintainer MadPhysicist
· 15 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from NASA's official domain (giss.nasa.gov), which is the legitimate project host, and the package installs only verified Java binaries and resources; the non-whitelisted host is a false positive as the domain is project-appropriate and trustworthy.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is downloaded from NASA's official domain (giss.nasa.gov), which is the legitimate project host, and the package installs only verified Java binaries and resources; the non-whitelisted host is a false positive as the domain is project-appropriate and trustworthy.
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.giss.nasa.gov/tools/panoply/download/PanoplyJ-${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: xente <laynepedersen at gmail dot com>
2
# Contributer: MadPhysicist <jfoxrabinovitz at gmail dot com>
3
pkgname=panoply
4
pkgver=5.10.0
5
pkgrel=1
6
pkgdesc='NetCDF, HDF and GRIB Data Viewer by NASA GISS'
7
arch=('any')
8
url='http://www.giss.nasa.gov/tools/panoply/'
9
license=('custom')
10
groups=('nasa-tools')
11
depends=('java-runtime>=11'
12
'hicolor-icon-theme')
13
makedepends=('unzip' 'imagemagick')
14
optdepends=()
15
provides=()
16
conflicts=(panoply-nodesktop)
17
replaces=()
18
backup=()
19
options=()
20
install=panoply.install
21
changelog=
22
source=("http://www.giss.nasa.gov/tools/panoply/download/PanoplyJ-${pkgver}.zip"
23
"https://www.giss.nasa.gov/tools/panoply/download/Panoply-${pkgver}.sha1.txt"
24
'panoply-license.txt'
25
'panoply-script.patch'
26
'panoply.desktop')
27
noextract=()
28
sha1sums=('cfdcd71328ce4b5888b0a17eec2c3c633c71285e'
29
'0939b47c15b5b2452d8c7f350fd0884c2e296646'
30
'a83855747414873269e21aaff1a53d13ab5de304'
31
'241ee69031c69598483c27b8580731aa7a468eca'
32
'39c9a58c25d8f764c928e9dfe75f4f73bb9198f0')
33
34
prepare() {
35
_sha1="$(cat Panoply-${pkgver}.sha1.txt 2>/dev/null | grep 'PanoplyJ.*.zip' | grep -o '^[^ ]*')"
36
if [ "${sha1sums[0]}" = "$_sha1" ]; then
37
echo "Checksum correct. Proceed to build"
38
else
39
echo "Checksum fail. Please check download!"
40
exit 1
41
fi
42
cd ${srcdir}/PanoplyJ
43
patch -uN -i ../panoply-script.patch || return 1
44
unzip -px jars/Panoply.jar gov/nasa/giss/panoply/about/panoply_320x320.png > ../panoply320.png
45
declare -a StringArray=("16" "32" "48" "64" "128" "192")
46
for i in "${StringArray[@]}"; do
47
echo "Resizing icon to ${i}x${i}"
48
convert ../panoply320.png -resize ${i}x${i} ../panoply${i}.png
49
done
50
}
51
52
package() {
53
install -Dm644 ${srcdir}/panoply-license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSES
54
install -d -m755 ${pkgdir}/usr/share/java/panoply
55
install -Dm644 ${srcdir}/PanoplyJ/jars/*.jar ${pkgdir}/usr/share/java/panoply
56
install -Dm755 ${srcdir}/PanoplyJ/panoply.sh ${pkgdir}/usr/bin/panoply
57
for i in "${StringArray[@]}"; do
58
install -Dm644 ${srcdir}/panoply${i}.png ${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/panoply.png
59
done
60
install -Dm644 ${srcdir}/panoply.desktop ${pkgdir}/usr/share/applications/panoply.desktop
61
}
62
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 |