staruml
maintainer CookieUniverse
· 72 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from the project's own domain but via a non-standard API-like URL; while likely legitimate, the unverifiable binary release from a non-standard endpoint creates a supply-chain risk if the host were compromised.
Triggered rules
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:10
source=("$pkgname-${pkgver}_amd64.deb::https://staruml.io/api/download/releases-v7/StarUML_${pkgver}_amd64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb from the project's own domain but via a non-standard API-like URL; while likely legitimate, the unverifiable binary release from a non-standard endpoint creates a supply-chain risk if the host were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: cookie <coookieuniverse@gmail.com>
2
pkgname=staruml
3
pkgver=7.1.0
4
pkgrel=1
5
pkgdesc="A sophisticated software modeler"
6
arch=('x86_64')
7
url="http://staruml.io/"
8
license=('custom:staruml')
9
depends=('libxss' 'libxtst' 'nss' 'alsa-lib' 'gtk2')
10
source=("$pkgname-${pkgver}_amd64.deb::https://staruml.io/api/download/releases-v7/StarUML_${pkgver}_amd64.deb")
11
sha256sums=('e63243e4d87e7f0f363c47586fade7a6b766720f20af728537e8a7b57e58c65e')
12
13
prepare() {
14
# Extract package data
15
cd "${srcdir}"
16
tar xf data.tar.xz
17
}
18
19
package() {
20
cd "${srcdir}"
21
install -D -m644 "./opt/StarUML/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
22
chmod 4755 "./opt/StarUML/chrome-sandbox"
23
cp -ra ./opt ./usr "${pkgdir}"
24
install -dm755 "${pkgdir}/usr/bin"
25
ln -s '/opt/StarUML/staruml' "${pkgdir}/usr/bin/staruml"
26
}
27
Changes since previous scan
--- PKGBUILD @ 2026-07-17 00:06+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: cookie <coookieuniverse@gmail.com> pkgname=staruml-pkgver=7.0.0+pkgver=7.1.0 pkgrel=1 pkgdesc="A sophisticated software modeler" arch=('x86_64')@@ -8,7 +8,7 @@ license=('custom:staruml') depends=('libxss' 'libxtst' 'nss' 'alsa-lib' 'gtk2') source=("$pkgname-${pkgver}_amd64.deb::https://staruml.io/api/download/releases-v7/StarUML_${pkgver}_amd64.deb")-sha256sums=('cf6e6a784d86f45d35d08135585c702227d8aa8c23078769503811837f11b507')+sha256sums=('e63243e4d87e7f0f363c47586fade7a6b766720f20af728537e8a7b57e58c65e') prepare() { # Extract package dataScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 09:54:28 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |