commandcode-bin
LOW
maintainer fahimscirex
0 votes
scanned 2026-09-18 07:27:46.046490
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
3
pkgname=commandcode-bin
4
_pkgname=commandcode
5
pkgver=0.1.32
6
pkgrel=1
7
pkgdesc="Command Code desktop app"
8
arch=('x86_64')
9
url="https://github.com/CommandCodeAI/desktop"
10
license=('Apache-2.0')
11
depends=(
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
)
24
provides=("${_pkgname}=${pkgver}" "command-code=${pkgver}" "command-code-bin=${pkgver}")
25
conflicts=("${_pkgname}" "command-code" "command-code-bin")
26
options=('!strip' '!debug')
27
28
source=("${pkgname}-${pkgver}.deb::https://github.com/CommandCodeAI/desktop/releases/download/v${pkgver}/CommandCode-${pkgver}-amd64.deb")
29
sha256sums=('4bc40498e63c1ea06909e2375a87f77624ad70fc7e792d891fcb7701400ecc1e')
30
31
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-18 07:27:46 | Low | 2 |