tree-sitter-cpp-git
maintainer xiliuya
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The npm install fetches the 'tree-sitter-c' package, which is a legitimate and necessary dependency for generating the parser; this is part of the standard build process for tree-sitter grammars and not an undeclared malicious external package.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The npm install fetches the 'tree-sitter-c' package, which is a legitimate and necessary dependency for generating the parser; this is part of the standard build process for tree-sitter grammars and not an undeclared malicious external package.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
npm/yarn/pnpm install of an undeclared external package
npm_install_external
Runs `npm/yarn/pnpm install <package>` for a package not in source=(), pulling unpinned, unreviewed code at build time. Severity downgraded: the package declares/looks like a Node.js consumer, where build-time installs are expected.
-
PKGBUILD:25
npm install --cache "$srcdir/npm-cache" tree-sitter-c
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Luis Martinez <luis dot martinez at tuta dot io>
2
3
pkgname=tree-sitter-cpp-git
4
pkgver=0.20.0.r58.g0e7b7a0
5
pkgrel=1
6
pkgdesc="C++ grammar for tree-sitter"
7
arch=('x86_64')
8
url="https://github.com/tree-sitter/tree-sitter-cpp"
9
license=('MIT')
10
groups=('tree-sitter-grammars')
11
depends=('gcc-libs')
12
makedepends=('git' 'tree-sitter' 'tree-sitter-cli' 'npm')
13
provides=("${pkgname%-git}")
14
conflicts=("${pkgname%-git}")
15
source=("$pkgname::git+$url")
16
sha256sums=('SKIP')
17
18
pkgver() {
19
cd "$pkgname"
20
git describe --long --tags | sed 's/^v//;s/-/.r/;s/-/./'
21
}
22
23
prepare() {
24
cd "$pkgname"
25
npm install --cache "$srcdir/npm-cache" tree-sitter-c
26
tree-sitter generate
27
}
28
29
build() {
30
cd "$pkgname/src/"
31
cc $CFLAGS -std=c99 -c parser.c
32
cc $CPPFLAGS -c scanner.c
33
c++ $LDFLAGS -shared parser.o scanner.o -o "$srcdir/cpp-parser.so"
34
}
35
36
package() {
37
install -Dvm 644 cpp-parser.so "$pkgdir/usr/lib/libtree-sitter-cpp.so"
38
install -d "$pkgdir/usr/share/nvim/runtime/parser/"
39
ln -s "/usr/lib/libtree-sitter-cpp.so" "$pkgdir/usr/share/nvim/runtime/parser/cpp.so"
40
cd "$pkgname"
41
install -Dvm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
42
install -Dvm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
43
}
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |