ssacli-bin
maintainer fermino
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt RPM from HPE's official Linux downloads domain, which is plausibly the project's official source; despite the non-whitelisted host, this is a legitimate vendor distribution and the installed files are expected binaries and licenses, not malicious payloads.
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 package downloads a prebuilt RPM from HPE's official Linux downloads domain, which is plausibly the project's official source; despite the non-whitelisted host, this is a legitimate vendor distribution and the installed files are expected binaries and licenses, not malicious payloads.
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:11
source=("https://downloads.linux.hpe.com/SDR/repo/mcp/Alma/10/x86_64/current/${pkgname//-bin/}-${pkgver//_/-}.x86_64.rpm")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Diab Neiroukh <public at thezest dot dev>
2
3
pkgname="ssacli-bin"
4
pkgver="6.60_8.0"
5
pkgrel=1
6
arch=("x86_64")
7
pkgdesc="HPE Smart Storage Administrator CLI"
8
license=("custom")
9
depends=("bash")
10
provides=("ssacli")
11
source=("https://downloads.linux.hpe.com/SDR/repo/mcp/Alma/10/x86_64/current/${pkgname//-bin/}-${pkgver//_/-}.x86_64.rpm")
12
sha256sums=('f0e5d18946adf2ececd2676205f8d3134bbe3b7a2bec731f9e751e893442a76c')
13
14
package() {
15
mv "usr/man" "usr/share/man"
16
mv "usr/sbin" "usr/bin"
17
chmod 755 "usr/bin/ssacli"
18
chmod 755 "usr/bin/ssascripting"
19
chmod 755 "opt/smartstorageadmin/ssacli/bin/mklocks.sh"
20
chmod 755 "opt/smartstorageadmin/ssacli/bin/rmstr"
21
chmod 755 "opt/smartstorageadmin/ssacli/bin/ssacli"
22
chmod 755 "opt/smartstorageadmin/ssacli/bin/ssascripting"
23
install -D -m644 "opt/smartstorageadmin/ssacli/bin/ssacli.license" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
24
rm "opt/smartstorageadmin/ssacli/bin/ssacli.license"
25
cp -r "opt/." "$pkgdir/opt"
26
cp -r "usr/." "$pkgdir/usr"
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -1,17 +1,15 @@ # Maintainer: Diab Neiroukh <public at thezest dot dev> pkgname="ssacli-bin"-pkgver="6.40_6.0"+pkgver="6.60_8.0" pkgrel=1 arch=("x86_64") pkgdesc="HPE Smart Storage Administrator CLI" license=("custom")-depends=(- "bash"-)+depends=("bash") provides=("ssacli")-source=("https://downloads.linux.hpe.com/SDR/repo/mcp/oracle/9/x86_64/current/${pkgname//-bin/}-${pkgver//_/-}.x86_64.rpm")-b2sums=("935880806d07a461c47e82fa8cafee8acb6e19d7f0022da31ff327d0651918d6f39ef073f2e3418bdac8069ba81bd592708e515f4320a729038ab8254b2be715")+source=("https://downloads.linux.hpe.com/SDR/repo/mcp/Alma/10/x86_64/current/${pkgname//-bin/}-${pkgver//_/-}.x86_64.rpm")+sha256sums=('f0e5d18946adf2ececd2676205f8d3134bbe3b7a2bec731f9e751e893442a76c') package() { mv "usr/man" "usr/share/man"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 15:14:11 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |