lua-format-ext-git
maintainer bilabila
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host download is a publicly documented, official ANTLR4 JAR from the project's own domain, used as a build tool; the package otherwise builds from a public git repository and does not execute untrusted remote code.
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 non-standard host download is a publicly documented, official ANTLR4 JAR from the project's own domain, used as a build tool; the package otherwise builds from a public git repository and does not execute untrusted remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:18
antlr4.jar::https://www.antlr.org/download/antlr-4.7.1-complete.jar
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: bilabila <bilabila@qq.com>
2
_srcname=LuaFormatter
3
_pkgname=lua-format
4
_patch=(g4)
5
pkgname=$_pkgname-ext-git
6
pkgver=r293.29afe10
7
pkgrel=3
8
pkgdesc='LuaFormatter with extended identifiers'
9
arch=(x86_64 aarch64)
10
url=https://github.com/tkkcc/LuaFormatter
11
provides=($_pkgname-ext $_pkgname $_srcname)
12
conflicts=($_pkgname-ext $_pkgname $_srcname)
13
license=(Apache2)
14
depends=()
15
makedepends=(git cmake java-environment)
16
source=(
17
git+https://github.com/Koihik/LuaFormatter ${_patch[@]/%/.patch}
18
antlr4.jar::https://www.antlr.org/download/antlr-4.7.1-complete.jar
19
)
20
sha512sums=(
21
SKIP
22
8747d10775b34b8e413263439b1284bd524ef0ef867e3646774cb5ed4dddf008f852b7a2b6f8a6a1492739a7f931d57e6346cb8b65e00542b7aa8d0b868a4ebc
23
de1c230d7294e05ac7b451cbc639bab9d416a674b281e21092fb4a9329ca8b6d4b92b9ad78a9771cff475a1610f1d0419819c4619bdff36c683019da67ef13b1
24
)
25
pkgver() {
26
cd $_srcname
27
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
28
}
29
prepare() {
30
cd $_srcname
31
git submodule update --init
32
for i in ${_patch[@]/%/.patch}; do
33
patch -Np1 -i ../$i
34
done
35
}
36
build() {
37
cd $_srcname
38
java -jar ../antlr4.jar -Dlanguage=Cpp -no-listener -visitor -o generated Lua.g4
39
cmake -D BUILD_TESTS=OFF -D COVERAGE=OFF .
40
cmake --build .
41
}
42
package() {
43
install -Dm644 $_srcname/LICENSE "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE
44
install -Dm755 $_srcname/$_pkgname "$pkgdir"/usr/bin/$_pkgname
45
}
46
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 |