brother-dcpt430w
maintainer truongan
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a driver package from Brother's official download domain, which is a standard and expected source for this hardware; building from official vendor binaries is normal and low risk despite the non-whitelisted host.
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 source is a driver package from Brother's official download domain, which is a standard and expected source for this hardware; building from official vendor binaries is normal and low risk despite the non-whitelisted host.
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:17
source=("https://download.brother.com/welcome/dlf106510/${_printer}pdrv-${pkgver}-1.${arch}.rpm" "spool.patch")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Cabel <mxzcabel at tuta dot com>
2
3
pkgname=brother-dcpt430w
4
_printer=dcpt430w
5
pkgver=3.6.1
6
pkgrel=1
7
pkgdesc="Driver for the Brother DCP-t430w wifi multifuncional printer"
8
url="https://support.brother.com/g/b/downloadtop.aspx?c=us_ot&lang=en&prod=dcpt430w_all"
9
license=('GPL, EULA, custom:Brother License')
10
arch=('x86_64')
11
depends=('a2ps' 'ghostscript' 'cups' 'lib32-glibc')
12
optdepends=('system-config-printer: A CUPS printer configuration tool and status applet'
13
'sane: scanning support'
14
'sane-airscan: SANE backend for AirScan (eSCL) and WSD document scanners'
15
'brscan5: scanning driver required to make the printer available to sane'
16
'brscan-skey: scankey support if connected via USB')
17
source=("https://download.brother.com/welcome/dlf106510/${_printer}pdrv-${pkgver}-1.${arch}.rpm" "spool.patch")
18
sha256sums=('fda5dc3bcb6a3f271fe1a6b7182ce812a46349a6f98014397c0fc6a9afdb9cf3'
19
'41754aa2f95eb562a6e298b8426b57ca9dc3b471247bf96fa109dd2b22567e2c')
20
install="${_printer}.install"
21
22
package() {
23
#unzip rpm file and go to pkgdir
24
bsdtar -xf "${_printer}pdrv-${pkgver}-1.${arch}.rpm" -C "${pkgdir}"
25
cd "${pkgdir}"
26
27
#used directories
28
_dir_opt="opt/brother/Printers/${_printer}"
29
_dir_model="usr/share/cups/model/Brother"
30
_dir_filter="usr/lib/cups/filter"
31
_dir_bin="usr/bin"
32
_dir_licenses="usr/share/licenses/${pkgname}"
33
34
#include ppd file inside cups Brother's model directory
35
install "${_dir_opt}/cupswrapper/brother_${_printer}_printer_en.ppd" -Dm755 -t "${_dir_model}"
36
37
#include filter required by cups libraries
38
install "${_dir_opt}/cupswrapper/brother_lpdwrapper_${_printer}" -Dm755 -t "${_dir_filter}"
39
40
#include symbolic link for brother printer configuration
41
mkdir -p "${pkgdir}/${_dir_bin}"
42
ln -s "/${_dir_opt}/lpd/${arch}/brprintconf_${_printer}" "${_dir_opt}/lpd"
43
ln -s "/${_dir_opt}/lpd/brprintconf_${_printer}" "${_dir_bin}"
44
45
#install licenses inside the created brother's license directory
46
mkdir -p "${pkgdir}/${_dir_licenses}"
47
_licenses=("LICENSE_ENG.txt" "LICENSE_JPN.txt")
48
for license in "${_licenses[@]}" ; do
49
chmod 644 "${_dir_opt}/${license}"
50
mv "${_dir_opt}/${license}" ${_dir_licenses}
51
done
52
53
#apply required patch
54
patch -Np0 < "${srcdir}/spool.patch"
55
}
56
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 |