sarbs-tomb-git
LOW
maintainer Sergius
0 votes
scanned 2026-09-06 15:12:20.220602
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
4
pkgname=sarbs-tomb-git
5
pkgver=2025.12.16.r1248.g648b008
6
pkgrel=1
7
pkgdesc="Zsh-Skript zum Anlegen und Verwalten verschlüsselter LUKS-Container (Särge)"
8
arch=('any')
9
url="https://github.com/dyne/Tomb"
10
license=('GPL-3.0-or-later')
11
depends=('zsh' 'cryptsetup' 'file' 'gnupg' 'sudo' 'pinentry')
12
optdepends=('gettext: Übersetzungen der Ausgaben')
13
makedepends=('git')
14
provides=('tomb')
15
conflicts=('tomb')
16
source=("git+$url")
17
sha256sums=('SKIP')
18
19
pkgver() {
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
25
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-06 15:12:20 | Low | 2 |