mud

MEDIUM
maintainer jasursadikov 0 votes scanned 2026-09-22 15:38:25.654840
View on AUR
Why flagged

The package installs a prebuilt binary from a non-whitelisted, personal GitHub release, which is unverifiable and could be silently swapped, posing a supply-chain risk.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review of an ambiguous pattern llm_review

The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a non-whitelisted, personal GitHub release, which is unverifiable and could be silently swapped, posing a supply-chain risk.

PKGBUILD

1# Maintainer: Jasur Sadikov <jasur@sadikoff.com>
2pkgname=mud
3pkgver=1.1.10
4pkgrel=1
5pkgdesc="Multi repository git utility. Manage multiple git-repositories simultaneously."
6arch=('x86_64')
7url="https://github.com/jasursadikov/mud"
8license=('MIT')
9provides=("mud-git=$pkgver")
10conflicts=('mud-git')
11depends=('git' 'glibc' 'zlib' 'ca-certificates')
12options=('!strip')
13source=("${url}/releases/download/v${pkgver}/mud-${pkgver}-linux-x86_64.tar.gz")
14sha256sums=('c2dc9a6387daf80fb788c803048abc91f3edd7fa1dcfc58e00090fde1f46327d')
15
16package() {
17 install -d "$pkgdir/opt" "$pkgdir/usr/bin"
18 cp -a "$srcdir/mud" "$pkgdir/opt/mud"
19 ln -s /opt/mud/mud "$pkgdir/usr/bin/mud"
20 install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
21}
22

Scan history

Scanned at (UTC)SeverityRules
2026-09-22 15:38:25 Medium 2

Report a package

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

0 / 4000
Your suggestion