chain-lang-git
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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
# Maintainer: Krzysztof Demir Kuzniak <krzysztofdemirkuzniak@gmail.com>
pkgname=chain-lang-git
pkgver=0.7.0.beta.r0
pkgrel=1
pkgdesc="Chain programming language interpreter (latest git version)"
arch=('x86_64' 'aarch64')
url="https://github.com/Nebania/chain-lang"
license=('MIT')
depends=('gcc-libs' 'raylib')
makedepends=('git' 'gcc' 'make')
provides=('chain-lang' 'link-lang')
conflicts=('chain-lang' 'chain-lang-bin' 'link-lang' 'link-lang-git' 'link-lang-bin')
source=("git+https://github.com/Nebania/chain-lang.git")
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/chain-lang"
printf '%s.r%s\n' "0.7.0.beta" "$(git rev-list --count HEAD)"
}
build() {
cd "$srcdir/chain-lang"
make release
}
package() {
cd "$srcdir/chain-lang"
# Main executable
install -Dm755 chainlang "$pkgdir/usr/bin/chainlang"
# Command aliases
ln -s chainlang "$pkgdir/usr/bin/chain"
ln -s chainlang "$pkgdir/usr/bin/linklang"
# License
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
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) | Severity | Rules |
|---|---|---|
| 2026-08-24 15:23:42 | Low | 2 |
| 2026-08-12 00:27:08 | Clean | 2 |
| 2026-08-11 17:21:34 | Low | 1 |