aed-bin

LOW
maintainer quirky 0 votes scanned 2026-08-31 13:45:31.809418
View on AUR
Why flagged

The package downloads a prebuilt binary from the project's GitHub releases, which is a common and acceptable practice; the low severity is due to the unverifiable binary from a personal account, but no malicious behavior is evident.

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 downloads a prebuilt binary from the project's GitHub releases, which is a common and acceptable practice; the low severity is due to the unverifiable binary from a personal account, but no malicious behavior is evident.

PKGBUILD

1# Maintainer: Quirky1869 <quirky1869@users.noreply.github.com>
2
3pkgname=aed-bin
4pkgver=0.1.6
5pkgrel=1
6pkgdesc="Interactive disk space analyzer for terminal (TUI)"
7arch=('x86_64')
8url="https://github.com/Quirky1869/aed"
9license=('MIT')
10provides=('aed')
11conflicts=('aed')
12source=("aed-${pkgver}::https://github.com/Quirky1869/aed/releases/download/v${pkgver}/aed")
13sha256sums=('8b92e48785e8b8b5e0560540bc9109b90c72ebccf48523d62a6f7b280088fa1f')
14
15package() {
16 install -Dm755 "${srcdir}/aed-${pkgver}" "${pkgdir}/usr/bin/aed"
17 install -Dm644 /dev/stdin "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" << 'EOF'
18MIT License - see https://github.com/Quirky1869/aed/blob/main/LICENSE
19EOF
20}
21

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 13:45:31 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