disk-ui

LOW
maintainer vsk11 0 votes scanned 2026-09-16 15:22:50.295451
View on AUR
Why flagged

The package builds from source hosted on a project-owned GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

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 source hosted on a project-owned GitHub repository, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer:vishwanathbanglor@gmail.com
2pkgname=disk-ui
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="A terminal UI disk usage analyzer written in Rust"
6arch=('x86_64' 'aarch64')
7url="https://github.com/vsk11-12/disk-ui"
8license=('MIT')
9depends=('gcc-libs' 'glibc')
10makedepends=('cargo')
11source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12sha256sums=('SKIP')
13
14prepare() {
15 cd "$pkgname-$pkgver"
16 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
17}
18
19build() {
20 cd "$pkgname-$pkgver"
21 export CARGO_TARGET_DIR=target
22 cargo build --frozen --release --all-targets
23}
24
25package() {
26 cd "$pkgname-$pkgver"
27 install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-16 15:22:50 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