sarbs-tomb-git

LOW
maintainer Sergius 0 votes scanned 2026-09-06 15:12:20.220602
View on AUR
Why flagged

The package builds from the project's official Git repository, has legitimate dependencies, and installs only the project's source; 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 the project's official Git repository, has legitimate dependencies, and installs only the project's source; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Sergius <sergius AT sarbs DOT xyz>
2
3_gitname=Tomb
4pkgname=sarbs-tomb-git
5pkgver=2025.12.16.r1248.g648b008
6pkgrel=1
7pkgdesc="Zsh-Skript zum Anlegen und Verwalten verschlüsselter LUKS-Container (Särge)"
8arch=('any')
9url="https://github.com/dyne/Tomb"
10license=('GPL-3.0-or-later')
11depends=('zsh' 'cryptsetup' 'file' 'gnupg' 'sudo' 'pinentry')
12optdepends=('gettext: Übersetzungen der Ausgaben')
13makedepends=('git')
14provides=('tomb')
15conflicts=('tomb')
16source=("git+$url")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "$_gitname"
21 printf "%s.r%s.g%s" "$(git log -1 --format=%cd --date=format:'%Y.%m.%d')" \
22 "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
23}
24
25package() {
26 cd "$_gitname"
27 make PREFIX=/usr DESTDIR="$pkgdir" install
28 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 15:12:20 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