coccinelle-bin
The source is a prebuilt binary tarball from the project's official GitLab Pages site, which is a plausible project-owned host; while not a standard domain, it hosts official releases, and the package installs only binaries and data files without executing remote code or exfiltrating data.
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 90%): The source is a prebuilt binary tarball from the project's official GitLab Pages site, which is a plausible project-owned host; while not a standard domain, it hosts official releases, and the package installs only binaries and data files without executing remote code or exfiltrating data.
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:14
source=("https://coccinelle.gitlabpages.inria.fr/website/distrib/coccinelle-${pkgver}-bin-x86.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: Manuel Wiesinger <m {you know what belongs here} mmap {and here} at>
_basename=coccinelle
pkgname=$_basename-bin
pkgver=1.3.3
pkgrel=1
pkgdesc="C source code matching and transformation engine. Without spgen and Python bindings."
arch=('x86_64')
url="https://coccinelle.lip6.fr"
license=('GPL-2.0-or-later')
depends=('glibc' 'pcre2')
conflicts=('coccinelle' 'coccinelle-git')
provides=('coccinelle')
source=("https://coccinelle.gitlabpages.inria.fr/website/distrib/coccinelle-${pkgver}-bin-x86.tar.gz")
b2sums=('d29463dd8e9aac3a9ce4f8cf17f262fcf2ef38bde02e612c723e22bb3dd978addd2c65b8758be95adbafa6d5cfbc07ae5f86aad24e3f3dd7a1827a452c3d3362')
package() {
cd $srcdir/$_basename-$pkgver
# spatch
strip spatch.opt
install -Dm755 spatch.opt $pkgdir/usr/bin/spatch
# Bash completions
install -Dm644 scripts/spatch.bash_completion $pkgdir/usr/share/bash-completion/completions/spatch
# Emacs modes
install -Dm644 editors/emacs/cocci.el -t $pkgdir/usr/share/emacs/site-lisp
install -Dm644 editors/emacs/cocci-ediff.el -t $pkgdir/usr/share/emacs/site-lisp
# vim
install -Dm644 editors/vim/ftdetect/cocci.vim -t $pkgdir/usr/share/vim/vimfiles/ftdetect
install -Dm644 editors/vim/syntax/cocci.vim -t $pkgdir/usr/share/vim/vimfiles/syntax
# Manpage
install -Dm644 docs/spatch.1 -t $pkgdir/usr/share/man/man1
# OCaml libraries
find ocaml -name \*cmi -or -name \*cmx -exec install -Dm644 {} -t $pkgdir/usr/lib/ocaml/coccinelle \;
install -Dm644 standard.h -t $pkgdir/usr/lib/ocaml/coccinelle
install -Dm644 standard.iso -t $pkgdir/usr/lib/ocaml/coccinelle
}
Changes since previous scan
--- PKGBUILD @ 2026-09-03 00:15+++ PKGBUILD @ 2026-09-17 00:27@@ -2,7 +2,7 @@ _basename=coccinelle pkgname=$_basename-bin-pkgver=1.3.2+pkgver=1.3.3 pkgrel=1 pkgdesc="C source code matching and transformation engine. Without spgen and Python bindings." arch=('x86_64')@@ -12,7 +12,7 @@ conflicts=('coccinelle' 'coccinelle-git') provides=('coccinelle') source=("https://coccinelle.gitlabpages.inria.fr/website/distrib/coccinelle-${pkgver}-bin-x86.tar.gz")-b2sums=('511762cbe6e2a59e081eb9f4c272a27b3098684fdfd5205a8cdd0e88e02d12faebbfdad20da081428b629867a6fe9d3207f1e3e1b7f250ca45cff58db39fc5a3')+b2sums=('d29463dd8e9aac3a9ce4f8cf17f262fcf2ef38bde02e612c723e22bb3dd978addd2c65b8758be95adbafa6d5cfbc07ae5f86aad24e3f3dd7a1827a452c3d3362') package() { cd $srcdir/$_basename-$pkgverScan 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 21:54:41 | Medium | 1 |
| 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 |