brother-hll2390dw
maintainer malbeth
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a Brother official RPM driver from download.brother.com, which is the vendor's legitimate domain; the source is a prebuilt binary but from the official vendor, so despite the non-whitelisted host, it is not inherently malicious.
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 Brother official RPM driver from download.brother.com, which is the vendor's legitimate domain; the source is a prebuilt binary but from the official vendor, so despite the non-whitelisted host, it is not inherently malicious.
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:10
source=(http://download.brother.com/welcome/dlf103578/hll2390dwpdrv-$pkgver-$pkgrel.i386.rpm)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Marc-Andre Lamothe <malbeth at zoho dot com>
2
pkgname=brother-hll2390dw
3
pkgver=4.0.0
4
pkgrel=1
5
pkgdesc='Brother HL-L2390DW CUPS driver'
6
arch=('i686' 'x86_64')
7
url='http://www.brother.com'
8
license=('GPL')
9
depends=('cups' 'ghostscript' 'perl')
10
source=(http://download.brother.com/welcome/dlf103578/hll2390dwpdrv-$pkgver-$pkgrel.i386.rpm)
11
sha256sums=('15215422859886c67f4e23f18d1bafdfe47edf619bcc3c74f84f5bcc6b9d8ea2')
12
13
package() {
14
# using /usr/share instead of /opt
15
mkdir -p "$pkgdir/usr/share"
16
cp -R "$srcdir/opt/brother" "$pkgdir/usr/share"
17
sed -i 's|\/opt\/|\/usr\/share\/|' "$pkgdir/usr/share/brother/Printers/HLL2390DW/inf/setupPrintcap"
18
sed -i 's|\\\/opt\\\/|\\\/usr\\\/|' "$pkgdir/usr/share/brother/Printers/HLL2390DW/cupswrapper/lpdwrapper"
19
sed -i 's|\\\/opt\\\/|\\\/usr\\\/|' "$pkgdir/usr/share/brother/Printers/HLL2390DW/lpd/lpdfilter"
20
21
# symlink for lpdwrapper so it correctly figures out the printer model from the path
22
install -d "$pkgdir/usr/lib/cups/filter/"
23
ln -s "/usr/share/brother/Printers/HLL2390DW/cupswrapper/lpdwrapper" "$pkgdir/usr/lib/cups/filter/brother_lpdwrapper_HLL2390DW"
24
25
# symlink for the PPD
26
install -d "$pkgdir/usr/share/cups/model/"
27
ln -s "/usr/share/brother/Printers/HLL2390DW/cupswrapper/brother-HLL2390DW-cups-en.ppd" "$pkgdir/usr/share/cups/model/"
28
29
# a couple architecture-specific symlinks
30
ln -s "/usr/share/brother/Printers/HLL2390DW/lpd/$CARCH/brprintconflsr3" "$pkgdir/usr/share/brother/Printers/HLL2390DW/lpd/"
31
ln -s "/usr/share/brother/Printers/HLL2390DW/lpd/$CARCH/rawtobr3" "$pkgdir/usr/share/brother/Printers/HLL2390DW/lpd/"
32
33
# symlink for inf because it tries to execute it there
34
ln -s "/usr/share/brother/Printers/HLL2390DW/inf" "$pkgdir/usr/share/brother/Printers/HLL2390DW/lpd/"
35
}
36
37
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 |