brother-mfc-l3780cdw
The package downloads a driver .deb from Brother's official download domain;虽 host not whitelisted, it is plausibly official, and the payload is a non-executing data/install artifact for a printer driver, not a general-purpose remote executable.
Triggered rules
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 .deb from Brother's official download domain;虽 host not whitelisted, it is plausibly official, and the payload is a non-executing data/install artifact for a printer driver, not a general-purpose remote executable.
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:13
source=("https://download.brother.com/welcome/dlf105764/${_pkgfilename}")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Winston Astrachan <rew1red [at] rew1 [dot] red>
pkgname=brother-mfc-l3780cdw
pkgver=3.5.1_1
pkgrel=3
pkgdesc="LPR and CUPS driver for the Brother MFC-L3780CDW"
arch=('x86_64')
url="https://support.brother.com/g/b/downloadend.aspx?c=us&lang=en&prod=mfcl3780cdw_us_as&os=128&dlid=dlf105764_000&flang=4&type3=10283"
license=('LicenseRef-brother')
depends=('cups' 'ghostscript' 'perl' 'lib32-glibc')
optdepends=('brscan4: scanner support')
_pkgfilename="mfcl3780cdwpdrv-${pkgver/_/-}.i386.deb"
source=("https://download.brother.com/welcome/dlf105764/${_pkgfilename}")
sha256sums=('0973b0836578c0c3b55298b07046a86d5c57eea9d7118d20f06cfb68bc35ffec')
package(){
tar -xaf "${srcdir}/data.tar.gz" -C "${pkgdir}/"
cd "${pkgdir}/opt/brother/Printers/mfcl3780cdw"
# copy cups filters out of architecture-specific directories (from .deb postinst)
cp "lpd/x86_64/brmfcl3780cdwfilter" \
"lpd/brmfcl3780cdwfilter"
cp "lpd/x86_64/brprintconf_mfcl3780cdw" \
"lpd/brprintconf_mfcl3780cdw"
rm -rf "lpd/i686"
rm -rf "lpd/x86_64"
# symlink cupswrapper files
install -d "${pkgdir}/usr/lib/cups/filter/"
ln -sf "/opt/brother/Printers/mfcl3780cdw/cupswrapper/brother_lpdwrapper_mfcl3780cdw" \
"${pkgdir}/usr/lib/cups/filter/"
# symlink cups ppd files
install -d "${pkgdir}/usr/share/cups/model/"
ln -sf "/opt/brother/Printers/mfcl3780cdw/cupswrapper/brother_mfcl3780cdw_printer_en.ppd" \
"${pkgdir}/usr/share/cups/model/"
# install license files
install -Dm644 LICENSE_ENG.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE_ENG.txt"
}
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 |