hi
maintainer yoyo_58
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package has few votes and was recently uploaded, but sources from a legitimate GitHub repository and builds from source, posing no immediate security risk.
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%): Package has few votes and was recently uploaded, but sources from a legitimate GitHub repository and builds from source, posing no immediate security risk.
PKGBUILD
1
# Maintainer: yoyo58 <yoyo58@localhost>
2
pkgname=hi
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Application Rust hi"
6
arch=('x86_64')
7
url="https://github.com/yoyo58/hi"
8
license=('MIT')
9
depends=('gcc-libs')
10
makedepends=('cargo' 'make')
11
source=("$pkgname-$pkgver.tar.gz::https://github.com/yoyo58/hi/archive/refs/tags/v$pkgver.tar.gz")
12
sha256sums=('SKIP')
13
14
build() {
15
cd "$pkgname-$pkgver"
16
make build
17
}
18
19
package() {
20
cd "$pkgname-$pkgver"
21
make PREFIX=/usr DESTDIR="$pkgdir" install
22
}
23
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 00:02:28 | LOW | 2 |
| 2026-07-23 01:22:21 | LOW | 2 |