hyprdown-bin
The package downloads a prebuilt binary from a GitHub release and includes documentation; while checksums are skipped, the source is from a project-owned repository and the binary is installed directly without obfuscation or remote code execution.
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 90%): The package downloads a prebuilt binary from a GitHub release and includes documentation; while checksums are skipped, the source is from a project-owned repository and the binary is installed directly without obfuscation or remote code execution.
PKGBUILD
# Maintainer: Adam Mlady <adam.mlady@elevated.ovh>
_pkgname="hyprdown"
pkgname="${_pkgname}-bin"
pkgdesc="A CLI counterpart to hyprshutdown for Hyprland"
pkgver=0.2.0
pkgrel=1
arch=("any")
url="https://github.com/TheElevatedOne/hyprdown"
license=('BSD-3-Clause')
provides=('hyprdown')
conflicts=('hyprdown')
depends=('systemd' 'systemd-libs')
options=('!debug')
source=(
"${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux.tar.gz"
'https://raw.githubusercontent.com/TheElevatedOne/hyprdown/refs/heads/main/LICENSE'
'https://raw.githubusercontent.com/TheElevatedOne/hyprdown/refs/heads/main/README.md'
)
sha256sums=(
'SKIP'
'SKIP'
'SKIP'
)
package() {
install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${_pkgname}/"
install -Dm644 "${srcdir}/README.md" -t "${pkgdir}/usr/share/doc/${_pkgname}/"
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 00:25:36 | Low | 2 |
| 2026-09-18 23:29:28 | Low | 2 |