imagej
The package downloads source files from a non-whitelisted but project-related host (wsr.imagej.net) and Maven Central; the files are part of the official ImageJ distribution, used for building the package, and no unverified or executable payloads are run during install.
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 source files from a non-whitelisted but project-related host (wsr.imagej.net) and Maven Central; the files are part of the official ImageJ distribution, used for building the package, and no unverified or executable payloads are run during install.
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=("http://wsr.imagej.net/distros/cross-platform/ij$_pkgver.zip" -
PKGBUILD:17
"https://repo1.maven.org/maven2/net/imagej/ij/$pkgver/$_jar"
PKGBUILD
2 offending line(s) highlighted# Maintainer: Michael Schubert <mschu.dev at gmail>
# Contributor: Giulio Guzzinati <guzzinati.giulio at gmail>
pkgname=imagej
pkgver=1.54p
_pkgver=154
_jar=ij-$pkgver.jar
pkgrel=1
epoch=2
pkgdesc="Image manipulation software for scientists"
arch=('any')
url="https://imagej.net"
license=('Public Domain')
depends=('java-runtime')
makedepends=('unzip')
optdepends=('java-environment-common')
source=("http://wsr.imagej.net/distros/cross-platform/ij$_pkgver.zip"
"https://repo1.maven.org/maven2/net/imagej/ij/$pkgver/$_jar"
"imagej.sh"
"imagej.desktop"
"microscope.xpm")
noextract=("ij$_pkgver.zip")
sha256sums=('f13e6d39ae0ac1e2635347e47d597df43716f68608221b819226559b8efa2450'
'2e1a09961dfb41cee66ddc821b2577a41a072566ce45a49bae69267099741e20'
'c223a3b2437501edd92176f87bbea75d994104e1545eea6c120ef8c774c7114e'
'799188b0b2cf1dc684dc2f029dbd31a4b44b691b51fd5e42027a994452bc038e'
'fd1479568b116a276ca1f645589a8e37ccaf767736c6cc0dcec9672225a82572')
package() {
cd "$pkgdir"
unzip -d "$pkgdir" "$srcdir/ij$_pkgver.zip"
rm -rf ImageJ/ImageJ.exe ImageJ/ImageJ.app ImageJ/run
mkdir -p "$pkgdir"/usr/share
mv ImageJ "$pkgdir"/usr/share/imagej
install -m644 "$srcdir"/$_jar "$pkgdir"/usr/share/imagej/ij.jar
find "$pkgdir" -type d -exec chmod 755 {} \; -o -exec chmod 644 {} \;
cd "$srcdir"
install -Dm755 imagej.sh "$pkgdir"/usr/bin/imagej
install -Dm644 imagej.desktop "$pkgdir"/usr/share/applications/imagej.desktop
install -Dm644 microscope.xpm "$pkgdir"/usr/share/pixmaps/microscope.xpm
}
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 |