dxconvert
The package downloads a source zip from the project's own domain for building; the host is not whitelisted but is plausibly official, and the content is source code, not an unverifiable binary.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source zip from the project's own domain for building; the host is not whitelisted but is plausibly official, and the content is source code, not an unverifiable binary.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:22
source=("https://dxconvert.martintarenskeen.nl/$_name-$pkgver.zip")
PKGBUILD
1 offending line(s) highlighted# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
_name=DXconvert
pkgname=${_name,,}
pkgver=3.2.4
pkgrel=2
pkgdesc='A file conversion and manipulation toolkit for Yamaha FM synth patches'
arch=(any)
url='https://dxconvert.martintarenskeen.nl/'
license=(GPL-3.0-only)
depends=(python)
optdepends=(
# We can't package castools for our repo, since it has neither a source dist
# nor a git tag for a current release.
#'castools: convert Cassette Interface data (DX100/27/21, DX9, TX81Z)'
'tk: dxconvert and txconvert GUI'
'zbar: convert patches from QR codes to SysEx'
'python-qrcode: convert patches from SysEx to QR codes'
)
groups=(pro-audio)
source=("https://dxconvert.martintarenskeen.nl/$_name-$pkgver.zip")
sha256sums=('43507dc2370007e1a0b2c092e907c56d865d5b1c94e969e40aacc3a2a07f6f06')
prepare() {
cd $_name-$pkgver
# Fix broken shebang
sed -i -e 's|#!/env|#!/usr/bin/env|' dxconvert-gui.py
}
package() {
cd $_name-$pkgver
local py_major_ver="$(python -c 'import sys; print("%i.%i" % sys.version_info[:2])')"
# install Python package
install -Dm644 $_name/*.{gif,help,py} \
-t "$pkgdir"/usr/lib/python$py_major_ver/site-packages/$_name
python -m compileall -s "$pkgdir" \
"$pkgdir"/usr/lib/python$py_major_ver/site-packages/$_name
# install scripts in root dir
for py in *.py; do
install -Dm755 "$py" "$pkgdir"/usr/bin/${py%.py}
done
# install scripts in Tools dir
for tool in Tools/*.py; do
bn="${tool##*/}"
install -Dm755 "$tool" "$pkgdir"/usr/bin/$pkgname-${bn%.py}
done
# Install documentation
install -Dm644 CHANGES.txt FORMATS.txt README*.txt Tools/README-Tools.txt \
-t "$pkgdir"/usr/share/doc/$pkgname
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |