chain-lang-git

LOW
maintainer Kuznix 0 votes scanned 2026-08-24 15:23:42.374088
View on AUR
Why flagged

The package builds from the project's official GitHub repository, uses standard build steps, and installs only the resulting binary and license; the low severity is due to SKIP'd checksum and few votes, but no malicious behavior is present.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from the project's official GitHub repository, uses standard build steps, and installs only the resulting binary and license; the low severity is due to SKIP'd checksum and few votes, but no malicious behavior is present.

PKGBUILD

1# Maintainer: Krzysztof Demir Kuzniak <krzysztofdemirkuzniak@gmail.com>
2
3pkgname=chain-lang-git
4pkgver=0.7.0.beta.r0
5pkgrel=1
6pkgdesc="Chain programming language interpreter (latest git version)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/Nebania/chain-lang"
9license=('MIT')
10
11depends=('gcc-libs' 'raylib')
12makedepends=('git' 'gcc' 'make')
13
14provides=('chain-lang' 'link-lang')
15conflicts=('chain-lang' 'chain-lang-bin' 'link-lang' 'link-lang-git' 'link-lang-bin')
16
17source=("git+https://github.com/Nebania/chain-lang.git")
18sha256sums=('SKIP')
19
20pkgver() {
21 cd "$srcdir/chain-lang"
22
23 printf '%s.r%s\n' "0.7.0.beta" "$(git rev-list --count HEAD)"
24}
25
26build() {
27 cd "$srcdir/chain-lang"
28
29 make release
30}
31
32package() {
33 cd "$srcdir/chain-lang"
34
35 # Main executable
36
37 install -Dm755 chainlang "$pkgdir/usr/bin/chainlang"
38
39 # Command aliases
40
41 ln -s chainlang "$pkgdir/usr/bin/chain"
42 ln -s chainlang "$pkgdir/usr/bin/linklang"
43
44 # License
45
46 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
47}
48

Changes since previous scan

--- PKGBUILD @ 2026-08-12 00:27
+++ PKGBUILD @ 2026-08-24 15:23
@@ -1,7 +1,7 @@
-# Maintainer: Krzysztof Demir Kuźniak [krzysztofdemirkuzniak@gmail.com](mailto:krzysztofdemirkuzniak@gmail.com)
+# Maintainer: Krzysztof Demir Kuzniak <krzysztofdemirkuzniak@gmail.com>
pkgname=chain-lang-git
-pkgver=0.5.1.r0
+pkgver=0.7.0.beta.r0
pkgrel=1
pkgdesc="Chain programming language interpreter (latest git version)"
arch=('x86_64' 'aarch64')
@@ -20,7 +20,7 @@
pkgver() {
cd "$srcdir/chain-lang"
- printf '%s.r%s\n' "0.5.1" "$(git rev-list --count HEAD)"
+ printf '%s.r%s\n' "0.7.0.beta" "$(git rev-list --count HEAD)"
}
build() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 15:23:42 Low 2
2026-08-12 00:27:08 Clean 2
2026-08-11 17:21:34 Low 1

Report a package

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

0 / 4000
Your suggestion