qchdman
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.
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-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 |