mud
MEDIUM
maintainer jasursadikov
0 votes
scanned 2026-09-22 15:38:25.654840
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>
2
pkgname=mud
3
pkgver=1.1.10
4
pkgrel=1
5
pkgdesc="Multi repository git utility. Manage multiple git-repositories simultaneously."
6
arch=('x86_64')
7
url="https://github.com/jasursadikov/mud"
8
license=('MIT')
9
provides=("mud-git=$pkgver")
10
conflicts=('mud-git')
11
depends=('git' 'glibc' 'zlib' 'ca-certificates')
12
options=('!strip')
13
source=("${url}/releases/download/v${pkgver}/mud-${pkgver}-linux-x86_64.tar.gz")
14
sha256sums=('c2dc9a6387daf80fb788c803048abc91f3edd7fa1dcfc58e00090fde1f46327d')
15
16
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-22 15:38:25 | Medium | 2 |