openshift-developer-bin
maintainer rubin55
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary from Red Hat's official developer content gateway, which is a legitimate distribution channel for OpenShift tools; despite the non-whitelisted host, the binary is from the official vendor and the checksum is verified, making it low risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a prebuilt binary from Red Hat's official developer content gateway, which is a legitimate distribution channel for OpenShift tools; despite the non-whitelisted host, the binary is from the official vendor and the checksum is verified, making it low risk.
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:13
"odo-linux-amd64-v${pkgver}::https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v${pkgver}/odo-linux-amd64"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rubin Simons <me@rubin55.org>
2
3
pkgname=openshift-developer-bin
4
pkgver=3.16.1
5
pkgrel=1
6
pkgdesc="Developer tools for OpenShift (odo), binary release"
7
provides=("odo")
8
arch=('x86_64')
9
url="https://github.com/redhat-developer/odo"
10
license=("Apache")
11
12
source=(
13
"odo-linux-amd64-v${pkgver}::https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/v${pkgver}/odo-linux-amd64"
14
)
15
16
sha256sums=(
17
'c271940c4b9d88f753423aae78984b7ef7a99ac9133154714b679f8b8b3bec8e'
18
)
19
20
21
package() {
22
install -o root -g root -m 755 -d "${pkgdir}/usr/bin"
23
install -o root -g root -m 755 "${srcdir}/odo-linux-amd64-v${pkgver}" "${pkgdir}/usr/bin/odo"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-07-19 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -17,7 +17,6 @@ 'c271940c4b9d88f753423aae78984b7ef7a99ac9133154714b679f8b8b3bec8e' ) -options=("!strip") package() { install -o root -g root -m 755 -d "${pkgdir}/usr/bin"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 23:12:22 | MEDIUM | 1 |
| 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 |