codelite-bin
The package downloads a prebuilt .deb from the official project's download domain; while the host is not a standard forge, it is plausibly codelite.org's own infrastructure, and the binary is unpacked without further remote execution.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from the official project's download domain; while the host is not a standard forge, it is plausibly codelite.org's own infrastructure, and the binary is unpacked without further remote execution.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:26
source_x86_64=("https://downloads.codelite.org/codelite/${pkgver}/CodeLite-${pkgver}-gtk3-${_pkgubuntu}-x86_64.deb")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org>
# Contributor: Antoine Viallon <antoine.viallon@gmail.com>
# Contributor: agvares <omen13@bk.ru>
# Contributor: Zeph <zeph33@gmail.com>
pkgname=codelite-bin
pkgver=18.4.0
pkgrel=1
_pkgubuntu="ubuntu-noble"
pkgdesc="A cross platform C/C++/PHP and Node.js IDE written in C++"
arch=(x86_64)
url="https://codelite.org/"
license=(GPL-2.0)
depends=(gcc-libs glibc bash python php openssl fontconfig libtiff zlib libwebp gtk3 wayland expat cairo hunspell pango libglvnd libjpeg-turbo sqlite libxkbcommon hicolor-icon-theme pcre2 libx11 libxtst glib2 libpng libsm libssh gdk-pixbuf2)
optdepends=( 'graphviz: callgraph visualization'
'gcc: compiler'
'gdb: debugger'
'valgrind: debugger'
'php: php IDE capabilities'
'nodejs: for Node.js IDE'
)
provides=(codelite)
conflicts=(codelite)
source_x86_64=("https://downloads.codelite.org/codelite/${pkgver}/CodeLite-${pkgver}-gtk3-${_pkgubuntu}-x86_64.deb")
sha256sums_x86_64=('73e136df463eff19f73ccedad10c4d9b810d91c234fd1ebca66cf34a33899a9b')
package() {
bsdtar -xf ${srcdir}/data.tar.gz -C ${pkgdir}/
echo "NoDisplay=true" >> ${pkgdir}/usr/share/applications/codelite-url-handler.desktop
echo "StartupNotify=true" >> ${pkgdir}/usr/share/applications/codelite-url-handler.desktop
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-22 00:15:14 | Low | 2 |
| 2026-09-21 23:36:21 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 18:04:49 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |