sheldon-git
LOW
maintainer kirarahoshii
0 votes
scanned 2026-09-01 17:48:51.913915
Why flagged
The package builds from a public Git repository with a SKIP'd checksum, but only installs a static HTML file and a small wrapper script to open it, posing minimal 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 95%): The package builds from a public Git repository with a SKIP'd checksum, but only installs a static HTML file and a small wrapper script to open it, posing minimal risk.
PKGBUILD
1
pkgname=sheldon-git
2
pkgver=r7.f67929b
3
pkgrel=1
4
pkgdesc="a very useful website"
5
arch=('any')
6
url="https://github.com/iamanuclearwarhead/sheldon"
7
license=('GPL-3.0-or-later')
8
depends=('xdg-utils')
9
makedepends=('git')
10
conflicts=('sheldon')
11
source=("git+https://github.com/iamanuclearwarhead/sheldon.git")
12
sha256sums=('SKIP')
13
14
pkgver() {
15
cd sheldon
16
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
17
}
18
19
package() {
20
cd sheldon
21
install -Dm644 website.html "$pkgdir/usr/share/sheldon/website.html"
22
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
install -dm755 "$pkgdir/usr/bin"
24
printf '#!/bin/sh\nexec xdg-open /usr/share/sheldon/website.html\n' > "$pkgdir/usr/bin/sheldon"
25
chmod 755 "$pkgdir/usr/bin/sheldon"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 17:48:51 | Low | 2 |