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>
3pkgname=huaweicloud-obs-obsutil-bin
4pkgver=5.4.11
5pkgrel=1
6pkgdesc="A command line tool for accessing and managing OBS on HUAWEI CLOUD"
7arch=('x86_64' 'aarch64')
8url="https://support.huaweicloud.com/intl/en-us/utiltg-obs/obs_11_0001.html"
9license=('Apache')
10conflicts=("huaweicloud-obs-obsutil-git")
11
12source_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")
13sha256sums_x86_64=('d055d25a6ef963131c25fe9f3419ffa97a69d92cddff1c7c1a8a7aa3933fff72')
14
15source_aarch64=("obsutil_linux_arm64-${pkgver}.tar.gz::https://obs-community-intl.obs.ap-southeast-1.myhuaweicloud.com/obsutil/current/obsutil_linux_arm64.tar.gz")
16sha256sums_aarch64=('c8e9abc587a0f8fb12aba59f321c76dd65090a9bdb6b40305391e7fe8c3c96c7')
17
18prepare() {
19 chmod 755 -R "$srcdir"
20}
21
22package() {
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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion