commandcode-bin

LOW
maintainer fahimscirex 0 votes scanned 2026-09-18 07:27:46.046490
View on AUR
Why flagged

The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method; the binary is not obfuscated or remotely executed, and the source is verifiable via checksum.

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 .deb from the project's official GitHub releases, which is a normal distribution method; the binary is not obfuscated or remotely executed, and the source is verifiable via checksum.

PKGBUILD

1# Maintainer: Fahim Montasir Misbah <fahim@scirex.me>
2
3pkgname=commandcode-bin
4_pkgname=commandcode
5pkgver=0.1.32
6pkgrel=1
7pkgdesc="Command Code desktop app"
8arch=('x86_64')
9url="https://github.com/CommandCodeAI/desktop"
10license=('Apache-2.0')
11depends=(
12 'alsa-lib'
13 'at-spi2-core'
14 'cairo'
15 'glibc'
16 'gtk3'
17 'libnotify'
18 'libsecret'
19 'libxss'
20 'libxtst'
21 'nss'
22 'xdg-utils'
23)
24provides=("${_pkgname}=${pkgver}" "command-code=${pkgver}" "command-code-bin=${pkgver}")
25conflicts=("${_pkgname}" "command-code" "command-code-bin")
26options=('!strip' '!debug')
27
28source=("${pkgname}-${pkgver}.deb::https://github.com/CommandCodeAI/desktop/releases/download/v${pkgver}/CommandCode-${pkgver}-amd64.deb")
29sha256sums=('4bc40498e63c1ea06909e2375a87f77624ad70fc7e792d891fcb7701400ecc1e')
30
31package() {
32 bsdtar -xf data.tar.xz -C "${pkgdir}"
33
34 install -d "${pkgdir}/usr/bin"
35 ln -sf "/opt/Command Code/command-code" "${pkgdir}/usr/bin/command-code"
36 ln -sf "/opt/Command Code/command-code" "${pkgdir}/usr/bin/commandcode"
37
38 # Fix permissions on chrome-sandbox
39 chmod 4755 "${pkgdir}/opt/Command Code/chrome-sandbox" || true
40
41 # Optional apparmor profile
42 if [[ -f "${pkgdir}/opt/Command Code/resources/apparmor-profile" ]]; then
43 install -Dm644 "${pkgdir}/opt/Command Code/resources/apparmor-profile" "${pkgdir}/etc/apparmor.d/command-code"
44 fi
45}
46

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 07:27:46 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