codex-shwap-bin

LOW
maintainer stealthspectre 0 votes scanned 2026-09-08 05:16:12.985842
View on AUR
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
3pkgname=codex-shwap-bin
4pkgver=0.1.0
5pkgrel=1
6pkgdesc='Secure, keyboard-first TUI account switcher for Codex (prebuilt binary)'
7arch=('x86_64')
8url='https://github.com/sambuaneesh/codex-shwap'
9license=('MIT')
10depends=('gcc-libs')
11provides=("codex-shwap=$pkgver")
12conflicts=('codex-shwap')
13options=('!strip' '!debug')
14source=("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")
15sha256sums=('17cf1de5f4277b10130c01c26c4b11de76c83c5f646724914497c10ec63fcb3f')
16
17package() {
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)SeverityRules
2026-09-08 05:16:12 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