brother-hll1222
maintainer lmarcondes95
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Downloads a prebuilt RPM from download.brother.com, which is Brother's official support/download infrastructure, so the source is vendor-official; the checksum is provided; the package installs a proprietary printer driver which is normal for Brother AUR packages.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 80%): Downloads a prebuilt RPM from download.brother.com, which is Brother's official support/download infrastructure, so the source is vendor-official; the checksum is provided; the package installs a proprietary printer driver which is normal for Brother AUR packages.
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:13
source=("https://download.brother.com/welcome/dlf106419/hll1222pdrv-${pkgver}-${_pkgrel_brother}.x86_64.rpm")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Lucas Marcondes <lucasnascimento95@gmail.com>
2
3
pkgname=brother-hll1222
4
pkgver=4.4.0
5
_pkgrel_brother=2
6
pkgrel=1
7
pkgdesc='Brother HL-L1222 CUPS driver'
8
arch=('x86_64')
9
url='https://support.brother.com/'
10
license=('LicenseRef-Brother' 'GPL-2.0-or-later')
11
depends=('cups' 'ghostscript' 'perl')
12
options=('!strip' '!debug')
13
source=("https://download.brother.com/welcome/dlf106419/hll1222pdrv-${pkgver}-${_pkgrel_brother}.x86_64.rpm")
14
sha256sums=('beed9c0d31eaf09297d6bfe5fa2eaaf291ca3deae5cf39883d7d4f7f03764ee8')
15
install="${pkgname}.install"
16
17
package() {
18
local _model=HLL1222
19
local _basedir="opt/brother/Printers/${_model}"
20
21
# Brother layout (filter resolves paths via realpath of itself under /opt)
22
cp -a "${srcdir}/opt" "${pkgdir}/"
23
24
# Vendor postinst would link arch binaries into lpd/
25
ln -s "x86_64/rawtobr3" "${pkgdir}/${_basedir}/lpd/rawtobr3"
26
ln -s "x86_64/brprintconflsr3" "${pkgdir}/${_basedir}/lpd/brprintconflsr3"
27
28
# CUPS expects filter name from the PPD
29
install -dm755 "${pkgdir}/usr/lib/cups/filter"
30
ln -s "/${_basedir}/cupswrapper/lpdwrapper" \
31
"${pkgdir}/usr/lib/cups/filter/brother_lpdwrapper_${_model}"
32
33
install -dm755 "${pkgdir}/usr/share/cups/model/Brother"
34
ln -s "/${_basedir}/cupswrapper/brother-${_model}-cups-en.ppd" \
35
"${pkgdir}/usr/share/cups/model/Brother/"
36
37
install -Dm644 "${_basedir}/LICENSE_ENG.txt" \
38
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE_ENG.txt"
39
install -Dm644 "${_basedir}/cupswrapper/Copying" \
40
"${pkgdir}/usr/share/licenses/${pkgname}/Copying"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 3 |
| 2026-08-17 00:18:29 | LOW | 3 |
| 2026-08-16 00:03:42 | LOW | 3 |
| 2026-08-15 00:26:13 | LOW | 3 |
| 2026-08-14 00:03:41 | LOW | 3 |
| 2026-08-13 19:29:52 | LOW | 3 |
| 2026-08-13 19:26:43 | MEDIUM | 2 |