sheldon-git

LOW
maintainer kirarahoshii 0 votes scanned 2026-09-01 17:48:51.913915
View on AUR
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

1pkgname=sheldon-git
2pkgver=r7.f67929b
3pkgrel=1
4pkgdesc="a very useful website"
5arch=('any')
6url="https://github.com/iamanuclearwarhead/sheldon"
7license=('GPL-3.0-or-later')
8depends=('xdg-utils')
9makedepends=('git')
10conflicts=('sheldon')
11source=("git+https://github.com/iamanuclearwarhead/sheldon.git")
12sha256sums=('SKIP')
13
14pkgver() {
15 cd sheldon
16 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
17}
18
19package() {
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)SeverityRules
2026-09-01 17:48:51 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