rpmdevtools
maintainer orphaned
· 20 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official release host (pagure.org), which is plausibly the project's own infrastructure, making this a normal build-from-source AUR package despite the non-whitelisted domain.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official release host (pagure.org), which is plausibly the project's own infrastructure, making this a normal build-from-source AUR package despite the non-whitelisted domain.
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:13
source=("https://releases.pagure.org/$pkgname/$pkgname-$pkgver.tar.xz")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: mihai303
2
3
pkgname=rpmdevtools
4
pkgver=9.6
5
pkgrel=2
6
pkgdesc="RPM Development Tools"
7
arch=('any')
8
url="https://pagure.io/$pkgname"
9
license=('GPL-2.0-or-later AND GPL-2.0-only')
10
depends=('python' 'python-progressbar' 'python-requests' 'rpm-tools')
11
makedepends=('bash-completion' 'help2man')
12
optdepends=('unzip: for zip support in rpmdev-extract command')
13
source=("https://releases.pagure.org/$pkgname/$pkgname-$pkgver.tar.xz")
14
sha256sums=('794c97afeb6e81867497b84d2ecfd42dc8c984f59fbab8282f5396419ca7cb9e')
15
16
build() {
17
cd "$pkgname-$pkgver"
18
./configure --prefix=/usr \
19
--sysconfdir=/etc
20
make
21
}
22
23
package() {
24
cd "$pkgname-$pkgver"
25
make DESTDIR="$pkgdir/" install
26
}
27
28
29
# vim: set ft=sh ts=4 sw=4 noet:
30
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -25,5 +25,6 @@ make DESTDIR="$pkgdir/" install } + # vim: set ft=sh ts=4 sw=4 noet: 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 11:17:50 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |