capella-bin

LOW
maintainer alhirzel 1 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=capella-bin
4provides=(${pkgname%-bin})
5pkgver=7.0.0.202407091438
6pkgrel=2
7pkgdesc='Model-Based Systems Engineering tool that implements the Arcadia method.'
8arch=('x86_64' 'aarch64')
9depends=(
10 'alsa-lib'
11 'bash'
12 'java-runtime'
13 'perl'
14 'python'
15 'libx11'
16 'libxext'
17 'libxi'
18 'libxrender'
19 'libxtst'
20)
21makedepends=('gendesk')
22url="https://mbse-capella.org/"
23license=('EPL-2.0')
24
25# main tarball
26_name_tgz="${pkgname%-bin}-${pkgver}-linux-gtk-${arch}.tar.gz"
27source_x86_64=("https://mirror.umd.edu/eclipse/${pkgname%-bin}/core/products/releases/${pkgver:0:5}/${_name_tgz}")
28source_aarch64=("${source_x86_64[@]}") # copy of the other one
29sha512sums_x86_64=('a1da02b436fac1921308f540aed7e687189f1881a797f8579a1e45fdf344735d4a0a2cbf5c97f30f3ec42fbed6da596dc22fb23fc2bb7a1960a021308fc47f79')
30sha512sums_aarch64=('cc42e68784fe066567cf5202209be15d3016834232be128e06d04b2260ea598b29f432237ae572177a81d7b6b118db62ac47f1926f45703545da62727921b693')
31
32# icon from GitHub
33source=("${pkgname%-bin}.png::https://raw.githubusercontent.com/eclipse-capella/capella/refs/heads/master/releng/plugins/org.polarsys.capella.rcp/icons/Capella256x256.png")
34sha512sums=('a8d33103d5adc0ffb76eb99692bfa055bafcfc292616cc4def3a3a7eeef4e04413b5d74c4df67471a1b0084c47d0068cf57bf9b6afa27bb86bac4f284fa71c9a')
35
36prepare() {
37 gendesk -f -n --pkgname "${pkgname%-bin}" --pkgdesc "${pkgdesc}"
38}
39
40package() {
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)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