meteoinfo
The package downloads a source zip from the project's own domain (meteothink.org), which is not on a standard forge but plausibly official; the checksums are provided and match, and the installed files are scripts and data from the verified source, posing no execution risk beyond normal AUR package builds.
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 package downloads a source zip from the project's own domain (meteothink.org), which is not on a standard forge but plausibly official; the checksums are provided and match, and the installed files are scripts and data from the verified source, posing no execution risk beyond normal AUR package builds.
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:13
source=("http://meteothink.org/downloads/files/MeteoInfo_${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: envolution
# Contributor: Heavysink <winstonwu91@gmail.com>
# shellcheck shell=bash disable=SC2034,SC2154
pkgname=meteoinfo
pkgver=4.1.5
pkgrel=1
pkgdesc="MeteoInfo: GIS, scientific computation and visualization environment"
arch=("any")
url="http://meteothink.org"
license=("LGPL-3.0")
depends=("java-environment")
source=("http://meteothink.org/downloads/files/MeteoInfo_${pkgver}.zip"
https://raw.githubusercontent.com/meteoinfo/MeteoInfo/refs/heads/master/LICENSE
https://raw.githubusercontent.com/meteoinfo/MeteoInfo/refs/heads/master/README.md
)
sha256sums=('44067a20aad12660d40c85f1e805613e8e166a8e66bde60513fde44ea0bea4da'
'97628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979b'
'3cf668325fdd689a49cf5aab59f2b53948d7df05248e121be6111e11969a128c')
package() {
install -dm755 $pkgdir/opt
install -dm755 $pkgdir/usr/bin
cp -r MeteoInfo $pkgdir/opt
chmod +x $pkgdir/opt/MeteoInfo/milab.sh $pkgdir/opt/MeteoInfo/mimap.sh
ln -s /opt/MeteoInfo/milab.sh $pkgdir/usr/bin/milab
ln -s /opt/MeteoInfo/mimap.sh $pkgdir/usr/bin/mimap
install -Dm644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
# vim:set ts=2 sw=2 et:
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 |