cling-jupyter-dev
cling-dev
scanned 2026-09-17 00:27:14.276658
The package builds from source hosted on the project's official domain (root.cern.ch), which is normal for AUR packages; skipped checksums are a quality issue but do not imply code execution risk since the sources are from a legitimate project host.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from source hosted on the project's official domain (root.cern.ch), which is normal for AUR packages; skipped checksums are a quality issue but do not imply code execution risk since the sources are from a legitimate project host.
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:12
"llvm::git+http://root.cern.ch/git/llvm.git#branch=cling-patches"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Sebastian Gsänger <sebastian_gsaenger@web.de>
# derived from cling-git
pkgname=(cling-dev cling-jupyter-dev)
pkgver=v0.7
pkgrel=2
pkgdesc="Interactive C++ interpreter (includes custom clang and llvm for dev)."
arch=('i686' 'x86_64')
url="https://root.cern.ch/cling"
license=('custom:Cling Release License')
makedepends=('cmake' 'libffi' 'git' 'python' 'python2' 'jupyter')
source=(
"llvm::git+http://root.cern.ch/git/llvm.git#branch=cling-patches"
"clang::git+http://root.cern.ch/git/clang.git#tag=cling-v0.7"
"cling::git+http://root.cern.ch/git/cling.git#tag=v0.7"
)
sha256sums=(
'SKIP'
'SKIP'
'SKIP'
)
prepare() {
if [ ! -h "$srcdir/llvm/tools/clang" ]; then
ln -s "$srcdir/clang" "$srcdir/llvm/tools/clang"
fi
if [ ! -h "$srcdir/llvm/tools/cling" ]; then
ln -s "$srcdir/cling" "$srcdir/llvm/tools/cling"
fi
}
build() {
mkdir -p "$srcdir/cling-build"
cd "$srcdir/cling-build"
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="/opt/cling" \
-DLLVM_TARGETS_TO_BUILD="host;NVPTX" \
-DLLVM_BUILD_LLVM_DYLIB=OFF \
-DLLVM_ENABLE_RTTI=ON \
-DLLVM_ENABLE_FFI=ON \
-DLLVM_BUILD_DOCS=OFF \
-DLLVM_BUILD_TOOLS=OFF \
-DLLVM_ENABLE_SPHINX=OFF \
-DLLVM_ENABLE_DOXYGEN=OFF \
-DFFI_INCLUDE_DIR=$(pkg-config --cflags-only-I libffi | cut -c3-) \
"$srcdir/llvm"
cmake --build .
}
package_cling-dev() {
provides=('cling')
conflicts=('cling')
depends=('libffi')
cd "$srcdir/cling-build"
DESTDIR="$pkgdir" cmake --build . -t install
install -d "$pkgdir/usr/bin"
ln -s "/opt/cling/bin/cling" "$pkgdir/usr/bin/cling"
install -d "$pkgdir/usr/include"
ln -s "/opt/cling/include/cling" "$pkgdir/usr/include/cling"
install -Dm644 "$srcdir/llvm/tools/cling/LICENSE.TXT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
package_cling-jupyter-dev() {
depends=('cling-dev' 'jupyter')
cd "$srcdir/cling/tools/Jupyter/kernel"
python3 setup.py install --prefix=/usr --root="$pkgdir"
jupyter-kernelspec install --prefix="$pkgdir/usr" .
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |