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).
4pkgname=captain-kill-switch-bin
5pkgver=0.4.0
6pkgrel=1
7pkgdesc="Close every running application in one click from the system tray"
8arch=('x86_64')
9url="https://captainkillswitch.com"
10license=('LicenseRef-Proprietary')
11provides=('captain-kill-switch')
12conflicts=('captain-kill-switch')
13depends=('hicolor-icon-theme')
14options=('!strip')
15source=("https://github.com/captainkillswitch/downloads/releases/download/v${pkgver}/captain-kill-switch-${pkgver}-linux-amd64.deb")
16sha256sums=('8f97dcb53b74610d5e580ca50867dfce509a7848e7f4ea8073fe98339162976b')
17
18package() {
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 lives

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion