museeq-git
maintainer dllud
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from the project's own GitHub repository, which is normal AUR packaging; the medium-severity flag is due to recent maintainer change, but the source is legitimate and no malicious behavior is present.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own GitHub repository, which is normal AUR packaging; the medium-severity flag is due to recent maintainer change, but the source is legitimate and no malicious behavior is present.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Michael Gwin <oksijun+arch at gmail dot com>
2
# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
3
pkgname=museeq-git
4
pkgver=r757.7992c04
5
pkgrel=1
6
pkgdesc="A Qt5 interface to the museekd daemon."
7
arch=('x86_64')
8
url="http://www.museek-plus.org/"
9
license=('GPL2')
10
depends=('qt5-script')
11
makedepends=('git' 'cmake' 'qt5-tools')
12
source=("$pkgname::git+https://github.com/eLvErDe/museek-plus")
13
md5sums=('SKIP')
14
15
pkgver() {
16
cd "$pkgname"
17
( set -o pipefail
18
git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
)
21
}
22
23
build() {
24
mkdir -p "$pkgname"/build
25
cd "$pkgname"/build
26
cmake -DCMAKE_INSTALL_PREFIX=/usr -DEVERYTHING=0 -DMURMUR=0 -DMUCOUS=0 -DMUSEEKD=0 -DMUSETUP=0 -DMUSCAN=0 -DMUSEEQ=1 -DPYTHON_BINDINGS=0 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 "$srcdir"/"$pkgname"
27
make
28
}
29
30
package() {
31
cd "$pkgname"/build
32
make DESTDIR="$pkgdir" install
33
}
34
Changes since previous scan
--- PKGBUILD @ 2026-07-25 00:13+++ PKGBUILD @ 2026-08-03 00:08@@ -7,8 +7,8 @@ arch=('x86_64') url="http://www.museek-plus.org/" license=('GPL2')-depends=('qt5-script' 'qt5-tools')-makedepends=('git' 'cmake')+depends=('qt5-script')+makedepends=('git' 'cmake' 'qt5-tools') source=("$pkgname::git+https://github.com/eLvErDe/museek-plus") md5sums=('SKIP') @@ -23,7 +23,7 @@ build() { mkdir -p "$pkgname"/build cd "$pkgname"/build- cmake -DCMAKE_INSTALL_PREFIX=/usr -DEVERYTHING=0 -DMURMUR=0 -DMUCOUS=0 -DMUSEEKD=0 -DMUSETUP=0 -DMUSCAN=0 -DMUSEEQ=1 -DPYTHON_BINDINGS=0 "$srcdir"/"$pkgname"+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DEVERYTHING=0 -DMURMUR=0 -DMUCOUS=0 -DMUSEEKD=0 -DMUSETUP=0 -DMUSCAN=0 -DMUSEEQ=1 -DPYTHON_BINDINGS=0 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 "$srcdir"/"$pkgname" make } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 09:29:42 | MEDIUM | 1 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 17:28:09 | MEDIUM | 1 |
| 2026-06-18 16:11:54 | CLEAN | 0 |