kickoutchi-bin
maintainer nuggocto
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs prebuilt binaries from the project's official GitHub releases, which is a normal practice for AUR 'bin' packages; the source is verifiable via checksums and hosted on a trusted platform, posing no inherent risk.
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 prebuilt binaries from the project's official GitHub releases, which is a normal practice for AUR 'bin' packages; the source is verifiable via checksums and hosted on a trusted platform, posing no inherent risk.
PKGBUILD
1
# Maintainer: nugget <vincent@sshmoi.com>
2
3
pkgname=kickoutchi-bin
4
pkgver=1.3.8
5
pkgrel=1
6
pkgdesc="TUI and CLI to see which process owns a local port and kill it safely (prebuilt)"
7
arch=("x86_64" "aarch64")
8
url="https://github.com/nuggocto/kickoutchi"
9
license=("MIT")
10
depends=("gcc-libs")
11
provides=("kickoutchi=${pkgver}")
12
conflicts=("kickoutchi")
13
options=("!debug")
14
15
_archive_x86_64="kickoutchi-x86_64-unknown-linux-gnu.tar.xz"
16
_archive_aarch64="kickoutchi-aarch64-unknown-linux-gnu.tar.xz"
17
source_x86_64=("${pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.xz::${url}/releases/download/v${pkgver}/${_archive_x86_64}")
18
source_aarch64=("${pkgname}-${pkgver}-aarch64-unknown-linux-gnu.tar.xz::${url}/releases/download/v${pkgver}/${_archive_aarch64}")
19
sha256sums_x86_64=("202581ae98477abcbecf5b424b4471593321f83a49824d4e810a1494e60a064f")
20
sha256sums_aarch64=("a7b8071ae148447ac52c9c677fbc47bf394c344b41e9e84a14264a89321e1579")
21
22
_dist_target() {
23
case "${CARCH}" in
24
x86_64) printf "%s" "x86_64-unknown-linux-gnu" ;;
25
aarch64) printf "%s" "aarch64-unknown-linux-gnu" ;;
26
*) return 1 ;;
27
esac
28
}
29
30
package() {
31
local dist_target
32
dist_target="$(_dist_target)"
33
cd "kickoutchi-${dist_target}"
34
install -Dm755 "kickoutchi" "${pkgdir}/usr/bin/kickoutchi"
35
install -Dm755 "kick" "${pkgdir}/usr/bin/kick"
36
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
37
install -Dm644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
38
install -Dm644 "CHANGELOG.md" "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
39
}
40
Changes since previous scan
--- PKGBUILD @ 2026-07-29 00:25+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: nugget <vincent@sshmoi.com> pkgname=kickoutchi-bin-pkgver=1.3.7+pkgver=1.3.8 pkgrel=1 pkgdesc="TUI and CLI to see which process owns a local port and kill it safely (prebuilt)" arch=("x86_64" "aarch64")@@ -16,8 +16,8 @@ _archive_aarch64="kickoutchi-aarch64-unknown-linux-gnu.tar.xz" source_x86_64=("${pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.xz::${url}/releases/download/v${pkgver}/${_archive_x86_64}") source_aarch64=("${pkgname}-${pkgver}-aarch64-unknown-linux-gnu.tar.xz::${url}/releases/download/v${pkgver}/${_archive_aarch64}")-sha256sums_x86_64=("61abad4a634a787d2420ef74cc585110b6a87ef5ec29a129d1e81aa686ccfd5d")-sha256sums_aarch64=("82a87b6784b3fa1d98cf2831f14977f86d94688010d614626f8a4591c7ee65bc")+sha256sums_x86_64=("202581ae98477abcbecf5b424b4471593321f83a49824d4e810a1494e60a064f")+sha256sums_aarch64=("a7b8071ae148447ac52c9c677fbc47bf394c344b41e9e84a14264a89321e1579") _dist_target() { case "${CARCH}" inScan 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 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 01:13:52 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 19:12:33 | LOW | 2 |
| 2026-07-29 00:25:53 | CLEAN | 2 |
| 2026-07-28 23:39:52 | LOW | 1 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 19:33:02 | LOW | 2 |
| 2026-07-26 07:31:44 | LOW | 2 |
| 2026-07-26 03:31:41 | LOW | 1 |
| 2026-07-26 00:07:32 | CLEAN | 2 |
| 2026-07-25 01:28:35 | LOW | 1 |
| 2026-07-25 00:13:44 | CLEAN | 2 |
| 2026-07-24 21:28:26 | LOW | 1 |