codex-shwap-bin
LOW
maintainer stealthspectre
0 votes
scanned 2026-09-08 05:16:12.985842
Why flagged
The package installs a prebuilt binary from the project's own GitHub releases, which is a normal distribution method; the low severity is due to limited popularity and recent upload, not malicious content.
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 own GitHub releases, which is a normal distribution method; the low severity is due to limited popularity and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: Aneesh Sambu <sambuaneesh@gmail.com>
2
3
pkgname=codex-shwap-bin
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc='Secure, keyboard-first TUI account switcher for Codex (prebuilt binary)'
7
arch=('x86_64')
8
url='https://github.com/sambuaneesh/codex-shwap'
9
license=('MIT')
10
depends=('gcc-libs')
11
provides=("codex-shwap=$pkgver")
12
conflicts=('codex-shwap')
13
options=('!strip' '!debug')
14
source=("codex-shwap-$pkgver-x86_64-unknown-linux-gnu.tar.gz::$url/releases/download/v$pkgver/codex-shwap-$pkgver-x86_64-unknown-linux-gnu.tar.gz")
15
sha256sums=('17cf1de5f4277b10130c01c26c4b11de76c83c5f646724914497c10ec63fcb3f')
16
17
package() {
18
install -Dm755 "$srcdir/codex-shwap-$pkgver-x86_64-unknown-linux-gnu/codex-shwap" "$pkgdir/usr/bin/codex-shwap"
19
install -Dm644 "$srcdir/codex-shwap-$pkgver-x86_64-unknown-linux-gnu/LICENSE" "$pkgdir/usr/share/licenses/codex-shwap/LICENSE"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 05:16:12 | Low | 2 |