canon-pixma-mg6300-complete
The package downloads official Canon driver tarballs from Canon's own gdlp01.c-wss.com domain, which is a standard host for Canon drivers; despite the static analyzer flag, the source is legitimate and the build process only extracts and repackages the official binaries without executing remote code.
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 official Canon driver tarballs from Canon's own gdlp01.c-wss.com domain, which is a standard host for Canon drivers; despite the static analyzer flag, the source is legitimate and the build process only extracts and repackages the official binaries without executing remote code.
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:18
source=('http://gdlp01.c-wss.com/gds/2/0100004692/01/cnijfilter-mg6300series-3.80-1-deb.tar.gz'
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ryan Owens <RyanOwens at linux dot com>
# Based on PKGBUILD from https://aur.archlinux.org/packages/canon-pixma-mg5200-complete
# Scanner icon source: http://openiconlibrary.sourceforge.net/gallery2/open_icon_library-full/icons/png/64x64/devices/scanner-3.png
pkgname=canon-pixma-mg6300-complete
pkgver=3.80
pkgrel=1
pkgdesc="Complete stand alone driver set (printing and scanning) for Canon Pixma MG6300 series"
url='http://www.canon-europe.com/Support/Consumer_Products/products/Fax__Multifunctionals/InkJet/PIXMA_MG_series/PIXMA_MG6350.aspx'
arch=('i686' 'x86_64')
license=('custom')
install="${pkgname}.install"
depends_x86_64=('lib32-popt' 'lib32-libpng12' 'lib32-libusb-compat' 'lib32-libtiff4' 'lib32-libxml2' 'lib32-gtk2')
depends_i686=('popt' 'libpng12' 'libusb-compat' 'libtiff4' 'libxml2' 'gtk2')
makedepends=('deb2targz' 'sed')
source=('http://gdlp01.c-wss.com/gds/2/0100004692/01/cnijfilter-mg6300series-3.80-1-deb.tar.gz'
'http://gdlp01.c-wss.com/gds/7/0100004707/01/scangearmp-mg6300series-2.00-1-deb.tar.gz'
"${pkgname}.license"
"${pkgname}-scangear.desktop"
"${pkgname}-scangear-icon.png")
md5sums=('99d378100e5bf37ed0425ab09b496481'
'c5a6b61b0ba84ec8fd7e4863c84ef84b'
'd8faf0e75ee3d1989eed39d55cb3e8fb'
'1573618a7649a165ba8a31c92e3f1655'
'3feefd413092d7152f47b7451ba79efe')
_printDrvSrc='cnijfilter-mg6300series-3.80-1-deb'
_scanDrvSrc='scangearmp-mg6300series-2.00-1-deb'
_printDrvDebCommon='cnijfilter-common_3.80-1_i386'
_printDrvDebMain='cnijfilter-mg6300series_3.80-1_i386'
_scanDrvDebCommon='scangearmp-common_2.00-1_i386'
_scanDrvDebMain='scangearmp-mg6300series_2.00-1_i386'
_ppdFile="canonmg6300.ppd"
build(){
cd ${srcdir}
# Unpack driver source files
tar xvzf ${_printDrvSrc}.tar.gz
tar xvzf ${_scanDrvSrc}.tar.gz
rm -v *.tar.gz
}
package(){
cd ${pkgdir}
# Unpack debian installer files
cp "${srcdir}/${_printDrvSrc}/packages/${_printDrvDebCommon}.deb" .
cp "${srcdir}/${_printDrvSrc}/packages/${_printDrvDebMain}.deb" .
cp "${srcdir}/${_scanDrvSrc}/packages/${_scanDrvDebCommon}.deb" .
cp "${srcdir}/${_scanDrvSrc}/packages/${_scanDrvDebMain}.deb" .
deb2targz "${_printDrvDebCommon}.deb"
deb2targz "${_printDrvDebMain}.deb"
deb2targz "${_scanDrvDebCommon}.deb"
deb2targz "${_scanDrvDebMain}.deb"
rm -v *.deb
tar xzvf "${_printDrvDebCommon}.tar.gz"
tar xzvf "${_printDrvDebMain}.tar.gz"
tar xzvf "${_scanDrvDebCommon}.tar.gz"
tar xzvf "${_scanDrvDebMain}.tar.gz"
rm -v *.tar.gz
# Move ppd file to where cups expects
install -vDm 644 "${pkgdir}/usr/share/ppd/${_ppdFile}" "${pkgdir}/usr/share/cups/model/${_ppdFile}"
rm -vrf ${pkgdir}/usr/share/ppd
# Fix udev rules
sed -i -e "s/SYSFS/ATTR/g" "${pkgdir}/etc/udev/rules.d/80-canon_mfp.rules"
# Install custom license file
install -vDm 644 "${srcdir}/${pkgname}.license" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Install entry in application menu, including icon
install -vDm 644 "${srcdir}/${pkgname}-scangear.desktop" "${pkgdir}/usr/share/applications/${pkgname}-scangear.desktop"
install -vDm 644 "${srcdir}/${pkgname}-scangear-icon.png" "${pkgdir}/usr/share/pixmaps/${pkgname}-scangear-icon.png"
}
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 |