mma
The package downloads a source tarball from the project's official website (mellowood.ca), which hosts the project's own release; the tarball contains Python scripts and data files that are installed directly, with no obfuscation or remote code execution, making it a standard build from project-owned infrastructure despite the non-whitelisted host.
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 tarball from the project's official website (mellowood.ca), which hosts the project's own release; the tarball contains Python scripts and data files that are installed directly, with no obfuscation or remote code execution, making it a standard build from project-owned infrastructure despite the non-whitelisted host.
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:17
source=("http://www.mellowood.ca/mma/mma-bin-$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted# $Id $
# Maintainer: John K. Luebs <jkl@johnluebs.com>
# Contributor: Eric Le Bras <eric.lebras@gmail.com>
# Contributor: Uwe Koloska <kolewu@koloro.de>
pkgname=mma
pkgver=25.05.0
pkgrel=1
pkgdesc="Musical MIDI Accompaniment (MMA) is an accompaniment generator"
url="http://www.mellowood.ca/mma/"
depends=('python')
optdepends=('timidity++: Synthesize MIDI files')
license=('GPL-2.0-or-later')
arch=('any')
install=mma.install
DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 --user-agent Mozilla/4.0 -o %o %u')
source=("http://www.mellowood.ca/mma/mma-bin-$pkgver.tar.gz"
mmarc)
sha1sums=('1af05064384c5c7e7d24b163639a414227d3ef6f'
'3c03107c2a1b380f66ed68458d9b9def8371c0f6')
options=(!strip)
backup=(etc/mmarc)
package() {
cd "$srcdir/$pkgname-bin-$pkgver"
mkdir -p "$pkgdir"/usr/{bin,share/mma,share/man/man1,share/man/man8}
mkdir -p "$pkgdir"/etc
cp -p mma.py "$pkgdir"/usr/bin/mma
cp -p mma-gb "$pkgdir"/usr/bin/mma-gb
cp -p mma-libdoc "$pkgdir"/usr/bin/mma-libdoc
cp -p mma-renum "$pkgdir"/usr/bin/mma-renum
cp -p mma-splitrec "$pkgdir"/usr/bin/mma-splitrec
cp -p util/mma-mnx.py "$pkgdir"/usr/bin/mma-mnx
cp -p util/mma-rm2std.py "$pkgdir"/usr/bin/mma-rm2std
cp -p util/mmatabs.py "$pkgdir"/usr/bin/mmatabs
cp -p util/mup2mma.py "$pkgdir"/usr/bin/mup2mma
cp -p util/pg2mma.py "$pkgdir"/usr/bin/pg2mma
cp -p util/synthsplit.py "$pkgdir"/usr/bin/mma-synthsplit
cp -pr {docs,egs,includes,lib,MMA,plugins,text} "$pkgdir"/usr/share/mma
cp -p util/README.* "$pkgdir"/usr/share/mma/docs
mv "$pkgdir"/usr/share/mma/docs/man/mma-libdoc.8 "$pkgdir"/usr/share/man/man8
mv "$pkgdir"/usr/share/mma/docs/man/mma-renum.1 "$pkgdir"/usr/share/man/man1
mv "$pkgdir"/usr/share/mma/docs/man/mma.1 "$pkgdir"/usr/share/man/man1
mv "$pkgdir"/usr/share/mma/docs/man/mma-gb.1 "$pkgdir"/usr/share/man/man1
rm -rf "$pkgdir"/usr/share/mma/docs/man
cp -p "$srcdir"/mmarc "$pkgdir"/etc
}
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 |