sarbs-rofi-pass-git
LOW
maintainer Sergius
0 votes
scanned 2026-09-06 13:11:32.219503
Why flagged
The package builds from a public Git repository with no obfuscated downloads or remote code execution; the low severity is due to few votes and recent upload, not inherent 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 no obfuscated downloads or remote code execution; the low severity is due to few votes and recent upload, not inherent risk.
PKGBUILD
1
# Maintainer: Sergius <sergius AT sarbs DOT xyz>
2
3
_gitname=rofi-pass
4
pkgname=sarbs-rofi-pass-git
5
pkgver=2024.06.16.r555.g37c4c86
6
pkgrel=1
7
pkgdesc="Rofi-Oberfläche für den Passwortmanager pass (temporär Upstream, eigenes SARBS-Skript folgt)"
8
arch=('any')
9
url="https://github.com/carnager/rofi-pass"
10
license=('GPL-3.0-or-later')
11
depends=('bash' 'pass' 'rofi' 'xdotool' 'xclip' 'gawk' 'pwgen')
12
optdepends=('pass-otp: OTP-Unterstützung'
13
'wtype: Tastatureingaben unter Wayland'
14
'wl-clipboard: Zwischenablage unter Wayland'
15
'python: KeePass-Import- und CSV-Skripte')
16
makedepends=('git')
17
provides=('rofi-pass')
18
conflicts=('rofi-pass')
19
backup=('etc/rofi-pass.conf')
20
source=("git+$url")
21
sha256sums=('SKIP')
22
23
pkgver() {
24
cd "$_gitname"
25
printf "%s.r%s.g%s" "$(git log -1 --format=%cd --date=format:'%Y.%m.%d')" \
26
"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
27
}
28
29
package() {
30
cd "$_gitname"
31
make PREFIX=/usr DESTDIR="$pkgdir" install
32
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Low | 2 |