dxconvert

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

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

Low AI review downgraded a static finding 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)
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:22 source=("https://dxconvert.martintarenskeen.nl/$_name-$pkgver.zip")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
2# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
3
4_name=DXconvert
5pkgname=${_name,,}
6pkgver=3.2.4
7pkgrel=2
8pkgdesc='A file conversion and manipulation toolkit for Yamaha FM synth patches'
9arch=(any)
10url='https://dxconvert.martintarenskeen.nl/'
11license=(GPL-3.0-only)
12depends=(python)
13optdepends=(
14 # We can't package castools for our repo, since it has neither a source dist
15 # nor a git tag for a current release.
16 #'castools: convert Cassette Interface data (DX100/27/21, DX9, TX81Z)'
17 'tk: dxconvert and txconvert GUI'
18 'zbar: convert patches from QR codes to SysEx'
19 'python-qrcode: convert patches from SysEx to QR codes'
20)
21groups=(pro-audio)
22source=("https://dxconvert.martintarenskeen.nl/$_name-$pkgver.zip")
23sha256sums=('43507dc2370007e1a0b2c092e907c56d865d5b1c94e969e40aacc3a2a07f6f06')
24
25prepare() {
26 cd $_name-$pkgver
27 # Fix broken shebang
28 sed -i -e 's|#!/env|#!/usr/bin/env|' dxconvert-gui.py
29}
30
31package() {
32 cd $_name-$pkgver
33 local py_major_ver="$(python -c 'import sys; print("%i.%i" % sys.version_info[:2])')"
34
35 # install Python package
36 install -Dm644 $_name/*.{gif,help,py} \
37 -t "$pkgdir"/usr/lib/python$py_major_ver/site-packages/$_name
38 python -m compileall -s "$pkgdir" \
39 "$pkgdir"/usr/lib/python$py_major_ver/site-packages/$_name
40
41 # install scripts in root dir
42 for py in *.py; do
43 install -Dm755 "$py" "$pkgdir"/usr/bin/${py%.py}
44 done
45
46 # install scripts in Tools dir
47 for tool in Tools/*.py; do
48 bn="${tool##*/}"
49 install -Dm755 "$tool" "$pkgdir"/usr/bin/$pkgname-${bn%.py}
50 done
51
52 # Install documentation
53 install -Dm644 CHANGES.txt FORMATS.txt README*.txt Tools/README-Tools.txt \
54 -t "$pkgdir"/usr/share/doc/$pkgname
55}
56

Scan history

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

Report a package

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

0 / 4000
Your suggestion