uutils-shadow-bin
LOW
maintainer Chocobo1
0 votes
scanned 2026-09-11 15:22:58.728112
Why flagged
The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal practice; the skipped checksum for the LICENSE file is harmless as it is non-executable data.
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 prebuilt binaries from the project's official GitHub releases, which is a normal practice; the skipped checksum for the LICENSE file is harmless as it is non-executable data.
PKGBUILD
1
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
2
3
pkgname=uutils-shadow-bin
4
pkgver=0.5.0
5
pkgrel=1
6
pkgdesc="A memory-safe reimplementation of the Linux shadow-utils in Rust"
7
arch=('aarch64' 'x86_64')
8
url="https://github.com/uutils/shadow"
9
license=('MIT')
10
depends=('glibc' 'libgcc' 'libxcrypt-compat' 'pam')
11
provides=("uutils-shadow=$pkgver")
12
conflicts=('uutils-shadow')
13
source=("$pkgname-$pkgver-LICENSE::https://raw.githubusercontent.com/uutils/shadow/refs/heads/main/LICENSE")
14
source_aarch64=("$pkgname-$pkgver-aarch64::https://github.com/uutils/shadow/releases/download/0.5.0/uu_shadow-aarch64-unknown-linux-gnu.tar.gz")
15
source_x86_64=("$pkgname-$pkgver-x86_64::https://github.com/uutils/shadow/releases/download/0.5.0/uu_shadow-x86_64-unknown-linux-gnu.tar.gz")
16
sha256sums=('SKIP')
17
sha256sums_aarch64=('97bdc077fa0f5964867c1e87d7e8d153c8d054c0b1e70ee107447ff08d7025f6')
18
sha256sums_x86_64=('1d9c5069e9849b084815b5d46ee112ca78240533f553a3aca438fd5ee4ab083d')
19
20
21
package() {
22
install -Dm755 "$srcdir/uu_shadow-$CARCH-unknown-linux-gnu/shadow-rs" -t "$pkgdir/usr/bin"
23
install -Dm644 "$pkgname-$pkgver-LICENSE" "$pkgdir/usr/share/licenses/uutils-shadow/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 15:22:58 | Low | 2 |