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>
3pkgname=panoply
4pkgver=5.10.0
5pkgrel=1
6pkgdesc='NetCDF, HDF and GRIB Data Viewer by NASA GISS'
7arch=('any')
8url='http://www.giss.nasa.gov/tools/panoply/'
9license=('custom')
10groups=('nasa-tools')
11depends=('java-runtime>=11'
12 'hicolor-icon-theme')
13makedepends=('unzip' 'imagemagick')
14optdepends=()
15provides=()
16conflicts=(panoply-nodesktop)
17replaces=()
18backup=()
19options=()
20install=panoply.install
21changelog=
22source=("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')
27noextract=()
28sha1sums=('cfdcd71328ce4b5888b0a17eec2c3c633c71285e'
29 '0939b47c15b5b2452d8c7f350fd0884c2e296646'
30 'a83855747414873269e21aaff1a53d13ab5de304'
31 '241ee69031c69598483c27b8580731aa7a468eca'
32 '39c9a58c25d8f764c928e9dfe75f4f73bb9198f0')
33
34prepare() {
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
52package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion