radar-bin
LOW
maintainer novichikhiniv
1 votes
scanned 2026-08-22 21:18:21.352435
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
1
pkgname=radar-bin
2
pkgver=1.11.0
3
pkgrel=1
4
pkgdesc="Open source Kubernetes UI - binary"
5
arch=('x86_64')
6
url="https://github.com/skyhook-io/radar"
7
license=('Apache-2.0')
8
depends=('gtk3' 'webkit2gtk-4.1')
9
provides=('radar-desktop')
10
conflicts=('radar-desktop')
11
options=('!strip')
12
13
source=("radar-desktop-${pkgver}-x86_64.deb::https://github.com/skyhook-io/radar/releases/download/v${pkgver}/radar-desktop_v${pkgver}_linux_amd64.deb")
14
sha256sums=('4b98aacd48765447f0ce0d5497a6b42f04080f4b322b26188e1f0f51884aa2f3')
15
16
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-22 21:18:21 | Low | 2 |