ossutil2-bin

LOW
maintainer Rainbowu 0 votes scanned 2026-09-01 00:11:19.967602
View on AUR
Why flagged

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

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 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)
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:12 "https://gosspublic.alicdn.com/ossutil/v2/${pkgver}/ossutil-${pkgver}-linux-amd64.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Rongbo Wu <wurongbo2012@hotmail.com>
2pkgname=ossutil2-bin
3pkgver=2.4.0
4pkgrel=1
5pkgdesc="a tool for managing OSS (Object Storage Service) data"
6arch=('x86_64' 'aarch64')
7url="https://github.com/aliyun/alibabacloud-oss-go-sdk-v2"
8license=('proprietary')
9provides=('ossutil')
10
11source_x86_64=(
12"https://gosspublic.alicdn.com/ossutil/v2/${pkgver}/ossutil-${pkgver}-linux-amd64.zip"
13)
14source_aarch64=(
15"https://gosspublic.alicdn.com/ossutil/v2/${pkgver}/ossutil-${pkgver}-linux-arm64.zip"
16)
17sha256sums_x86_64=('85edf66b2fb7238f5c7e25cab820cf29312319fe4935b7c86a6b8485eb434f3c')
18sha256sums_aarch64=('7767240e9667d1f26fbe4e04f90b796b4356889e77d0076cc8a543c8ce081987')
19
20prepare() {
21 if [[ "$CARCH" == "x86_64" ]]; then
22 mv ossutil-${pkgver}-linux-amd64 ossutil-${pkgver}-x86_64
23 elif [[ "$CARCH" == "aarch64" ]]; then
24 mv ossutil-${pkgver}-linux-arm64 ossutil-${pkgver}-aarch64
25 fi
26}
27
28package() {
29 cd ossutil-${pkgver}-${CARCH}
30 install -Dm755 ossutil ${pkgdir}/usr/bin/ossutil
31}
32

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" ]]; then

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion