heft-bin
The package downloads prebuilt static binaries and auxiliary data (completions, man page) from the project's official GitHub releases; while the host is not whitelisted, the binaries are from a legitimate project source and the worst case of a swapped release would be code execution, but no obfuscation or suspicious behavior is present beyond the low-vote, recent-upload heuristic flag.
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 95%): The package downloads prebuilt static binaries and auxiliary data (completions, man page) from the project's official GitHub releases; while the host is not whitelisted, the binaries are from a legitimate project source and the worst case of a swapped release would be code execution, but no obfuscation or suspicious behavior is present beyond the low-vote, recent-upload heuristic flag.
PKGBUILD
# Maintainer: Damon Blais <damon.blais@gmail.com>
pkgname=heft-bin
pkgver=0.6.0
pkgrel=1
pkgdesc="Read-only Linux TUI for application-weight process accounting"
arch=('x86_64' 'aarch64')
url="https://github.com/Rethunk-Tech/heft"
license=('Apache-2.0')
# [profile.release] already strips, so there is nothing for makepkg to strip or
# to put in a debug package.
options=('!strip' '!debug')
provides=("heft=$pkgver")
conflicts=('heft')
# The musl builds are static, so this package has no depends at all: heft
# needs sysconf and geteuid from libc and reads /etc/passwd itself, so there
# is no NSS lookup to link against.
_url_rel="$url/releases/download/v$pkgver"
source=("heft-completions-man-$pkgver.tar.gz::$_url_rel/heft-completions-man.tar.gz")
source_x86_64=("heft-$pkgver-x86_64::$_url_rel/heft-x86_64-unknown-linux-musl")
source_aarch64=("heft-$pkgver-aarch64::$_url_rel/heft-aarch64-unknown-linux-musl")
sha256sums=('c8569c54579de3564234c716787d0f15e4dfcac6221769e5064bb5b876fbb86f')
sha256sums_x86_64=('9b4c443511ac5633e081de133530262f310e0d0565f24adfc7a4891d17a56cf0')
sha256sums_aarch64=('354bc62fb4a006ac5d19f48654bc6a363af3462de997fe1f8c79108eb8e478df')
package() {
# Apache-2.0 is an SPDX common licence shipped in /usr/share/licenses/spdx
# by the `licenses` package, so this installs no copy of it.
install -Dm0755 "$srcdir/heft-$pkgver-$CARCH" "$pkgdir/usr/bin/heft"
install -Dm0644 "$srcdir/heft.bash" "$pkgdir/usr/share/bash-completion/completions/heft"
install -Dm0644 "$srcdir/_heft" "$pkgdir/usr/share/zsh/site-functions/_heft"
install -Dm0644 "$srcdir/heft.fish" "$pkgdir/usr/share/fish/vendor_completions.d/heft.fish"
install -Dm0644 "$srcdir/heft.1" "$pkgdir/usr/share/man/man1/heft.1"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 03:10:21 | Low | 2 |
| 2026-09-12 01:24:32 | Low | 2 |