qchdman
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:16
source=("http://www.deb-multimedia.org/pool/main/q/qmc2-dmo/${pkgname}_${pkgver}-dmo1_${_ARCH_}.deb" "http://svn.code.sf.net/p/qmc2/code/trunk/tools/qchdman/images/qchdman.png") -
PKGBUILD:16
source=("http://www.deb-multimedia.org/pool/main/q/qmc2-dmo/${pkgname}_${pkgver}-dmo1_${_ARCH_}.deb" "http://svn.code.sf.net/p/qmc2/code/trunk/tools/qchdman/images/qchdman.png")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD downloads a prebuilt binary .deb from deb-multimedia.org (a third-party Debian repository, not the upstream project's official release host) and installs its contents directly. Both checksums are 'SKIP', meaning there is zero integrity verification. deb-multimedia.org is a known but unofficial third-party repo; it is not the upstream qmc2 project's own release infrastructure. Executing arbitrary prebuilt binaries from a non-official host with no checksum verification is a genuine supply-chain risk — if the file is swapped or compromised, the user gets silent RCE. This matches the medium severity definition exactly: an executed binary from an unofficial/personal host.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Mike Polvere <mic.tjs@gmail.com>
pkgname=qchdman
pkgver=0.195
pkgrel=1
pkgdesc="QMC2's Qt chdman interface. A Qt interface for chdman utility."
arch=('i686' 'x86_64')
if [[ "$CARCH" == "i686" ]]; then
_ARCH_="i386"
elif [[ "$CARCH" == "x86_64" ]]; then
_ARCH_="amd64"
fi
url="http://qmc2.batcom-it.net"
license=('GPL2')
depends=('qt4>=4.8.0' 'mame-tools')
source=("http://www.deb-multimedia.org/pool/main/q/qmc2-dmo/${pkgname}_${pkgver}-dmo1_${_ARCH_}.deb" "http://svn.code.sf.net/p/qmc2/code/trunk/tools/qchdman/images/qchdman.png")
sha512sums=('SKIP' 'SKIP')
package(){
tar xf data.tar.xz
mkdir -p "usr/share/qmc2/img"
cd ..
mv "qchdman.png" "${srcdir}/usr/share/qmc2/img/"
cd "${srcdir}"
cp -r usr "${pkgdir}"
rm -rf "${pkgdir}/usr/share/doc/${pkgname}/copyright"
rm -rf "qchdman.png"
install -D -m644 "${srcdir}/usr/share/doc/${pkgname}/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
msg2 "\e[1;32m 'mame-tools package' provides /usr/bin/chdman to be used as the chdman binary path \e[0m"
}
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 |