leenky-bin
LOW
maintainer MiguelMikeXP
0 votes
scanned 2026-08-19 07:41:23.651733
Why flagged
The package downloads a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to limited popularity 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 downloads a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low severity is due to limited popularity and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Miguel Scaramozzino <mikele@gmail.com>
2
3
pkgname=leenky-bin
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc="Leenky, a desktop clipboard URL collector for Linux"
7
arch=('x86_64')
8
url="https://github.com/mikelexp/Leenky"
9
license=('custom')
10
depends=(
11
'glibc'
12
'libxcb'
13
'libxkbcommon-x11'
14
'xcb-util-cursor'
15
'xcb-util-image'
16
'xcb-util-keysyms'
17
'xcb-util-renderutil'
18
'xcb-util-wm'
19
)
20
source=("${url}/releases/download/v${pkgver}/leenky-${pkgver}-linux-x86_64.tar.gz")
21
sha256sums=('e494bd8def4d9d2d6b66e7fe2ecd33a3e548548ad5cb7ec7e1b414d5b3005ff3')
22
23
package() {
24
cd "${srcdir}"
25
26
install -Dm755 leenky "${pkgdir}/usr/bin/leenky"
27
install -Dm644 leenky.desktop "${pkgdir}/usr/share/applications/leenky.desktop"
28
install -Dm644 icon.png "${pkgdir}/usr/share/icons/hicolor/512x512/apps/leenky.png"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 07:41:23 | Low | 2 |