brother-hl6180dw-cups-bin
The package downloads a prebuilt .deb from Brother's official download domain for a proprietary CUPS wrapper, which is normal for such drivers; the source is not whitelisted but is from the vendor's legitimate infrastructure, and the checksum is verified.
Triggered rules
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 package downloads a prebuilt .deb from Brother's official download domain for a proprietary CUPS wrapper, which is normal for such drivers; the source is not whitelisted but is from the vendor's legitimate infrastructure, and the checksum is verified.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:28
source=("${_deb}::https://download.brother.com/welcome/dlf006043/${_deb}")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Vincent Schult <viboschu@gmail.com>
pkgname=brother-hl6180dw-cups-bin
pkgver=3.0.0_1
pkgrel=2
pkgdesc='CUPS wrapper for Brother HL-6180DW printer'
arch=('i686' 'x86_64')
url='https://support.brother.com/g/b/producttop.aspx?c=us&lang=en&prod=hl6180dw_all'
license=('GPL-2.0-or-later')
depends=(
cups
"brother-hl6180dw-lpr-bin=${pkgver}"
sh
)
depends_i686=(
glibc
)
depends_x86_64=(
lib32-glibc
)
options=('!strip' '!debug' '!emptydirs')
_deb="hl6180dwcupswrapper-${pkgver/_/-}.i386.deb"
_vendor='/opt/brother/Printers/HL6180DW/cupswrapper'
source=("${_deb}::https://download.brother.com/welcome/dlf006043/${_deb}")
noextract=("${_deb}")
sha256sums=('2c47d5903df23084d095f23cdbf3cb1ae0fd1700d3201368ab03730495d25b13')
prepare(){
cd "${srcdir}"
rm -rf deb-root
mkdir -p deb-root
bsdtar -xf "${_deb}" -C deb-root
}
package(){
local data_tar=("${srcdir}/deb-root"/data.tar.*)
bsdtar -xf "${data_tar[0]}" -C "${pkgdir}"
install -Dm755 "${pkgdir}${_vendor}/brother_lpdwrapper_HL6180DW" "${pkgdir}/usr/lib/cups/filter/brother_lpdwrapper_HL6180DW"
install -Dm644 "${pkgdir}${_vendor}/brother-HL-6180DW-cups-en.ppd" "${pkgdir}/usr/share/cups/model/HL6180DW.ppd"
rm -f "${pkgdir}${_vendor}/brother_lpdwrapper_HL6180DW" "${pkgdir}${_vendor}/brother-HL-6180DW-cups-en.ppd"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |