chain-lang
maintainer Kuznix
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the project's official GitHub repository; the only concern is the unverifiable 'SKIP' checksum, but it installs no remote-executed code or prebuilt binaries.
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 source hosted on the project's official GitHub repository; the only concern is the unverifiable 'SKIP' checksum, but it installs no remote-executed code or prebuilt binaries.
PKGBUILD
1
# Maintainer: Krzysztof Demir Kuźniak <krzysztofdemirkuzniak@gmail.com>
2
3
pkgname=chain-lang
4
pkgver=0.5.1
5
pkgrel=2
6
pkgdesc="Chain programming language interpreter"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/Nebania/chain-lang"
9
license=('MIT')
10
11
depends=('gcc-libs' 'raylib')
12
makedepends=('gcc' 'make')
13
14
provides=('link-lang')
15
conflicts=('link-lang' 'link-lang-git' 'link-lang-bin' 'chain-lang-git' 'chain-lang-bin')
16
17
source=("https://github.com/Nebania/chain-lang/archive/refs/tags/v${pkgver}.tar.gz")
18
sha256sums=('SKIP')
19
20
build() {
21
cd "$srcdir/chain-lang-$pkgver"
22
23
make
24
}
25
26
package() {
27
cd "$srcdir/chain-lang-$pkgver"
28
29
# Main executable
30
install -Dm755 chainlang "$pkgdir/usr/bin/chainlang"
31
32
# Command aliases
33
ln -s chainlang "$pkgdir/usr/bin/chain"
34
ln -s chainlang "$pkgdir/usr/bin/linklang"
35
36
# License
37
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 00:27:08 | LOW | 2 |
| 2026-08-11 17:21:34 | LOW | 2 |