mpk-m2-editor
LOW
maintainer maxlefou
0 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The pip install runs on requirements.txt from the project's own source repository, which is a normal part of building the software and poses minimal supply-chain risk.
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 pip install runs on requirements.txt from the project's own source repository, which is a normal part of building the software and poses minimal supply-chain risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
Medium
pip install of an external package
pip_install_external
`pip install <package>` fetches an unpinned package from PyPI at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:24
pip install -r requirements.txt
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Max le Fou <buttbadger at gmail dot com>
2
3
pkgname=mpk-m2-editor
4
pkgver=git.latest
5
pkgrel=1
6
pkgdesc="Alternative to the official AKAI MPKMini MkII Editor"
7
url=https://github.com/PiOverFour/MPK-M2-editor
8
license=('GPL3')
9
arch=('x86_64')
10
11
depends=('python' 'python-pip' 'alsa-lib' 'jack2')
12
13
source=('git+https://github.com//PiOverFour/MPK-M2-editor.git'
14
'mpk-m2-editor.desktop'
15
'mpk-m2-editor.png')
16
17
md5sums=('SKIP'
18
'dabeb26a1b3903188101a2ac7568c01b'
19
'ee14f75954abc3c8e04bb7f9e9e4f304')
20
21
build()
22
{
23
cd "$srcdir/MPK-M2-editor"
24
pip install -r requirements.txt
25
}
26
27
package()
28
{
29
mkdir -p "${pkgdir}/usr/share/MPK-M2-editor"
30
cp -r "$srcdir/MPK-M2-editor" "${pkgdir}/usr/share"
31
install -Dm644 "$srcdir/mpk-m2-editor.desktop" "${pkgdir}/usr/share/applications/mpk-m2-editor.desktop"
32
install -Dm644 "$srcdir/mpk-m2-editor.png" "${pkgdir}/usr/share/pixmaps/mpk-m2-editor.png"
33
34
}
35
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 |