hyprdown-bin

LOW
maintainer TheElevatedOne 0 votes scanned 2026-09-19 00:25:36.748935
View on AUR
Why flagged

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

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 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

1# Maintainer: Adam Mlady <adam.mlady@elevated.ovh>
2
3_pkgname="hyprdown"
4pkgname="${_pkgname}-bin"
5pkgdesc="A CLI counterpart to hyprshutdown for Hyprland"
6pkgver=0.2.0
7pkgrel=1
8
9arch=("any")
10url="https://github.com/TheElevatedOne/hyprdown"
11license=('BSD-3-Clause')
12provides=('hyprdown')
13conflicts=('hyprdown')
14depends=('systemd' 'systemd-libs')
15options=('!debug')
16
17source=(
18 "${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux.tar.gz"
19 'https://raw.githubusercontent.com/TheElevatedOne/hyprdown/refs/heads/main/LICENSE'
20 'https://raw.githubusercontent.com/TheElevatedOne/hyprdown/refs/heads/main/README.md'
21)
22sha256sums=(
23 'SKIP'
24 'SKIP'
25 'SKIP'
26)
27
28package() {
29 install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${_pkgname}/"
30 install -Dm644 "${srcdir}/README.md" -t "${pkgdir}/usr/share/doc/${_pkgname}/"
31 install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 00:25:36 Low 2
2026-09-18 23:29:28 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