python-barbicanclient
maintainer andybz
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from opendev.org, which hosts official OpenStack project releases; despite not being on a standard host whitelist, it is a legitimate source for this package, and the checksum ensures integrity.
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 source is a tarball from opendev.org, which hosts official OpenStack project releases; despite not being on a standard host whitelist, it is a legitimate source for this package, and the checksum ensures integrity.
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:19
source=("https://tarballs.opendev.org/openstack/$pkgname/$_pname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Andy Botting <andy@andybotting.com>
2
3
# Python package name now is with an underscore
4
_pname=python_barbicanclient
5
pkgname=python-barbicanclient
6
pkgver=7.4.0
7
pkgrel=1
8
pkgdesc='Client library for the Barbican Key Management API'
9
arch=(any)
10
url="https://docs.openstack.org/$pkgname/"
11
license=(Apache)
12
makedepends=(python-setuptools)
13
depends=(python-pbr python-requests python-cliff
14
python-keystoneauth1 python-oslo-i18n
15
python-oslo-serialization python-oslo-utils)
16
checkdepends=(python-fixtures python-requests-mock python-stestr
17
python-testtools python-oslotest python-oslo-config
18
python-openstackclient)
19
source=("https://tarballs.opendev.org/openstack/$pkgname/$_pname-$pkgver.tar.gz")
20
sha512sums=('c8899e3a8c21a595bf3b09e9b9989e03679a6a6a10e8e807220ae7b7343b359a3687580bdf53a21c8aa4e1f79a2555cd3ee11e8ad2464deaa408272df123010e')
21
22
export PBR_VERSION=$pkgver
23
24
build() {
25
cd $_pname-$pkgver
26
python setup.py build
27
}
28
29
check() {
30
cd $_pname-$pkgver
31
stestr run
32
}
33
34
package() {
35
cd $_pname-$pkgver
36
python setup.py install --root=$pkgdir --optimize=1
37
}
38
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 |