codex-shwap
LOW
maintainer stealthspectre
0 votes
scanned 2026-09-08 05:16:12.985842
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
# Maintainer: Aneesh Sambu <sambuaneesh@gmail.com>
2
3
pkgname=codex-shwap
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc='Secure, keyboard-first TUI account switcher for Codex'
7
arch=('x86_64')
8
url='https://github.com/sambuaneesh/codex-shwap'
9
license=('MIT')
10
depends=('gcc-libs')
11
makedepends=('cargo')
12
conflicts=('codex-shwap-bin')
13
provides=("$pkgname=$pkgver")
14
options=('!debug')
15
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
16
sha256sums=('14ec5812a5c380b8b2489657977ff88c88d72f88873617893f444738f4bc094d')
17
18
build() {
19
cd "$pkgname-$pkgver"
20
cargo build --release --locked
21
}
22
23
package() {
24
cd "$pkgname-$pkgver"
25
install -Dm755 target/release/codex-shwap "$pkgdir/usr/bin/codex-shwap"
26
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 05:16:12 | Low | 1 |