hubdev-bin
MEDIUM
maintainer wallacemartinss
1 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The package downloads a prebuilt binary from a non-standard, untrusted host (R2 cloud storage) with no verifiable upstream source, creating a supply-chain risk if the host is compromised or swapped.
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:17
source=("hubdev-${pkgver}-linux-amd64::https://pub-51b22bf3fd5a4d73a4ed580105cfc09f.r2.dev/v${pkgver}/hubdev-linux-amd64" -
PKGBUILD:19
"hubdev.png::https://apt.hubdev.io/assets/hubdev.png")
Medium
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt binary from a non-standard, untrusted host (R2 cloud storage) with no verifiable upstream source, creating a supply-chain risk if the host is compromised or swapped.
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Wallace Martins <wallacemartinss@gmail.com>
2
pkgname=hubdev-bin
3
pkgver=1.30.0
4
pkgrel=1
5
pkgdesc="Hybrid Development Environment Manager — manage local dev services with a native GUI"
6
arch=('x86_64')
7
url="https://hubdev.io"
8
license=('custom')
9
depends=('gtk3' 'webkit2gtk-4.1')
10
optdepends=(
11
'docker: Docker-based service management'
12
'php-fpm: PHP FastCGI Process Manager'
13
'composer: PHP dependency manager'
14
)
15
provides=('hubdev')
16
conflicts=('hubdev')
17
source=("hubdev-${pkgver}-linux-amd64::https://pub-51b22bf3fd5a4d73a4ed580105cfc09f.r2.dev/v${pkgver}/hubdev-linux-amd64"
18
"hubdev.desktop"
19
"hubdev.png::https://apt.hubdev.io/assets/hubdev.png")
20
sha256sums=('ca5e48bbd6339059c9798ecabf3f5e67c2947b8327cc3c5c7258ad9e67f97d38'
21
'SKIP'
22
'SKIP')
23
24
package() {
25
install -Dm755 "hubdev-${pkgver}-linux-amd64" "${pkgdir}/usr/bin/hubdev"
26
install -Dm644 "hubdev.desktop" "${pkgdir}/usr/share/applications/hubdev.desktop"
27
install -Dm644 "hubdev.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/hubdev.png"
28
}
29
Changes since previous scan
--- PKGBUILD @ 2026-09-03 11:53+++ PKGBUILD @ 2026-09-17 00:27@@ -1,6 +1,6 @@ # Maintainer: Wallace Martins <wallacemartinss@gmail.com> pkgname=hubdev-bin-pkgver=1.29.0+pkgver=1.30.0 pkgrel=1 pkgdesc="Hybrid Development Environment Manager — manage local dev services with a native GUI" arch=('x86_64')@@ -17,7 +17,7 @@ source=("hubdev-${pkgver}-linux-amd64::https://pub-51b22bf3fd5a4d73a4ed580105cfc09f.r2.dev/v${pkgver}/hubdev-linux-amd64" "hubdev.desktop" "hubdev.png::https://apt.hubdev.io/assets/hubdev.png")-sha256sums=('03ee78e9c667b8a0d288f406432aea7732dabd4a42f36ef48055ac06a9a8f537'+sha256sums=('ca5e48bbd6339059c9798ecabf3f5e67c2947b8327cc3c5c7258ad9e67f97d38' 'SKIP' 'SKIP') Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 17:54:21 | Medium | 2 |
| 2026-09-03 11:53:08 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 15:51:02 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |