sidetab-bin

LOW
maintainer theredcap 0 votes scanned 2026-08-26 07:29:42.359538
View on AUR
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>
2pkgname=sidetab-bin
3_pkgname=sidetab
4pkgver=0.2.3
5pkgrel=1
6pkgdesc="A Contexts-style window switcher sidebar for Hyprland (prebuilt binary)"
7arch=('x86_64')
8url="https://github.com/igaurab/sidetab"
9license=('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.
13depends=('hyprland' 'vulkan-icd-loader' 'wayland' 'libxkbcommon' 'fontconfig' 'libbsd')
14provides=("$_pkgname=$pkgver")
15conflicts=("$_pkgname")
16options=(!debug !strip)
17source=("$_pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$_pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
18sha256sums=('8519ea2d9f826c53d7838e43f304ab9419ee914facaab79930281d845b766763')
19
20package() {
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)SeverityRules
2026-08-26 07:29:42 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