qchdman

MEDIUM
maintainer mictjs 1 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Medium source=() URL on a non-standard host 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")
Medium AI review 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
1# Maintainer: Mike Polvere <mic.tjs@gmail.com>
2
3pkgname=qchdman
4pkgver=0.195
5pkgrel=1
6pkgdesc="QMC2's Qt chdman interface. A Qt interface for chdman utility."
7arch=('i686' 'x86_64')
8 if [[ "$CARCH" == "i686" ]]; then
9 _ARCH_="i386"
10 elif [[ "$CARCH" == "x86_64" ]]; then
11 _ARCH_="amd64"
12 fi
13url="http://qmc2.batcom-it.net"
14license=('GPL2')
15depends=('qt4>=4.8.0' 'mame-tools')
16source=("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")
17sha512sums=('SKIP' 'SKIP')
18
19package(){
20
21 tar xf data.tar.xz
22 mkdir -p "usr/share/qmc2/img"
23 cd ..
24 mv "qchdman.png" "${srcdir}/usr/share/qmc2/img/"
25 cd "${srcdir}"
26 cp -r usr "${pkgdir}"
27 rm -rf "${pkgdir}/usr/share/doc/${pkgname}/copyright"
28 rm -rf "qchdman.png"
29 install -D -m644 "${srcdir}/usr/share/doc/${pkgname}/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
30 msg2 "\e[1;32m 'mame-tools package' provides /usr/bin/chdman to be used as the chdman binary path \e[0m"
31
32}
33

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion