huaweicloud-obs-obsutil-bin

LOW
maintainer lightning1141 0 votes scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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