flirc-bin
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:20
source=(https://apt.fury.io/flirc/files/${_dirstr}/flirc_${_pkgver}_${_debrel}.deb)
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from apt.fury.io, which is a third-party package hosting service (Gemfury) used by many vendors including Flirc as their official APT repository. Flirc does legitimately use Gemfury/apt.fury.io as their official distribution channel, so this is not a random personal host. However, it is still a prebuilt binary from a non-distro, non-upstream-VCS source, and the integrity check is only an MD5 sum (weak, no SHA256). The binary is extracted and installed directly into pkgdir without any verification beyond the weak checksum. This constitutes a real supply-chain concern: if Gemfury or the Flirc account there were compromised, a malicious binary would be installed. The use of a legitimate vendor-controlled third-party host reduces but does not eliminate the risk compared to a purely personal/unofficial host. Medium severity is appropriate.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jonathan Steel <jsteel at archlinux.org>
# Contributor: cornholio <vigo.the.unholy.carpathian@gmail.com>
# Contributor: Michael Mansell <michael.mansell@gmail.com>
pkgname=flirc-bin
_pkgname=flirc
_pkgver=3.27.19-1
_debrel=amd64
_dirstr=ver_1iqEqV
pkgver=${_pkgver/-/.}
pkgrel=2
pkgdesc="CLI and GUI application to program your Flirc device"
arch=('x86_64')
url="http://flirc.tv"
license=('unknown')
depends=('libusb' 'hidapi' 'qt5-svg' 'qt5-xmlpatterns')
provides=('flirc')
conflicts=('flirc')
replaces=('flirc')
source=(https://apt.fury.io/flirc/files/${_dirstr}/flirc_${_pkgver}_${_debrel}.deb)
md5sums=('ed02ab0177de259c8c5aeed392be6361')
package() {
tar -xf data.tar.xz -C "$pkgdir"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |