sidetab-bin
LOW
maintainer theredcap
0 votes
scanned 2026-08-26 07:29:42.359538
Why flagged
The package installs a prebuilt binary from the developer's GitHub releases, which is normal for AUR bin packages; the low severity is due to few votes 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 installs a prebuilt binary from the developer's GitHub releases, which is normal for AUR bin packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: igaurab <dev@igaurab.com>
2
pkgname=sidetab-bin
3
_pkgname=sidetab
4
pkgver=0.2.3
5
pkgrel=1
6
pkgdesc="A Contexts-style window switcher sidebar for Hyprland (prebuilt binary)"
7
arch=('x86_64')
8
url="https://github.com/igaurab/sidetab"
9
license=('MIT')
10
# libbsd is not in the source package's list: it comes from the Ubuntu 22.04
11
# libxcb/libXdmcp this binary is linked against, and Arch only has it if
12
# something else (smbclient, talloc) already pulled it in. libmd follows it.
13
depends=('hyprland' 'vulkan-icd-loader' 'wayland' 'libxkbcommon' 'fontconfig' 'libbsd')
14
provides=("$_pkgname=$pkgver")
15
conflicts=("$_pkgname")
16
options=(!debug !strip)
17
source=("$_pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$_pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
18
sha256sums=('8519ea2d9f826c53d7838e43f304ab9419ee914facaab79930281d845b766763')
19
20
package() {
21
install -Dm755 "$srcdir/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
22
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
23
install -Dm644 "$srcdir/README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
24
install -Dm644 "$srcdir/assets/$_pkgname.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/$_pkgname.svg"
25
install -Dm644 "$srcdir/assets/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 07:29:42 | Low | 2 |