dagit-bin
The package downloads a prebuilt binary from a personal GitHub release; while the host is not a major vendor, it is plausibly the project's own source, and the binary is a simple terminal visualizer with no indication of malicious behavior, so the risk is low.
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 90%): The package downloads a prebuilt binary from a personal GitHub release; while the host is not a major vendor, it is plausibly the project's own source, and the binary is a simple terminal visualizer with no indication of malicious behavior, so the risk is low.
PKGBUILD
# Maintainer: lxsh-S <kumarlakshya973@gmail.com>
pkgname='dagit-bin'
pkgver=0.0.1
pkgrel=1
pkgdesc="Visualize your git repo in your terminal!"
arch=('x86_64')
url="https://github.com/lxsh-S/dagit"
license=('MIT')
depends=()
makedepends=()
provides=('dagit')
conflicts=('dagit')
source=("https://github.com/lxsh-S/dagit/releases/download/v${pkgver}/dagit-linux-amd64.tar.gz")
sha256sums=('SKIP')
package() {
install -Dm755 "$srcdir/dagit-linux-amd64" "$pkgdir/usr/bin/dagit"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-23 09:20:24 | Low | 2 |
| 2026-08-23 07:20:18 | Low | 2 |