sarbs-rofi-pass-git

LOW
maintainer Sergius 0 votes scanned 2026-09-06 13:11:32.219503
View on AUR
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
4pkgname=sarbs-rofi-pass-git
5pkgver=2024.06.16.r555.g37c4c86
6pkgrel=1
7pkgdesc="Rofi-Oberfläche für den Passwortmanager pass (temporär Upstream, eigenes SARBS-Skript folgt)"
8arch=('any')
9url="https://github.com/carnager/rofi-pass"
10license=('GPL-3.0-or-later')
11depends=('bash' 'pass' 'rofi' 'xdotool' 'xclip' 'gawk' 'pwgen')
12optdepends=('pass-otp: OTP-Unterstützung'
13 'wtype: Tastatureingaben unter Wayland'
14 'wl-clipboard: Zwischenablage unter Wayland'
15 'python: KeePass-Import- und CSV-Skripte')
16makedepends=('git')
17provides=('rofi-pass')
18conflicts=('rofi-pass')
19backup=('etc/rofi-pass.conf')
20source=("git+$url")
21sha256sums=('SKIP')
22
23pkgver() {
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
29package() {
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)SeverityRules
2026-09-06 13:11:32 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