everhour-cli-bin
maintainer Quatro
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from the project's official GitHub release page, which is a common and acceptable practice for AUR packages; the low severity reflects few votes and recent upload, not malicious content.
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 installs a prebuilt binary from the project's official GitHub release page, which is a common and acceptable practice for AUR packages; the low severity reflects few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Xavier Francisco <echo moc.liamg@ocsicnarf.n.reivax | rev>
2
3
pkgname=everhour-cli-bin
4
_pkgname=everhour-cli
5
pkgver=0.1.0
6
pkgrel=1
7
pkgdesc="Everhour from the terminal — draft-first time tracking (CLI + TUI) (prebuilt binary)"
8
arch=('x86_64')
9
url="https://github.com/Qu4tro/everhour-cli"
10
license=('MIT')
11
depends=('gcc-libs' 'glibc')
12
provides=('everhour-cli')
13
conflicts=('everhour-cli' 'everhour-cli-git')
14
options=('!debug')
15
source=("LICENSE-$pkgver::https://raw.githubusercontent.com/Qu4tro/$_pkgname/v$pkgver/LICENSE")
16
source_x86_64=("$pkgname-$pkgver.tar.gz::https://github.com/Qu4tro/$_pkgname/releases/download/v$pkgver/everhour-v$pkgver-$CARCH-unknown-linux-gnu.tar.gz")
17
sha256sums=('21ae215f0f15a7359db88be7707fac1c548a6499526ac08c07096bd0426711b2')
18
sha256sums_x86_64=('e29b7c717ede8402b4532817c9c5d696fe9bb2ad267aeedc0b8a03a0f9f60871')
19
20
package() {
21
install -Dm755 everhour "$pkgdir/usr/bin/everhour"
22
install -Dm644 "LICENSE-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
}
24
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 01:19:40 | LOW | 2 |