mma

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

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

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 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)
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:17 source=("http://www.mellowood.ca/mma/mma-bin-$pkgver.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# $Id $
2# Maintainer: John K. Luebs <jkl@johnluebs.com>
3# Contributor: Eric Le Bras <eric.lebras@gmail.com>
4# Contributor: Uwe Koloska <kolewu@koloro.de>
5
6pkgname=mma
7pkgver=25.05.0
8pkgrel=1
9pkgdesc="Musical MIDI Accompaniment (MMA) is an accompaniment generator"
10url="http://www.mellowood.ca/mma/"
11depends=('python')
12optdepends=('timidity++: Synthesize MIDI files')
13license=('GPL-2.0-or-later')
14arch=('any')
15install=mma.install
16DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 --user-agent Mozilla/4.0 -o %o %u')
17source=("http://www.mellowood.ca/mma/mma-bin-$pkgver.tar.gz"
18 mmarc)
19sha1sums=('1af05064384c5c7e7d24b163639a414227d3ef6f'
20 '3c03107c2a1b380f66ed68458d9b9def8371c0f6')
21options=(!strip)
22backup=(etc/mmarc)
23
24package() {
25 cd "$srcdir/$pkgname-bin-$pkgver"
26
27 mkdir -p "$pkgdir"/usr/{bin,share/mma,share/man/man1,share/man/man8}
28 mkdir -p "$pkgdir"/etc
29
30 cp -p mma.py "$pkgdir"/usr/bin/mma
31 cp -p mma-gb "$pkgdir"/usr/bin/mma-gb
32 cp -p mma-libdoc "$pkgdir"/usr/bin/mma-libdoc
33 cp -p mma-renum "$pkgdir"/usr/bin/mma-renum
34 cp -p mma-splitrec "$pkgdir"/usr/bin/mma-splitrec
35 cp -p util/mma-mnx.py "$pkgdir"/usr/bin/mma-mnx
36 cp -p util/mma-rm2std.py "$pkgdir"/usr/bin/mma-rm2std
37 cp -p util/mmatabs.py "$pkgdir"/usr/bin/mmatabs
38 cp -p util/mup2mma.py "$pkgdir"/usr/bin/mup2mma
39 cp -p util/pg2mma.py "$pkgdir"/usr/bin/pg2mma
40 cp -p util/synthsplit.py "$pkgdir"/usr/bin/mma-synthsplit
41 cp -pr {docs,egs,includes,lib,MMA,plugins,text} "$pkgdir"/usr/share/mma
42
43 cp -p util/README.* "$pkgdir"/usr/share/mma/docs
44 mv "$pkgdir"/usr/share/mma/docs/man/mma-libdoc.8 "$pkgdir"/usr/share/man/man8
45 mv "$pkgdir"/usr/share/mma/docs/man/mma-renum.1 "$pkgdir"/usr/share/man/man1
46 mv "$pkgdir"/usr/share/mma/docs/man/mma.1 "$pkgdir"/usr/share/man/man1
47 mv "$pkgdir"/usr/share/mma/docs/man/mma-gb.1 "$pkgdir"/usr/share/man/man1
48 rm -rf "$pkgdir"/usr/share/mma/docs/man
49 cp -p "$srcdir"/mmarc "$pkgdir"/etc
50}
51

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