ilorest-bin
maintainer krotesk
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt RPM from HPE's official downloads domain, which is a legitimate source for this package; despite the non-whitelisted host, the content is a binary distributed by the vendor, not an untrusted third party.
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 prebuilt RPM from HPE's official downloads domain, which is a legitimate source for this package; despite the non-whitelisted host, the content is a binary distributed by the vendor, not an untrusted third party.
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:17
source=("https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1545251609/v286363/RPMS/${arch}/${_pkgname}-${pkgver//_/-}.${arch}.rpm")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Dmitriy Q <krotesk-at-mail-dot-ru>
2
# Contributor: Alexey Stukalov <astukalov-at-gmail-dot-com>
3
4
pkgname=ilorest-bin
5
_pkgname=ilorest
6
pkgver=7.3.0.0_7
7
pkgrel=1
8
pkgdesc="HPE RESTful Interface Tool"
9
arch=(x86_64)
10
url="https://support.hpe.com/connect/s/softwaredetails?language=en_US&softwareId=MTX_300a25d73549410c892eacfeab&tab=releaseNotes"
11
depends=('bash' 'libxcrypt-compat' 'python')
12
makedepends=("python-pip")
13
conflicts=('ilorest')
14
provides=('ilorest')
15
groups=(hpproliant)
16
license=("HPE")
17
source=("https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1545251609/v286363/RPMS/${arch}/${_pkgname}-${pkgver//_/-}.${arch}.rpm")
18
sha256sums=('60dc25957e62d6d844ea805f3e3986cd837e82c50d5dd9fdfb371fd0a18cc058')
19
changelog=ChangeLog
20
21
package() {
22
DESTDIR=$pkgdir
23
cp -a etc usr $pkgdir
24
cd ${pkgdir}
25
#mkdir usr/bin
26
mv usr/sbin usr/bin
27
#rmdir usr/sbin
28
mv usr/lib64 usr/lib
29
}
30
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-03 00:08@@ -3,7 +3,7 @@ pkgname=ilorest-bin _pkgname=ilorest-pkgver=7.2.0.0_6+pkgver=7.3.0.0_7 pkgrel=1 pkgdesc="HPE RESTful Interface Tool" arch=(x86_64)@@ -14,8 +14,8 @@ provides=('ilorest') groups=(hpproliant) license=("HPE")-source=("https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1545251609/v284046/RPMS/${arch}/${_pkgname}-${pkgver//_/-}.${arch}.rpm")-sha256sums=('987fa3b5936b16e543e615d7c4e04997881f687cd656a56a9c2da415460e4fd9')+source=("https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1545251609/v286363/RPMS/${arch}/${_pkgname}-${pkgver//_/-}.${arch}.rpm")+sha256sums=('60dc25957e62d6d844ea805f3e3986cd837e82c50d5dd9fdfb371fd0a18cc058') changelog=ChangeLog package() {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 05:34:42 | MEDIUM | 1 |
| 2026-06-19 19:07:35 | CLEAN | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |