imagej

LOW
maintainer mschu 67 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
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: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
1# Maintainer: Michael Schubert <mschu.dev at gmail>
2# Contributor: Giulio Guzzinati <guzzinati.giulio at gmail>
3pkgname=imagej
4pkgver=1.54p
5_pkgver=154
6_jar=ij-$pkgver.jar
7pkgrel=1
8epoch=2
9pkgdesc="Image manipulation software for scientists"
10arch=('any')
11url="https://imagej.net"
12license=('Public Domain')
13depends=('java-runtime')
14makedepends=('unzip')
15optdepends=('java-environment-common')
16source=("http://wsr.imagej.net/distros/cross-platform/ij$_pkgver.zip"
17 "https://repo1.maven.org/maven2/net/imagej/ij/$pkgver/$_jar"
18 "imagej.sh"
19 "imagej.desktop"
20 "microscope.xpm")
21noextract=("ij$_pkgver.zip")
22sha256sums=('f13e6d39ae0ac1e2635347e47d597df43716f68608221b819226559b8efa2450'
23 '2e1a09961dfb41cee66ddc821b2577a41a072566ce45a49bae69267099741e20'
24 'c223a3b2437501edd92176f87bbea75d994104e1545eea6c120ef8c774c7114e'
25 '799188b0b2cf1dc684dc2f029dbd31a4b44b691b51fd5e42027a994452bc038e'
26 'fd1479568b116a276ca1f645589a8e37ccaf767736c6cc0dcec9672225a82572')
27
28package() {
29 cd "$pkgdir"
30 unzip -d "$pkgdir" "$srcdir/ij$_pkgver.zip"
31 rm -rf ImageJ/ImageJ.exe ImageJ/ImageJ.app ImageJ/run
32
33 mkdir -p "$pkgdir"/usr/share
34 mv ImageJ "$pkgdir"/usr/share/imagej
35 install -m644 "$srcdir"/$_jar "$pkgdir"/usr/share/imagej/ij.jar
36
37 find "$pkgdir" -type d -exec chmod 755 {} \; -o -exec chmod 644 {} \;
38
39 cd "$srcdir"
40 install -Dm755 imagej.sh "$pkgdir"/usr/bin/imagej
41 install -Dm644 imagej.desktop "$pkgdir"/usr/share/applications/imagej.desktop
42 install -Dm644 microscope.xpm "$pkgdir"/usr/share/pixmaps/microscope.xpm
43}
44

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion