openshift-pipelines-bin
maintainer rubin55
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a binary release from an official OpenShift mirror domain, which is a legitimate and expected source for this software; the host is not on the whitelist but is plausibly official, and the package installs only the project's own prebuilt binaries.
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 binary release from an official OpenShift mirror domain, which is a legitimate and expected source for this software; the host is not on the whitelist but is plausibly official, and the package installs only the project's own prebuilt binaries.
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:14
"tkn-v${pkgver}-linux-amd64.tar.gz::https://mirror.openshift.com/pub/openshift-v4/clients/pipelines/${pkgver}/tkn-linux-amd64.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rubin Simons <me@rubin55.org>
2
3
pkgname=openshift-pipelines-bin
4
pkgver=1.20.0
5
pkgrel=1
6
pkgdesc="Pipeline tools for OpenShift (tkn, tkn-pac, opc), binary release"
7
provides=('tkn' 'tkn-pac' 'opc')
8
conflicts=('opc' 'opc-bin')
9
arch=('x86_64')
10
url="https://docs.openshift.com/container-platform/latest/cli_reference/tkn_cli/installing-tkn.html"
11
license=("Apache")
12
13
source=(
14
"tkn-v${pkgver}-linux-amd64.tar.gz::https://mirror.openshift.com/pub/openshift-v4/clients/pipelines/${pkgver}/tkn-linux-amd64.tar.gz"
15
)
16
17
sha256sums=('8463aad253c470a5ac67fbef0268c2b0a7f1e16bc15c3b8dba3032b2116e2d04')
18
19
20
package() {
21
install -o root -g root -m 755 -d "${pkgdir}/usr/bin"
22
install -o root -g root -m 755 "${srcdir}/tkn" "${pkgdir}/usr/bin/tkn"
23
install -o root -g root -m 755 "${srcdir}/tkn-pac" "${pkgdir}/usr/bin/tkn-pac"
24
install -o root -g root -m 755 "${srcdir}/opc" "${pkgdir}/usr/bin/opc"
25
}
26
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:18+++ PKGBUILD @ 2026-08-03 00:08@@ -16,7 +16,6 @@ sha256sums=('8463aad253c470a5ac67fbef0268c2b0a7f1e16bc15c3b8dba3032b2116e2d04') -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-06-20 00:18:46 | CLEAN | 2 |
| 2026-06-19 23:51:18 | CLEAN | 2 |
| 2026-06-19 19:07:35 | LOW | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |