captain-kill-switch-bin
maintainer capkillswitch
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package repacks a prebuilt Debian binary from the project's official GitHub releases; while the host is not whitelisted, it is plausibly project-owned, and the payload is a static binary with no dependencies, limiting supply-chain risk to the integrity of the upstream release.
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 repacks a prebuilt Debian binary from the project's official GitHub releases; while the host is not whitelisted, it is plausibly project-owned, and the payload is a static binary with no dependencies, limiting supply-chain risk to the integrity of the upstream release.
PKGBUILD
1
# Template — render with packaging/instantiate.sh
2
# Maintainer: Captain Kill Switch Team <support@captainkillswitch.com>
3
# -bin package: repacks the released Debian package (static musl binary, no deps).
4
pkgname=captain-kill-switch-bin
5
pkgver=0.4.0
6
pkgrel=1
7
pkgdesc="Close every running application in one click from the system tray"
8
arch=('x86_64')
9
url="https://captainkillswitch.com"
10
license=('LicenseRef-Proprietary')
11
provides=('captain-kill-switch')
12
conflicts=('captain-kill-switch')
13
depends=('hicolor-icon-theme')
14
options=('!strip')
15
source=("https://github.com/captainkillswitch/downloads/releases/download/v${pkgver}/captain-kill-switch-${pkgver}-linux-amd64.deb")
16
sha256sums=('8f97dcb53b74610d5e580ca50867dfce509a7848e7f4ea8073fe98339162976b')
17
18
package() {
19
# makepkg auto-extracts the .deb (ar archive) into srcdir; the payload lives
20
# in data.tar.* whose compression is cargo-deb's choice — glob, don't assume.
21
bsdtar -xf "$srcdir"/data.tar.* -C "$pkgdir/"
22
# Ownership sanity: everything in the deb payload is root-owned usr/ content.
23
chmod -R u+rwX,go+rX,go-w "$pkgdir/usr"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-08-01 00:11+++ PKGBUILD @ 2026-08-03 00:08@@ -2,7 +2,7 @@ # Maintainer: Captain Kill Switch Team <support@captainkillswitch.com> # -bin package: repacks the released Debian package (static musl binary, no deps). pkgname=captain-kill-switch-bin-pkgver=0.3.2+pkgver=0.4.0 pkgrel=1 pkgdesc="Close every running application in one click from the system tray" arch=('x86_64')@@ -13,7 +13,7 @@ depends=('hicolor-icon-theme') options=('!strip') source=("https://github.com/captainkillswitch/downloads/releases/download/v${pkgver}/captain-kill-switch-${pkgver}-linux-amd64.deb")-sha256sums=('2e1126c6a9dc95ffb17243aec1f29734d81a4c1f58052b873e00a0945dcbc0bd')+sha256sums=('8f97dcb53b74610d5e580ca50867dfce509a7848e7f4ea8073fe98339162976b') package() { # makepkg auto-extracts the .deb (ar archive) into srcdir; the payload livesScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 07:20:18 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 07:17:22 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 21:16:48 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 01:34:00 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 03:31:41 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 05:19:42 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 23:18:24 | LOW | 2 |