proxmox-backup-client-bin
maintainer danya02
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from Proxmox's official domain, which is plausibly the project's own release infrastructure, and installs client binaries; while the host is not on a standard whitelist, it is project-official, making this a normal AUR binary package with low 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 a prebuilt .deb from Proxmox's official domain, which is plausibly the project's own release infrastructure, and installs client binaries; while the host is not on a standard whitelist, it is project-official, making this a normal AUR binary package with low 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:19
source_x86_64=("http://download.proxmox.com/debian/pbs-client/dists/trixie/test/binary-amd64/proxmox-backup-client_4.2.2-1_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Danya Generalov <danya@danya02.ru>
2
3
# Generated by debtap and lightly edited
4
# README!!: when editing, don't forget to "makepkg --printsrcinfo > .SRCINFO"
5
# Also, consider using namcap to validate package
6
7
8
pkgname=proxmox-backup-client-bin
9
pkgdesc="Client for Proxmox Backup Server (binary release from Debian)"
10
arch=('x86_64')
11
url="https://pbs.proxmox.com"
12
license=('AGPL-3.0-or-later')
13
depends=('acl>=2.2.23' 'fuse3>=3.2.3' 'openssl>=3.0.0' 'zstd>=1.5.2' 'libgcc>=15.2.1' 'glibc>=2.27')
14
makedepends=('patchelf>=0.18.0')
15
options=('!strip' '!emptydirs')
16
17
pkgver=4.2.2_1
18
pkgrel=1
19
source_x86_64=("http://download.proxmox.com/debian/pbs-client/dists/trixie/test/binary-amd64/proxmox-backup-client_4.2.2-1_amd64.deb")
20
sha512sums_x86_64=('5520009bc14e2117612388582ef57b86065462b0039ea910d6623a859b0dae20ad6490f8b5b2756aa0c92867a700817be30a9d85878b8e821712d2dade6cf081')
21
22
conflicts=('proxmox-backup-client')
23
24
package(){
25
26
# Extract package data
27
tar -xJ -f data.tar.xz -C "${pkgdir}"
28
29
install -D -m644 "${pkgdir}/usr/share/doc/proxmox-backup-client/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-AGPL3"
30
}
31
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 |