topcat

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

The package downloads a JAR file and a logo from the project's official domain, which is not on the analyzer's whitelist but is plausibly legitimate; the JAR is the project's own code, not a prebuilt executable from an unrelated third party, and the rest are data files.

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 90%): The package downloads a JAR file and a logo from the project's official domain, which is not on the analyzer's whitelist but is plausibly legitimate; the JAR is the project's own code, not a prebuilt executable from an unrelated third party, and the rest are data files.

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:12 source=("topcat-full-${pkgver}.jar::https://www.star.bristol.ac.uk/mbt/releases/topcat/v${_pkgver}/topcat-full.jar"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Simon Conseil <contact+aur at saimon dot org>
2pkgname=topcat
3pkgver=4.10.8
4_pkgver=4.10-8
5pkgrel=1
6pkgdesc="Tool for OPerations on Catalogues And Tables"
7arch=('any')
8url="http://www.star.bris.ac.uk/~mbt/topcat/"
9depends=('java-runtime' 'sh')
10license=('GPL')
11noextract=('topcat-full.jar')
12source=("topcat-full-${pkgver}.jar::https://www.star.bristol.ac.uk/mbt/releases/topcat/v${_pkgver}/topcat-full.jar"
13 "https://raw.githubusercontent.com/Starlink/starjava/master/topcat/src/docs/tclogo.svg"
14 "topcat" "topcat.desktop")
15md5sums=('8edadd8a0b975cb944fedd385d52ae84'
16 'a8df7717765aa85d16dfbf296ea8d76e'
17 '5f2df6a05c72b5641bf6a2b1c29173ed'
18 '61d8176524b9f40b58b839b8c72a23de')
19
20package() {
21 cd "$srcdir"
22 mkdir -p "$pkgdir/usr/share/java"
23 mkdir -p "$pkgdir/usr/bin"
24 mkdir -p "$pkgdir/usr/share/applications"
25 mkdir -p "$pkgdir/usr/share/pixmaps"
26 install -m644 "$srcdir"/topcat-full-${pkgver}.jar "$pkgdir"/usr/share/java/topcat-full.jar
27 install -m755 "$srcdir"/topcat "$pkgdir"/usr/bin/topcat
28 install -m755 "$srcdir"/tclogo.svg "$pkgdir"/usr/share/pixmaps/topcat.svg
29 install -m755 "$srcdir"/topcat.desktop "$pkgdir"/usr/share/applications
30}
31

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