tracecompass
maintainer ReyJamonico
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt release tarball from a mirror of an official Eclipse project release, which is a normal distribution method; the worst case of a swapped source would be code execution, but the host is a reputable academic institution's mirror, making malicious tampering unlikely.
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 source is a prebuilt release tarball from a mirror of an official Eclipse project release, which is a normal distribution method; the worst case of a swapped source would be code execution, but the host is a reputable academic institution's mirror, making malicious tampering unlikely.
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:15
source=("http://mirror.ibcp.fr/pub/eclipse/tracecompass/releases/${pkgver}/rcp/${_pkgname_full}-${pkgver}-${_bld}-linux.gtk.x86_64.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: David < davidalro at disroot dot org >
2
pkgname=tracecompass
3
pkgver=9.1.0
4
pkgrel=1
5
pkgdesc="Eclipse Trace Compass is an open source application to solve performance and reliability issues by reading and analyzing traces and logs of a system"
6
_bld="20230918-1643"
7
_pkgname_full=trace-compass
8
arch=('x86_64')
9
url="https://eclipse.dev/tracecompass/"
10
depends=('java-environment>=17')
11
license=('EPL')
12
sha512sums=('a3a9ac7b5d00ab29615588fab1b5005158ab23e573adcebebf7e7b7855f0ce825af2354d7c592a1bcc3e0b4e0f83ce1970c990f16418c2491e0029135b274190'
13
'e41300da10039c53c1bf8d6bb59af18161a924e9fd0ae2d1e5da60921d6ee0107a8cdbb2e00c0b80950a2e0876a34ee832c2e9b7b659d365d4575adfa47f010d'
14
'467081161c839ff938ee0aac14b663e6d85cdd7431d3560e49babc14b7a779ff619692cefc991265abbb259652d2e112c1fd4d4f44765530d2f18f08387ab9c1')
15
source=("http://mirror.ibcp.fr/pub/eclipse/tracecompass/releases/${pkgver}/rcp/${_pkgname_full}-${pkgver}-${_bld}-linux.gtk.x86_64.tar.gz"
16
"tracecompass.desktop"
17
"tracecompass.png")
18
19
package() {
20
mkdir -p "$pkgdir/opt"
21
mv ./trace-compass "$pkgdir/opt/"
22
mkdir -p "$pkgdir/usr/bin"
23
ln -s /opt/trace-compass/tracecompass "$pkgdir/usr/bin/tracecompass"
24
install -Dm644 tracecompass.desktop "$pkgdir/usr/share/applications/tracecompass.desktop"
25
install -Dm644 tracecompass.png "$pkgdir/usr/share/pixmaps/tracecompass.png"
26
}
27
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 |