cloudfoundry6-cli
maintainer pa314159
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source URL, while on a non-standard host, points to the official Cloud Foundry CLI release endpoint, which is a legitimate and expected source for this software; the download is a prebuilt binary but from the project's own vendor domain, making it a normal AUR package with 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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source URL, while on a non-standard host, points to the official Cloud Foundry CLI release endpoint, which is a legitimate and expected source for this software; the download is a prebuilt binary but from the project's own vendor domain, making it a normal AUR package with 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:15
"cf-cli-$pkgver-amd64.tar.gz::https://packages.cloudfoundry.org/stable?release=linux64-binary&version=$pkgver&source=github-rel"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: PAPPY <pappy _AT_ a s c e l i o n _DOT_ com>
2
3
pkgname=cloudfoundry6-cli
4
pkgver=6.52.0
5
pkgrel=1
6
pkgdesc="The official command line client for Cloud Foundry (stuck to version 6)"
7
arch=(x86_64)
8
url="https://github.com/cloudfoundry/cli"
9
license=('Apache')
10
provides=(cf)
11
conflicts=(cloudfoundry-cli)
12
options=('!emptydirs' '!strip')
13
14
source=(
15
"cf-cli-$pkgver-amd64.tar.gz::https://packages.cloudfoundry.org/stable?release=linux64-binary&version=$pkgver&source=github-rel"
16
"cf-cli-completion::https://raw.githubusercontent.com/cloudfoundry/cli-ci/master/ci/installers/completion/cf"
17
)
18
19
sha256sums=('8438c082bee652aa5e21cdc3e92348aac4751af2ea8afff37f402f2780efef60'
20
'f3f05a2414075c00b101b05f73cf260b9eec9966659adf2957c1b2937bd4c48e')
21
22
package() {
23
cd $srcdir
24
25
install -Dm755 cf $pkgdir/usr/bin/cf
26
install -Dm644 cf-cli-completion $pkgdir/usr/share/bash-completion/completions/cf
27
28
install -dm755 $pkgdir/usr/share/doc/cf-cli
29
30
install LICENSE $pkgdir/usr/share/doc/cf-cli/LICENSE
31
install NOTICE $pkgdir/usr/share/doc/cf-cli/NOTICE
32
}
33
34
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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |