dell-h825cdw-s2825cdn
maintainer HurricanePootis
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a driver ZIP from a Dell-hosted but non-whitelisted domain; while the host is not standard, it is plausibly Dell's infrastructure, and the content is a proprietary driver installed as data, not an executed remote payload.
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 driver ZIP from a Dell-hosted but non-whitelisted domain; while the host is not standard, it is plausibly Dell's infrastructure, and the content is a proprietary driver installed as data, not an executed remote payload.
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:12
source=("http://dl.dell.com/FOLDER03385341M/1/Printer_H825cdw_Driver_Dell_A00_Linux.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Hurricane Pootis <hurricanepootis@protonmail.com>
2
3
pkgname=dell-h825cdw-s2825cdn
4
pkgver=1.0_3
5
pkgrel=9
6
pkgdesc="Proprietary driver for Dell's H825cdw and S2825 Printers"
7
arch=('x86_64')
8
url="https://www.dell.com/support/home/en-us/product-support/product/dell-h825cdw-printer/drivers"
9
license=('LicenseRef-Dell-Technologies-End-User-License-Agreement')
10
depends=('libcups' 'glibc')
11
DLAGENTS=("http::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")
12
source=("http://dl.dell.com/FOLDER03385341M/1/Printer_H825cdw_Driver_Dell_A00_Linux.zip")
13
makedepends=('unzip' 'libarchive')
14
sha256sums=('e993d3ebbcbfa7dfa7f74d00096bab57bafbdb4b9415f5b69169cd7485a1b18c')
15
16
#_rpmfile="S2825cdn-H825cdw/Dell-Color-MFP-S2825cdn-H825cdw-${pkgver//_/-}.$CARCH.rpm"
17
_rpmfile="Dell-Color-MFP-S2825cdn-H825cdw-${pkgver//_/-}.$CARCH.rpm"
18
19
20
prepare() {
21
cd "$srcdir/"
22
23
unzip -n Printer_H825cdw_Driver_Dell_A00_Linux.zip
24
25
cd "$srcdir/S2825cdn-H825cdw"
26
bsdtar -f $_rpmfile -x
27
}
28
29
package() {
30
mv "$srcdir/S2825cdn-H825cdw/usr" "$srcdir/usr"
31
mv "$srcdir/S2825cdn-H825cdw/License" "$srcdir/License"
32
mkdir -p "$pkgdir"/usr/share/cups/model && mkdir -p "$pkgdir"/usr/lib/cups/filter/Dell-Color-MFP-S2825cdn-H825cdw
33
install -Dm644 "$srcdir"/usr/share/cups/model/Dell/Dell_Color_MFP_S2825cdn.ppd.gz "$pkgdir"/usr/share/cups/model/Dell/Dell_Color_MFP_S2825cdn.ppd.gz
34
install -Dm644 "$srcdir"/usr/share/cups/model/Dell/Dell_Color_MFP_H825cdw.ppd.gz "$pkgdir"/usr/share/cups/model/Dell/Dell_Color_MFP_H825cdw.ppd.gz
35
install -Dm755 "$srcdir"/usr/lib/cups/filter/Dell-Color-MFP-S2825cdn-H825cdw/DellSecureFilter "$pkgdir"/usr/lib/cups/filter/Dell-Color-MFP-S2825cdn-H825cdw/DellSecureFilter
36
install -Dm644 "$srcdir"/License/English/License.txt "$pkgdir"/usr/share/licenses/"$pkgname"/License.txt
37
}
38
39
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 |