ghostex-bin
LOW
maintainer Alp
0 votes
scanned 2026-09-09 09:19:26.157521
Why flagged
The package installs a prebuilt binary from the project's official GitHub releases, which is a normal distribution method; the low vote count and recent upload are quality indicators, not security risks.
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 official GitHub releases, which is a normal distribution method; the low vote count and recent upload are quality indicators, not security risks.
PKGBUILD
1
# Maintainer: Alper Ortac <alportac@gmail.com>
2
pkgname=ghostex-bin
3
pkgver=9.0.0
4
pkgrel=1
5
pkgdesc='Native AI agent workspaces with terminals and an embedded browser (prebuilt)'
6
arch=('x86_64')
7
url='https://github.com/maddada/Ghostex'
8
license=('MIT')
9
depends=(
10
'bash' 'glibc' 'libgcc' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11'
11
'gtk3' 'nss' 'nspr' 'mesa' 'alsa-lib' 'at-spi2-core' 'libcups'
12
'libdrm' 'libxcomposite' 'libxdamage' 'libxrandr' 'libxshmfence'
13
'pango' 'cairo' 'fontconfig' 'wmctrl' 'hicolor-icon-theme'
14
)
15
provides=("ghostex=$pkgver")
16
conflicts=('ghostex')
17
options=('!strip' '!debug')
18
source=("ghostex-${pkgver}-linux-x64.tar.zst::$url/releases/download/v${pkgver}/ghostex-${pkgver}-linux-x64.tar.zst"
19
"ghostex-${pkgver}-LICENSE::https://raw.githubusercontent.com/maddada/Ghostex/v${pkgver}/LICENSE")
20
sha256sums=('445b976df7c2cfeea0476acfae9aeacb00b47eada317d66a5436baa207cba557'
21
'50c3e6ee30c68e93ebed3e549770999eaee10b88618588d57c9d5355d0996509')
22
23
package() {
24
install -d "$pkgdir/opt" "$pkgdir/usr/bin"
25
cp -a "$srcdir/opt/ghostex" "$pkgdir/opt/"
26
install -Dm755 "$srcdir/usr/bin/ghostex" "$pkgdir/usr/bin/ghostex"
27
ln -s ghostex "$pkgdir/usr/bin/gx"
28
install -Dm644 "$srcdir/usr/share/applications/ghostex.desktop" \
29
"$pkgdir/usr/share/applications/ghostex.desktop"
30
install -Dm644 "$srcdir/usr/share/icons/hicolor/256x256/apps/ghostex.png" \
31
"$pkgdir/usr/share/icons/hicolor/256x256/apps/ghostex.png"
32
install -Dm644 "$srcdir/ghostex-${pkgver}-LICENSE" \
33
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-09 09:19:26 | Low | 2 |