lazy-search
maintainer ABOBEICA
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the maintainer's GitHub, which is a normal AUR practice; the only concerns are a SKIP'd checksum and low votes, indicating lower trust but no evidence of malicious behavior.
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 builds from source hosted on the maintainer's GitHub, which is a normal AUR practice; the only concerns are a SKIP'd checksum and low votes, indicating lower trust but no evidence of malicious behavior.
PKGBUILD
1
# Maintainer: sandu <Halespider396>
2
pkgname=lazy-search
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Fuzzy TUI search over official Arch repos and the AUR, part of the Lazy ecosystem"
6
arch=('x86_64')
7
url="https://github.com/Halespider396/lazy-search"
8
license=('GPL3')
9
depends=('pacman' 'curl' 'tar' 'gzip')
10
makedepends=('gcc' 'make')
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/Halespider396/lazy-search/archive/refs/heads/main.tar.gz")
12
sha256sums=('SKIP')
13
14
build() {
15
cd "$srcdir/$pkgname-main"
16
make clean
17
make
18
}
19
20
package() {
21
cd "$srcdir/$pkgname-main"
22
install -Dm755 "$startdir/lazy-search" "$pkgdir/usr/bin/lazy-search"
23
}
24
Changes since previous scan
--- PKGBUILD @ 2026-07-26 09:32+++ PKGBUILD @ 2026-08-03 00:08@@ -5,7 +5,7 @@ pkgdesc="Fuzzy TUI search over official Arch repos and the AUR, part of the Lazy ecosystem" arch=('x86_64') url="https://github.com/Halespider396/lazy-search"-license=('MIT')+license=('GPL3') depends=('pacman' 'curl' 'tar' 'gzip') makedepends=('gcc' 'make') source=("$pkgname-$pkgver.tar.gz::https://github.com/Halespider396/lazy-search/archive/refs/heads/main.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 21:33:42 | LOW | 2 |
| 2026-07-26 09:32:02 | LOW | 2 |