brother-hll2315dw
maintainer tbevan
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official Brother printer driver RPMs from the vendor's own domain (download.brother.com), which is a legitimate source despite not being on the analyzer's whitelist; the files are not executed remotely and the build process is transparent.
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 official Brother printer driver RPMs from the vendor's own domain (download.brother.com), which is a legitimate source despite not being on the analyzer's whitelist; the files are not executed remotely and the build process is transparent.
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
http://download.brother.com/welcome/dlf103313/hll2315dwcupswrapper-${pkgver//_/-}.i386.rpm
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Tyler Bevan (tbevan12 at gmail dot com)
2
# Contributor: Mykola Bespaliuk (kolkabes [at] gmail [dot] com)
3
pkgname=brother-hll2315dw
4
pkgver=3.2.1_1
5
pkgrel=1
6
pkgdesc="Brother HL-L2315DW CUPS driver"
7
url="http://www.brother.com"
8
arch=('x86_64' 'i686')
9
depends=('perl' 'bash' 'cups')
10
license=('custom:Brother')
11
source=(
12
http://download.brother.com/welcome/dlf103313/hll2315dwcupswrapper-${pkgver//_/-}.i386.rpm
13
http://download.brother.com/welcome/dlf103293/hll2315dwlpr-${pkgver//_/-}.i386.rpm
14
)
15
md5sums=(
16
'b2de10af3f8940fb708089d6164ee6b3'
17
'abae60fea4451c67ab99d7718ef8bcac'
18
)
19
20
if [[ "$CARCH" == "x86_64" ]]; then
21
depends+=('lib32-glibc')
22
fi
23
24
package() {
25
mkdir -p "${pkgdir}/opt"
26
cp -R "${srcdir}/opt/brother" "${pkgdir}/opt/brother"
27
28
mkdir -p "${pkgdir}/usr/lib/cups/filter"
29
echo "#! /opt/brother/Printers/HLL2315DW/cupswrapper/brother_lpdwrapper_HLL2315DW" > "${srcdir}/filter-shim"
30
install -m 0755 -o root -g root "${srcdir}/filter-shim" "${pkgdir}/usr/lib/cups/filter/brother_lpdwrapper_HLL2315DW"
31
32
mkdir -p "${pkgdir}/usr/share/ppd/cupsfilters"
33
install -m 0644 -o root -g root "${srcdir}/opt/brother/Printers/HLL2315DW/cupswrapper/brother-HLL2315DW-cups-en.ppd" "${pkgdir}/usr/share/ppd/cupsfilters"
34
}
35
36
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 |