ma-sh

LOW
maintainer viktoracoric 0 votes scanned 2026-09-17 21:26:26.072849
View on AUR
Why flagged

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

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.

Low AI review 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

1# Maintainer: Viktor-Alojzije Ćorić <viktor@viktoracoric.xyz>
2pkgname=ma-sh
3pkgver=0.2
4pkgrel=2
5epoch=
6pkgdesc="Metal Archives Release Tracker - Track new releases for Metal Archives bookmarks"
7arch=("any")
8url="https://github.com/viktoracoric/ma.sh"
9license=("GPL-3")
10groups=()
11depends=("bash" "sed" "grep")
12makedepends=()
13checkdepends=()
14optdepends=()
15provides=()
16conflicts=()
17replaces=()
18backup=()
19options=()
20source=("git+https://github.com/viktoracoric/ma.sh.git")
21noextract=("git+https://github.com/viktoracoric/ma.sh.git")
22sha256sums=("SKIP")
23
24package() {
25 cd "$srcdir/ma.sh/"
26 mkdir -vp "$pkgdir/usr/local/bin/"
27 make install DESTDIR="$pkgdir"
28}
29
30post_install() {
31 echo 'Add "cookie" header from request headers on Metal Archives into COOKIE variable on top of the script'
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 21:26:26 Low 2

Report a package

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

0 / 4000
Your suggestion