keestone-bin
LOW
maintainer lyj404
0 votes
scanned 2026-08-30 15:43:17.210043
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>
2
pkgname=keestone-bin
3
pkgver=0.8.5
4
pkgrel=1
5
pkgdesc='A KeePass-compatible password manager built with Flutter'
6
arch=('x86_64')
7
url='https://github.com/lyj404/keestone'
8
license=('Apache-2.0')
9
depends=('gtk3' 'libsecret' 'libayatana-appindicator' 'dbus')
10
makedepends=()
11
provides=('keestone')
12
conflicts=('keestone')
13
source=("$url/releases/download/v$pkgver/KeeStone-v$pkgver-linux-x64.tar.gz")
14
sha256sums=('b77e1708cd0cf41edc007f6a02452991ab71dd61a7ba299d6d45578abe046a40')
15
16
package() {
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]
27
Name=KeeStone
28
Comment=A KeePass-compatible password manager
29
Exec=/opt/keestone/keestone
30
Icon=keestone
31
Type=Application
32
Categories=Utility;
33
EOF
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) | Severity | Rules |
|---|---|---|
| 2026-08-30 15:43:17 | Low | 2 |