ossutil2-bin
The package downloads prebuilt binaries from a plausible official domain (alicdn.com) used by Alibaba; while not on a standard whitelist, it hosts legitimate software, and the checksums are provided and verifiable, reducing risk.
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 package downloads prebuilt binaries from a plausible official domain (alicdn.com) used by Alibaba; while not on a standard whitelist, it hosts legitimate software, and the checksums are provided and verifiable, reducing risk.
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:12
"https://gosspublic.alicdn.com/ossutil/v2/${pkgver}/ossutil-${pkgver}-linux-amd64.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Rongbo Wu <wurongbo2012@hotmail.com>
pkgname=ossutil2-bin
pkgver=2.4.0
pkgrel=1
pkgdesc="a tool for managing OSS (Object Storage Service) data"
arch=('x86_64' 'aarch64')
url="https://github.com/aliyun/alibabacloud-oss-go-sdk-v2"
license=('proprietary')
provides=('ossutil')
source_x86_64=(
"https://gosspublic.alicdn.com/ossutil/v2/${pkgver}/ossutil-${pkgver}-linux-amd64.zip"
)
source_aarch64=(
"https://gosspublic.alicdn.com/ossutil/v2/${pkgver}/ossutil-${pkgver}-linux-arm64.zip"
)
sha256sums_x86_64=('85edf66b2fb7238f5c7e25cab820cf29312319fe4935b7c86a6b8485eb434f3c')
sha256sums_aarch64=('7767240e9667d1f26fbe4e04f90b796b4356889e77d0076cc8a543c8ce081987')
prepare() {
if [[ "$CARCH" == "x86_64" ]]; then
mv ossutil-${pkgver}-linux-amd64 ossutil-${pkgver}-x86_64
elif [[ "$CARCH" == "aarch64" ]]; then
mv ossutil-${pkgver}-linux-arm64 ossutil-${pkgver}-aarch64
fi
}
package() {
cd ossutil-${pkgver}-${CARCH}
install -Dm755 ossutil ${pkgdir}/usr/bin/ossutil
}
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:18+++ PKGBUILD @ 2026-09-01 00:11@@ -1,6 +1,6 @@ # Maintainer: Rongbo Wu <wurongbo2012@hotmail.com> pkgname=ossutil2-bin-pkgver=2.3.0+pkgver=2.4.0 pkgrel=1 pkgdesc="a tool for managing OSS (Object Storage Service) data" arch=('x86_64' 'aarch64')@@ -14,8 +14,8 @@ source_aarch64=( "https://gosspublic.alicdn.com/ossutil/v2/${pkgver}/ossutil-${pkgver}-linux-arm64.zip" )-sha256sums_x86_64=('3ae4d9fc85a7a6e9f5654d1599766f1a3a42a3692870887b5ae9338d582ef65a')-sha256sums_aarch64=('f6c95ba0c2d2ef30290af686ce4d706c701f4734ce8090bee4288a77e3f1d764')+sha256sums_x86_64=('85edf66b2fb7238f5c7e25cab820cf29312319fe4935b7c86a6b8485eb434f3c')+sha256sums_aarch64=('7767240e9667d1f26fbe4e04f90b796b4356889e77d0076cc8a543c8ce081987') prepare() { if [[ "$CARCH" == "x86_64" ]]; thenScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 23:46:20 | 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 |