brother-ql1110nwb
maintainer james.cherti
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a Brother official driver .deb from download.brother.com, a plausible official host; the source is a prebuilt binary but from the vendor's own domain, and the build process only extracts and modifies installation paths, posing no active code execution risk.
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 a Brother official driver .deb from download.brother.com, a plausible official host; the source is a prebuilt binary but from the vendor's own domain, and the build process only extracts and modifies installation paths, posing no active code execution risk.
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:15
source=("https://download.brother.com/welcome/dlfp100575/ql1110nwbpdrv-${pkgver}-0.i386.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: James Cherti (Github: https://github.com/jamescherti/archlinux-brother-ql1110nwb )
2
3
pkgname='brother-ql1110nwb'
4
pkgver=2.1.4
5
pkgrel=1
6
pkgdesc='LPR and CUPS printer driver for the Brother QL-1110NWB'
7
url='http://solutions.brother.com/linux/en_us/'
8
arch=('i686' 'x86_64')
9
license=('2003-2017 Brother Industries, Ltd. All Rights Reserved')
10
depends='cups'
11
if [ "$CARCH" = 'x86_64' ]; then
12
depends+=('lib32-glibc')
13
fi
14
install="$pkgname.install"
15
source=("https://download.brother.com/welcome/dlfp100575/ql1110nwbpdrv-${pkgver}-0.i386.deb")
16
sha256sums=('93670aa9b11a8a4090777ca61648d32d6bd6c087d2a1998a4b5ac93b0b6b4a0a')
17
18
package() {
19
tar -xf "data.tar.gz" -C "${pkgdir}"
20
21
install -d "${pkgdir}/usr/share/cups/model"
22
install -d "${pkgdir}/usr/lib/cups/filter"
23
24
_cupswrapper_script="${pkgdir}/opt/brother/PTouch/ql1110nwb/cupswrapper/cupswrapperql1110nwb"
25
sed -i '/lpadmin/d' "${_cupswrapper_script}"
26
sed -i 's|/usr/share/cups/model/Brother|/usr/share/cups/model|g' "${_cupswrapper_script}"
27
sed -i 's|/usr|$pkgdir/usr|g' "${_cupswrapper_script}"
28
sed -i 's|/opt|$pkgdir/opt|g' "${_cupswrapper_script}"
29
sed -i 's|lpinfo -v|echo|g' "${_cupswrapper_script}"
30
sed -i '/^sleep/d' "${_cupswrapper_script}"
31
sed -i 's|brotherlpdwrapper=$pkgdir|brotherlpdwrapper=|g' "${_cupswrapper_script}"
32
export pkgdir; "${_cupswrapper_script}"
33
rm -f "${_cupswrapper_script}"
34
}
35
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 |