hubdev-bin
maintainer wallacemartinss
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from a non-standard, untrusted host (r2.dev bucket) with a skipped checksum, creating a supply-chain risk if the binary were 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 90%): The package downloads a prebuilt binary from a non-standard, untrusted host (r2.dev bucket) with a skipped checksum, creating a supply-chain risk if the binary were swapped.
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: Wallace Martins <wallacemartinss@gmail.com>
2
pkgname=hubdev-bin
3
pkgver=1.27.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=('0f6d3fd2d12a638f4418b0e5186b4f63cf8c06af5d0689294f9427528fc60436'
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-07-17 00:06+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Wallace Martins <wallacemartinss@gmail.com> pkgname=hubdev-bin-pkgver=1.25.0+pkgver=1.27.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=('03c6828c4acb1cfb48fa13460babde3385df859954f20b02dce69c1977bb91b5'+sha256sums=('0f6d3fd2d12a638f4418b0e5186b4f63cf8c06af5d0689294f9427528fc60436' 'SKIP' 'SKIP') Scan 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 21:55:56 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 17:52:43 | MEDIUM | 2 |