actionlint-kjanat
CLEAN
maintainer kjanat
0 votes
scanned 2026-09-08 00:18:08.377257
Triggered rules
Clean
AI review downgraded a static finding
llm_review
The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from a verifiable source tarball hosted on GitHub, which is the project's official repository; the build process is transparent and follows standard Go packaging practices without executing untrusted remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
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.
PKGBUILD
1
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: Kaj Kowalski <info at kajkowalski dot nl>
3
4
pkgname='actionlint-kjanat'
5
pkgver=1.15.0
6
pkgrel=1
7
pkgdesc='Static checker for GitHub Actions workflow files (kjanat fork)'
8
url='https://actionlint.kjanat.dev'
9
arch=('aarch64' 'armv7h' 'x86_64')
10
license=('MIT')
11
provides=('actionlint')
12
conflicts=('actionlint' 'actionlint-bin' 'actionlint-git' 'actionlint-kjanat-bin')
13
depends=('glibc')
14
makedepends=('go' 'git')
15
optdepends=('shellcheck: check shell scripts in run steps' 'python-pyflakes: check Python scripts in run steps')
16
source=("${pkgname}_${pkgver}.tar.gz::https://github.com/kjanat/actionlint/releases/download/v${pkgver}/actionlint-${pkgver}.tar.gz")
17
sha256sums=('9ad8053ca16bf4a56c4aa71a4b374f26f4813a5fee7b9050fdb814bbb38dc102')
18
prepare() {
19
cd "actionlint-${pkgver}"
20
go mod download
21
}
22
build() {
23
cd "actionlint-${pkgver}"
24
export CGO_CPPFLAGS="${CPPFLAGS}"
25
export CGO_CFLAGS="${CFLAGS}"
26
export CGO_CXXFLAGS="${CXXFLAGS}"
27
export CGO_LDFLAGS="${LDFLAGS}"
28
export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
29
go build -o build/actionlint \
30
-ldflags "-linkmode=external -X actionlint.kjanat.dev.version=${pkgver} -X actionlint.kjanat.dev.installedFrom=https://aur.archlinux.org/packages/${pkgname}" \
31
./cmd/actionlint
32
}
33
package() {
34
cd "actionlint-${pkgver}"
35
install -Dm0755 build/actionlint "${pkgdir}/usr/bin/actionlint"
36
install -Dm0644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
37
install -Dm0644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
38
install -Dm0644 -t "${pkgdir}/usr/share/doc/${pkgname}/" docs/*.md
39
install -Dm0644 man/actionlint.1 "${pkgdir}/usr/share/man/man1/actionlint.1"
40
install -dm0755 "${pkgdir}/usr/share/bash-completion/completions" \
41
"${pkgdir}/usr/share/zsh/site-functions" \
42
"${pkgdir}/usr/share/fish/vendor_completions.d" \
43
"${pkgdir}/usr/share/actionlint"
44
build/actionlint -completion bash >"${pkgdir}/usr/share/bash-completion/completions/actionlint"
45
build/actionlint -completion zsh >"${pkgdir}/usr/share/zsh/site-functions/_actionlint"
46
build/actionlint -completion fish >"${pkgdir}/usr/share/fish/vendor_completions.d/actionlint.fish"
47
build/actionlint -completion powershell >"${pkgdir}/usr/share/actionlint/actionlint.ps1"
48
chmod 0644 "${pkgdir}/usr/share/bash-completion/completions/actionlint" \
49
"${pkgdir}/usr/share/zsh/site-functions/_actionlint" \
50
"${pkgdir}/usr/share/fish/vendor_completions.d/actionlint.fish" \
51
"${pkgdir}/usr/share/actionlint/actionlint.ps1"
52
}
53
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 00:18:08 | Clean | 2 |
| 2026-09-07 17:15:15 | Low | 1 |
| 2026-09-07 13:14:41 | Low | 1 |