topcat
maintainer saimn
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a JAR file and assets from the project's official domain (star.bristol.ac.uk) and GitHub;虽主机不在白名单但属项目自有基础设施,且安装内容为非可执行数据和资源文件,无远程代码执行风险。
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 a JAR file and assets from the project's official domain (star.bristol.ac.uk) and GitHub;虽主机不在白名单但属项目自有基础设施,且安装内容为非可执行数据和资源文件,无远程代码执行风险。
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>
2
pkgname=topcat
3
pkgver=4.10.7
4
_pkgver=4.10-7
5
pkgrel=1
6
pkgdesc="Tool for OPerations on Catalogues And Tables"
7
arch=('any')
8
url="http://www.star.bris.ac.uk/~mbt/topcat/"
9
depends=('java-runtime' 'sh')
10
license=('GPL')
11
noextract=('topcat-full.jar')
12
source=("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")
15
md5sums=('54872bbfa8e1e4428c58f3ddb9ac4527'
16
'a8df7717765aa85d16dfbf296ea8d76e'
17
'5f2df6a05c72b5641bf6a2b1c29173ed'
18
'61d8176524b9f40b58b839b8c72a23de')
19
20
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |