radar-bin

LOW
maintainer novichikhiniv 1 votes scanned 2026-08-22 21:18:21.352435
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and checksummed, posing no active threat.

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 official GitHub releases, which is a normal distribution method; the source is verifiable and checksummed, posing no active threat.

PKGBUILD

1pkgname=radar-bin
2pkgver=1.11.0
3pkgrel=1
4pkgdesc="Open source Kubernetes UI - binary"
5arch=('x86_64')
6url="https://github.com/skyhook-io/radar"
7license=('Apache-2.0')
8depends=('gtk3' 'webkit2gtk-4.1')
9provides=('radar-desktop')
10conflicts=('radar-desktop')
11options=('!strip')
12
13source=("radar-desktop-${pkgver}-x86_64.deb::https://github.com/skyhook-io/radar/releases/download/v${pkgver}/radar-desktop_v${pkgver}_linux_amd64.deb")
14sha256sums=('4b98aacd48765447f0ce0d5497a6b42f04080f4b322b26188e1f0f51884aa2f3')
15
16package() {
17 cd "$srcdir"
18
19 # .deb is an ar archive containing control.tar.gz + data.tar.gz + debian-binary
20 ar x "radar-desktop-${pkgver}-x86_64.deb"
21 bsdtar -xf data.tar.gz -C "$pkgdir"
22}
23

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 21:18:21 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