skip-git
LOW
maintainer Jakepys
0 votes
scanned 2026-09-19 05:30:22.959195
Why flagged
The package builds from source hosted on a plausibly project-owned forge (Codeberg), which is normal for AUR; the low severity is due to 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 builds from source hosted on a plausibly project-owned forge (Codeberg), which is normal for AUR; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Juan Perdomo (Jakepys) perdomojuan187@gmail.com
2
pkgname=skip-git
3
pkgver=r6.9874a75
4
pkgrel=1
5
pkgdesc="A replacement for sleep that snores (git version)"
6
arch=('x86_64' 'aarch64')
7
url="https://codeberg.org/Jakepys/skip"
8
license=('GPL-3.0-or-later')
9
makedepends=('go' 'git')
10
provides=('skip')
11
conflicts=('skip')
12
source=("$pkgname::git+https://codeberg.org/Jakepys/skip.git")
13
sha256sums=('SKIP')
14
15
pkgver() {
16
cd "$pkgname"
17
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18
}
19
20
build() {
21
cd "$pkgname"
22
go build -o skip .
23
}
24
25
check() {
26
cd "$pkgname"
27
go test ./...
28
}
29
30
package() {
31
cd "$pkgname"
32
install -Dm755 skip "$pkgdir/usr/bin/skip"
33
install -Dm644 skip.1 "$pkgdir/usr/share/man/man1/skip.1"
34
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 05:30:22 | Low | 2 |