sf
The source is a prebuilt Salesforce CLI binary from the official salesforce.com domain, which is the project's own release infrastructure; despite the non-whitelisted host, this is a legitimate and expected source for the software.
Triggered rules
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 Salesforce CLI binary from the official salesforce.com domain, which is the project's own release infrastructure; despite the non-whitelisted host, this is a legitimate and expected source for the software.
1 higher static finding superseded - not the current verdict (shown for transparency)
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
source=("${pkgname}-${pkgver}.tar.xz::https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Cole Leavitt <coleleavitt@protonmail.com>
pkgname=sf
pkgver=2.150.6
pkgrel=1
pkgdesc="A tool for creating and managing Salesforce DX projects from the command line"
arch=('x86_64')
url="https://developer.salesforce.com/tools/salesforcecli"
license=('BSD')
depends=('nodejs')
optdepends=('gnome-keyring: for saving default credentials')
provides=('sf')
options=('!strip')
source=("${pkgname}-${pkgver}.tar.xz::https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz")
sha256sums=('fff0dff4d2244572285a857a5c44ea5097ee930fd93b93c7b0c6b95857072d04')
changelog=CHANGELOG
prepare() {
cd "${srcdir}/sf"
# Add any necessary preparation steps here
}
check() {
cd "${srcdir}/sf"
# Add any test commands here
}
package() {
install_dir="/opt/${pkgname}"
# Create the installation directory
install -dm755 "${pkgdir}${install_dir}"
# Copy all files from the extracted directory to the installation directory
cp -a "${srcdir}/sf/"* "${pkgdir}${install_dir}"
# Set executable permissions for the sf binary
chmod +x "${pkgdir}${install_dir}/bin/sf"
# Create a symlink in /usr/bin
install -dm755 "${pkgdir}/usr/bin"
ln -s "${install_dir}/bin/sf" "${pkgdir}/usr/bin/sf"
# Install license file
install -Dm644 "${srcdir}/sf/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
post_install() {
echo "To check for Salesforce CLI updates, run:"
echo " sf update"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-03 00:15+++ PKGBUILD @ 2026-09-17 00:27@@ -1,7 +1,7 @@ # Maintainer: Cole Leavitt <coleleavitt@protonmail.com> pkgname=sf-pkgver=2.149.9+pkgver=2.150.6 pkgrel=1 pkgdesc="A tool for creating and managing Salesforce DX projects from the command line" arch=('x86_64')@@ -12,7 +12,7 @@ provides=('sf') options=('!strip') source=("${pkgname}-${pkgver}.tar.xz::https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz")-sha256sums=('3a2318d299f5da6fa619bbeed2bead9fdcac8587e94a7834cf6d1d16e78f36a3')+sha256sums=('fff0dff4d2244572285a857a5c44ea5097ee930fd93b93c7b0c6b95857072d04') changelog=CHANGELOG prepare() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 03:52:21 | Medium | 1 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 05:47:12 | Medium | 1 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |