huaweicloud-obs-obsutil-bin
maintainer lightning1141
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from Huawei's official domain for their obsutil tool, which is expected for a -bin package; the host is not on standard whitelists but is plausibly official and the checksums are verified, reducing supply-chain 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 package downloads prebuilt binaries from Huawei's official domain for their obsutil tool, which is expected for a -bin package; the host is not on standard whitelists but is plausibly official and the checksums are verified, reducing supply-chain 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
source_x86_64=("obsutil_linux_amd64-${pkgver}.tar.gz::https://obs-community-intl.obs.ap-southeast-1.myhuaweicloud.com/obsutil/current/obsutil_linux_amd64.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Misaka13514 <Misaka13514 at gmail dot com>
2
# Maintainer: Light Ning <lightning1141 at gmail dot com>
3
pkgname=huaweicloud-obs-obsutil-bin
4
pkgver=5.4.11
5
pkgrel=1
6
pkgdesc="A command line tool for accessing and managing OBS on HUAWEI CLOUD"
7
arch=('x86_64' 'aarch64')
8
url="https://support.huaweicloud.com/intl/en-us/utiltg-obs/obs_11_0001.html"
9
license=('Apache')
10
conflicts=("huaweicloud-obs-obsutil-git")
11
12
source_x86_64=("obsutil_linux_amd64-${pkgver}.tar.gz::https://obs-community-intl.obs.ap-southeast-1.myhuaweicloud.com/obsutil/current/obsutil_linux_amd64.tar.gz")
13
sha256sums_x86_64=('d055d25a6ef963131c25fe9f3419ffa97a69d92cddff1c7c1a8a7aa3933fff72')
14
15
source_aarch64=("obsutil_linux_arm64-${pkgver}.tar.gz::https://obs-community-intl.obs.ap-southeast-1.myhuaweicloud.com/obsutil/current/obsutil_linux_arm64.tar.gz")
16
sha256sums_aarch64=('c8e9abc587a0f8fb12aba59f321c76dd65090a9bdb6b40305391e7fe8c3c96c7')
17
18
prepare() {
19
chmod 755 -R "$srcdir"
20
}
21
22
package() {
23
if test $CARCH = 'x86_64'; then
24
cd "$srcdir/obsutil_linux_amd64_${pkgver}"
25
elif test $CARCH = 'aarch64'; then
26
cd "$srcdir/obsutil_linux_arm64_${pkgver}"
27
fi
28
install -Dm755 ./obsutil -t "$pkgdir"/usr/bin/
29
}
30
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 |