ma-sh
The package builds from the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, but the source is transparent and only installs a bash script with no evidence of malicious behavior.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's own GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, but the source is transparent and only installs a bash script with no evidence of malicious behavior.
PKGBUILD
# Maintainer: Viktor-Alojzije Ćorić <viktor@viktoracoric.xyz>
pkgname=ma-sh
pkgver=0.2
pkgrel=2
epoch=
pkgdesc="Metal Archives Release Tracker - Track new releases for Metal Archives bookmarks"
arch=("any")
url="https://github.com/viktoracoric/ma.sh"
license=("GPL-3")
groups=()
depends=("bash" "sed" "grep")
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
source=("git+https://github.com/viktoracoric/ma.sh.git")
noextract=("git+https://github.com/viktoracoric/ma.sh.git")
sha256sums=("SKIP")
package() {
cd "$srcdir/ma.sh/"
mkdir -vp "$pkgdir/usr/local/bin/"
make install DESTDIR="$pkgdir"
}
post_install() {
echo 'Add "cookie" header from request headers on Metal Archives into COOKIE variable on top of the script'
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 21:26:26 | Low | 2 |