dell-idractools
maintainer 0x2501
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads Dell's official iDRAC tools from dl.dell.com, a plausible official host despite not being on the standard whitelist; the source is a signed tarball used to extract RPMs, and the build process unpacks them without executing remote code, posing minimal 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 Dell's official iDRAC tools from dl.dell.com, a plausible official host despite not being on the standard whitelist; the source is a signed tarball used to extract RPMs, and the build process unpacks them without executing remote code, posing minimal 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:17
source=("https://dl.dell.com/${_folder_gpg}/1/Dell-iDRACTools-Web-LX-${_pkgver}_A00.tar.gz.sign"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: David Gonzalez <neko.eth0 AT gmail DOT com>
2
# Contributor: Ricardo Band <email AT ricardo DOT band>
3
_pkgver="11.4.0.0-1435"
4
_folder_num="FOLDER13988164M"
5
_folder_gpg="FOLDER13988161M"
6
_driver_id="2FGYM"
7
pkgname=dell-idractools
8
pkgver=${_pkgver/-/.}
9
pkgrel=2
10
pkgdesc="Dell iDRAC Tools (RACADM, VMCLI, IPMI Tool)"
11
arch=('x86_64')
12
url="https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=${_driver_id}"
13
license=('custom:Dell EULA rev 23OCT2024')
14
install=${pkgname}.install
15
conflicts=(dell-srvadmin dell-mgmtstat)
16
makedepends=(rpmextract)
17
source=("https://dl.dell.com/${_folder_gpg}/1/Dell-iDRACTools-Web-LX-${_pkgver}_A00.tar.gz.sign"
18
"https://dl.dell.com/${_folder_num}/1/Dell-iDRACTools-Web-LX-${_pkgver}_A00.tar.gz"
19
LICENSE)
20
sha256sums=('SKIP'
21
'b706d0ac3f09e74a32a9e6dfa883641e1edb0a8d2cbdd85908766f502417c3ca'
22
'9bc2344836f09db9c0a9b7d1faa06ee59b6b77b5fff75ea2e607f71bd1a29f4e')
23
validpgpkeys=("42550ABD1E80D7C1BC0BAD851285491434D8786F")
24
25
# dl.dell.com doesn't like cURL
26
DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")
27
28
package() {
29
rpm2cpio ${srcdir}/iDRACTools/racadm/RHEL8/${arch}/srvadmin-argtable2-${_pkgver}.el8.${arch}.rpm | bsdtar -xf - -C ${pkgdir}
30
rpm2cpio ${srcdir}/iDRACTools/racadm/RHEL8/${arch}/srvadmin-hapi-${_pkgver}.el8.${arch}.rpm | bsdtar -xf - -C ${pkgdir}
31
rpm2cpio ${srcdir}/iDRACTools/racadm/RHEL8/${arch}/srvadmin-idracadm7-${_pkgver}.el8.${arch}.rpm | bsdtar -xf - -C ${pkgdir}
32
33
# cleanup
34
rm -rf ${pkgdir}/usr/lib/.build-id
35
36
# remove redundant service file
37
rm -rf ${pkgdir}/etc/systemd/system/instsvcdrv.service
38
39
# merge /usr/lib64 with /usr/lib
40
mv ${pkgdir}/usr/lib64/* ${pkgdir}/usr/lib/
41
rm -rf ${pkgdir}/usr/lib64
42
43
# create symlink to racadm
44
mkdir -p ${pkgdir}/usr/local/bin
45
ln -s /opt/dell/srvadmin/bin/idracadm7 ${pkgdir}/usr/local/bin/idracadm7
46
ln -s /usr/local/bin/idracadm7 ${pkgdir}/usr/local/bin/racadm
47
48
# add LICENSE file
49
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
50
}
51
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 |