multi-git-status
The package builds from a source tarball hosted on GitHub, which is the project's official repository; the flagged pattern is based on package adoption history, not malicious content, and the build installs only the project's own scripts and documentation.
Triggered rules
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 a source tarball hosted on GitHub, which is the project's official repository; the flagged pattern is based on package adoption history, not malicious content, and the build installs only the project's own scripts and documentation.
1 higher static finding superseded - not the current verdict (shown for transparency)
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
# Contributor: Bart Louwers <sleeping@emeel.net>
pkgname=multi-git-status
pkgver=2.3
pkgrel=1
pkgdesc='Show uncommited, untracked and unpushed changes in multiple Git repositories.'
arch=('any')
url='https://github.com/fboender/multi-git-status'
license=('MIT')
source=("${pkgname}-${pkgver}-${pkgrel}::${url}/archive/${pkgver}.tar.gz")
sha256sums=('2634b4b8b3d69a397f5462ec1d72a77d5b395f363ed8e1aabfbf7e5e4172f93f')
package() {
cd "$pkgname-$pkgver"
install -d "$pkgdir"/usr/bin/
install -d "$pkgdir"/usr/share/man/man1/
install mgitstatus "$pkgdir"/usr/bin/
install mgitstatus.1 "$pkgdir"/usr/share/man/man1/
install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 00:12:07 | Low | 2 |
| 2026-08-25 23:28:42 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |