disk-ui
LOW
maintainer vsk11
0 votes
scanned 2026-09-16 15:22:50.295451
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
2
pkgname=disk-ui
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="A terminal UI disk usage analyzer written in Rust"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/vsk11-12/disk-ui"
8
license=('MIT')
9
depends=('gcc-libs' 'glibc')
10
makedepends=('cargo')
11
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
12
sha256sums=('SKIP')
13
14
prepare() {
15
cd "$pkgname-$pkgver"
16
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
17
}
18
19
build() {
20
cd "$pkgname-$pkgver"
21
export CARGO_TARGET_DIR=target
22
cargo build --frozen --release --all-targets
23
}
24
25
package() {
26
cd "$pkgname-$pkgver"
27
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
28
}
29
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-16 15:22:50 | Low | 2 |