keestone-bin

LOW
maintainer lyj404 0 votes scanned 2026-08-30 15:43:17.210043
View on AUR
Why flagged

The package installs a prebuilt binary from the project's GitHub releases, which is a normal practice; the low severity is due to few votes and recent upload, but the source is verifiable and matches the project.

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 installs a prebuilt binary from the project's GitHub releases, which is a normal practice; the low severity is due to few votes and recent upload, but the source is verifiable and matches the project.

PKGBUILD

1# Maintainer: lyj404 <lyj404 at proton dot me>
2pkgname=keestone-bin
3pkgver=0.8.5
4pkgrel=1
5pkgdesc='A KeePass-compatible password manager built with Flutter'
6arch=('x86_64')
7url='https://github.com/lyj404/keestone'
8license=('Apache-2.0')
9depends=('gtk3' 'libsecret' 'libayatana-appindicator' 'dbus')
10makedepends=()
11provides=('keestone')
12conflicts=('keestone')
13source=("$url/releases/download/v$pkgver/KeeStone-v$pkgver-linux-x64.tar.gz")
14sha256sums=('b77e1708cd0cf41edc007f6a02452991ab71dd61a7ba299d6d45578abe046a40')
15
16package() {
17 cd "$srcdir"
18 install -d "$pkgdir/opt/keestone"
19 cp -r * "$pkgdir/opt/keestone/"
20
21 install -d "$pkgdir/usr/bin"
22 ln -s /opt/keestone/keestone "$pkgdir/usr/bin/keestone"
23
24 install -d "$pkgdir/usr/share/applications"
25 cat > "$pkgdir/usr/share/applications/keestone.desktop" << EOF
26[Desktop Entry]
27Name=KeeStone
28Comment=A KeePass-compatible password manager
29Exec=/opt/keestone/keestone
30Icon=keestone
31Type=Application
32Categories=Utility;
33EOF
34
35 install -d "$pkgdir/usr/share/icons/hicolor/256x256/apps"
36 if [ -f data/app_icon.png ]; then
37 install -Dm644 data/app_icon.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/keestone.png"
38 fi
39}
40
41

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 15:43:17 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