leenky-bin

LOW
maintainer MiguelMikeXP 0 votes scanned 2026-08-19 07:41:23.651733
View on AUR
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
3pkgname=leenky-bin
4pkgver=0.1.0
5pkgrel=1
6pkgdesc="Leenky, a desktop clipboard URL collector for Linux"
7arch=('x86_64')
8url="https://github.com/mikelexp/Leenky"
9license=('custom')
10depends=(
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)
20source=("${url}/releases/download/v${pkgver}/leenky-${pkgver}-linux-x86_64.tar.gz")
21sha256sums=('e494bd8def4d9d2d6b66e7fe2ecd33a3e548548ad5cb7ec7e1b414d5b3005ff3')
22
23package() {
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)SeverityRules
2026-08-19 07:41:23 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