elgin-nfce-printer
This PKGBUILD downloads a prebuilt RAR archive from a CloudFront CDN URL (d2u2qhufg0q9tn.cloudfront.net) that is not the official vendor domain (elgin.com.br). The archive contains a prebuilt binary 'rastertohprt' that is installed as a CUPS filter (executed with elevated trust in the print subsystem). While a sha256sum is provided, the source host is a CDN distribution endpoint rather than the official vendor site, making it impossible to verify the chain of custody from the vendor. This is a classic medium-severity supply-chain concern: a prebuilt binary from an unverifiable third-party host installed into a privileged system location. It is not clearly malicious, but the combination of unofficial host + executed binary + CUPS filter context warrants medium severity.
Triggered rules
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=("$pkgname-$pkgver.rar::https://d2u2qhufg0q9tn.cloudfront.net/assets/arquivos/imgCard_4ce638a5-22e5-4a0d-a820-0108152ced91_imgCard_3969ab8d-70ab-4b53-ac90-d84cc55ddd70_Elgin_i9_Linux_Driver_v1.2.3Linux.rar")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads a prebuilt RAR archive from a CloudFront CDN URL (d2u2qhufg0q9tn.cloudfront.net) that is not the official vendor domain (elgin.com.br). The archive contains a prebuilt binary 'rastertohprt' that is installed as a CUPS filter (executed with elevated trust in the print subsystem). While a sha256sum is provided, the source host is a CDN distribution endpoint rather than the official vendor site, making it impossible to verify the chain of custody from the vendor. This is a classic medium-severity supply-chain concern: a prebuilt binary from an unverifiable third-party host installed into a privileged system location. It is not clearly malicious, but the combination of unofficial host + executed binary + CUPS filter context warrants medium severity.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Rafael <rafaelrc7@gmail.com>
pkgname=elgin-nfce-printer
pkgver=1.2.3
pkgrel=2
pkgdesc="Drivers for Elgin NFC-e RM22, i7, i8 and i9 printers."
arch=("x86_64" "i686")
url="https://www.elgin.com.br/Produtos/Automacao/impressorasn%C3%A3ofiscais/impressora-termica-de-cupom-i9-full"
license=("unknown")
depends=("libxcrypt-compat")
makedepends=("unrar")
install=
source=("$pkgname-$pkgver.rar::https://d2u2qhufg0q9tn.cloudfront.net/assets/arquivos/imgCard_4ce638a5-22e5-4a0d-a820-0108152ced91_imgCard_3969ab8d-70ab-4b53-ac90-d84cc55ddd70_Elgin_i9_Linux_Driver_v1.2.3Linux.rar")
noextract=("$pkgname-$pkgver.rar")
sha256sums=("37ed5a41f92ce5f70f0d534a1bd0d31450ad2c8dc33331535d4434428b587625")
prepare() {
unrar x -ad -y "./$pkgname-$pkgver.rar"
}
package() {
cd "$pkgname-$pkgver/Elgin_i9_linux_driver_v1.2.3/setup"
_FILTERDIR="${pkgdir}/usr/lib/cups/filter/"
_PPDDIR="${pkgdir}/usr/share/ppd/elgin-nfce-printer/"
case $CARCH in
i686) _RASTERTOHPRT="./x86/rastertohprt" ;;
x86_64) _RASTERTOHPRT="./x64/rastertohprt" ;;
esac
install -Dm755 "${_RASTERTOHPRT}" "${_FILTERDIR}/rastertohprt"
install -d "${_PPDDIR}"
install -Dm644 ../ppd/*.ppd "${_PPDDIR}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |