nothypridle-bin
maintainer INiNiDS
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal and trusted practice; the low severity is due to the binary not being built from source, but it is not inherently dangerous as it comes from the official project source with a verifiable checksum.
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 official GitHub releases, which is a normal and trusted practice; the low severity is due to the binary not being built from source, but it is not inherently dangerous as it comes from the official project source with a verifiable checksum.
PKGBUILD
1
# Maintainer: Nikita Goncharov <ininids@ininids.in.rs>
2
pkgname=nothypridle-bin
3
pkgver=0.2.0
4
pkgrel=1
5
pkgdesc="A Wayland idle management daemon written in Rust"
6
arch=('x86_64')
7
url="https://github.com/ininids/nothypridle"
8
license=('BSD-3-Clause')
9
options=(!debug)
10
depends=('wayland')
11
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ininids/nothypridle/releases/download/v0.2.0/nothypridle-0.2.0-x86_64-unknown-linux-gnu.tar.gz")
12
sha256sums=('aaf9947038c794c1b29350c6d4481d94a18042168e8403e51b2fbde9ca0c02e0')
13
package() {
14
cd "${srcdir}"
15
tar xzf "${pkgname}-${pkgver}.tar.gz"
16
find . -name nothypridle -type f -exec install -Dm755 {} "${pkgdir}/usr/bin/nothypridle" \;
17
}
18
Changes since previous scan
--- PKGBUILD @ 2026-07-24 00:02+++ PKGBUILD @ 2026-08-03 00:08@@ -1,14 +1,15 @@ # Maintainer: Nikita Goncharov <ininids@ininids.in.rs> pkgname=nothypridle-bin-pkgver=0.1.3+pkgver=0.2.0 pkgrel=1 pkgdesc="A Wayland idle management daemon written in Rust" arch=('x86_64') url="https://github.com/ininids/nothypridle" license=('BSD-3-Clause')+options=(!debug) depends=('wayland')-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ininids/nothypridle/releases/download/v0.1.3/nothypridle-0.1.3-x86_64-unknown-linux-gnu.tar.gz")-sha256sums=('b1dccdc45c12941786d8163dc4122c7acd0d2aed3ceeacb7e905bc16544267d7')+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ininids/nothypridle/releases/download/v0.2.0/nothypridle-0.2.0-x86_64-unknown-linux-gnu.tar.gz")+sha256sums=('aaf9947038c794c1b29350c6d4481d94a18042168e8403e51b2fbde9ca0c02e0') package() { cd "${srcdir}" tar xzf "${pkgname}-${pkgver}.tar.gz"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 17:28:09 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 15:20:42 | LOW | 2 |