skip-git

LOW
maintainer Jakepys 0 votes scanned 2026-09-19 05:30:22.959195
View on AUR
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
2pkgname=skip-git
3pkgver=r6.9874a75
4pkgrel=1
5pkgdesc="A replacement for sleep that snores (git version)"
6arch=('x86_64' 'aarch64')
7url="https://codeberg.org/Jakepys/skip"
8license=('GPL-3.0-or-later')
9makedepends=('go' 'git')
10provides=('skip')
11conflicts=('skip')
12source=("$pkgname::git+https://codeberg.org/Jakepys/skip.git")
13sha256sums=('SKIP')
14
15pkgver() {
16 cd "$pkgname"
17 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18}
19
20build() {
21 cd "$pkgname"
22 go build -o skip .
23}
24
25check() {
26 cd "$pkgname"
27 go test ./...
28}
29
30package() {
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)SeverityRules
2026-09-19 05:30:22 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion