capella-bin
maintainer alhirzel
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The main tarball is downloaded from mirror.umd.edu, a reputable university mirror hosting Eclipse project files, which is a normal and trusted source for this software; the icon is fetched from GitHub but is only a static image and not executable.
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 main tarball is downloaded from mirror.umd.edu, a reputable university mirror hosting Eclipse project files, which is a normal and trusted source for this software; the icon is fetched from GitHub but is only a static image and not executable.
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:27
source_x86_64=("https://mirror.umd.edu/eclipse/${pkgname%-bin}/core/products/releases/${pkgver:0:5}/${_name_tgz}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Alex Hirzel <alex at hirzel period us>
2
3
pkgname=capella-bin
4
provides=(${pkgname%-bin})
5
pkgver=7.0.0.202407091438
6
pkgrel=2
7
pkgdesc='Model-Based Systems Engineering tool that implements the Arcadia method.'
8
arch=('x86_64' 'aarch64')
9
depends=(
10
'alsa-lib'
11
'bash'
12
'java-runtime'
13
'perl'
14
'python'
15
'libx11'
16
'libxext'
17
'libxi'
18
'libxrender'
19
'libxtst'
20
)
21
makedepends=('gendesk')
22
url="https://mbse-capella.org/"
23
license=('EPL-2.0')
24
25
# main tarball
26
_name_tgz="${pkgname%-bin}-${pkgver}-linux-gtk-${arch}.tar.gz"
27
source_x86_64=("https://mirror.umd.edu/eclipse/${pkgname%-bin}/core/products/releases/${pkgver:0:5}/${_name_tgz}")
28
source_aarch64=("${source_x86_64[@]}") # copy of the other one
29
sha512sums_x86_64=('a1da02b436fac1921308f540aed7e687189f1881a797f8579a1e45fdf344735d4a0a2cbf5c97f30f3ec42fbed6da596dc22fb23fc2bb7a1960a021308fc47f79')
30
sha512sums_aarch64=('cc42e68784fe066567cf5202209be15d3016834232be128e06d04b2260ea598b29f432237ae572177a81d7b6b118db62ac47f1926f45703545da62727921b693')
31
32
# icon from GitHub
33
source=("${pkgname%-bin}.png::https://raw.githubusercontent.com/eclipse-capella/capella/refs/heads/master/releng/plugins/org.polarsys.capella.rcp/icons/Capella256x256.png")
34
sha512sums=('a8d33103d5adc0ffb76eb99692bfa055bafcfc292616cc4def3a3a7eeef4e04413b5d74c4df67471a1b0084c47d0068cf57bf9b6afa27bb86bac4f284fa71c9a')
35
36
prepare() {
37
gendesk -f -n --pkgname "${pkgname%-bin}" --pkgdesc "${pkgdesc}"
38
}
39
40
package() {
41
mkdir -p "${pkgdir}/opt" "${pkgdir}/usr/bin"
42
mv ${srcdir}/${pkgname%-bin} "${pkgdir}/opt"
43
ln -s "/opt/${pkgname%-bin}/${pkgname%-bin}" "${pkgdir}/usr/bin"
44
install -Dm644 "${pkgname%-bin}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
45
install -Dm644 "${pkgname%-bin}.png" "${pkgdir}/usr/share/pixmaps/${pkgname%-bin}.png"
46
}
47
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 |