coccinelle-bin

LOW
maintainer meadow 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

Low AI review downgraded a static finding 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)
Medium source=() URL on a non-standard host 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
1# Maintainer: Manuel Wiesinger <m {you know what belongs here} mmap {and here} at>
2
3_basename=coccinelle
4pkgname=$_basename-bin
5pkgver=1.3.3
6pkgrel=1
7pkgdesc="C source code matching and transformation engine. Without spgen and Python bindings."
8arch=('x86_64')
9url="https://coccinelle.lip6.fr"
10license=('GPL-2.0-or-later')
11depends=('glibc' 'pcre2')
12conflicts=('coccinelle' 'coccinelle-git')
13provides=('coccinelle')
14source=("https://coccinelle.gitlabpages.inria.fr/website/distrib/coccinelle-${pkgver}-bin-x86.tar.gz")
15b2sums=('d29463dd8e9aac3a9ce4f8cf17f262fcf2ef38bde02e612c723e22bb3dd978addd2c65b8758be95adbafa6d5cfbc07ae5f86aad24e3f3dd7a1827a452c3d3362')
16
17package() {
18 cd $srcdir/$_basename-$pkgver
19
20 # spatch
21 strip spatch.opt
22 install -Dm755 spatch.opt $pkgdir/usr/bin/spatch
23
24 # Bash completions
25 install -Dm644 scripts/spatch.bash_completion $pkgdir/usr/share/bash-completion/completions/spatch
26
27 # Emacs modes
28 install -Dm644 editors/emacs/cocci.el -t $pkgdir/usr/share/emacs/site-lisp
29 install -Dm644 editors/emacs/cocci-ediff.el -t $pkgdir/usr/share/emacs/site-lisp
30
31 # vim
32 install -Dm644 editors/vim/ftdetect/cocci.vim -t $pkgdir/usr/share/vim/vimfiles/ftdetect
33 install -Dm644 editors/vim/syntax/cocci.vim -t $pkgdir/usr/share/vim/vimfiles/syntax
34
35 # Manpage
36 install -Dm644 docs/spatch.1 -t $pkgdir/usr/share/man/man1
37
38 # OCaml libraries
39 find ocaml -name \*cmi -or -name \*cmx -exec install -Dm644 {} -t $pkgdir/usr/lib/ocaml/coccinelle \;
40 install -Dm644 standard.h -t $pkgdir/usr/lib/ocaml/coccinelle
41 install -Dm644 standard.iso -t $pkgdir/usr/lib/ocaml/coccinelle
42}
43

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-$pkgver

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion