lua54-taglib
lua-taglib
scanned 2026-09-17 00:27:14.276658
The source is a tarball from the project's own official domain, used to build the project's own code, which is a normal and legitimate practice in AUR packages despite the non-whitelisted host.
Triggered rules
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 source is a tarball from the project's own official domain, used to build the project's own code, which is a normal and legitimate practice in AUR packages despite the non-whitelisted host.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:16
source=("https://buffering.party/software/lua-taglib/lua-taglib-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: jprjr <john@jrjrtech.com>
pkgname=('lua-taglib' 'lua51-taglib' 'lua52-taglib' 'lua53-taglib' 'lua54-taglib')
pkgbase='lua-taglib'
pkgdesc="Lua bindings for taglib"
pkgver=1.2.2
pkgrel=2
arch=('x86_64' 'i686' 'aarch64')
url='https://buffering.party/software/lua-taglib/'
license=('MIT')
depends=('taglib' 'gcc-libs' 'glibc')
_lua_cur=5.5
_lua_next=5.6
makedepends=('cmake' "lua>=$_lua_cur" "lua<$_lua_next" 'lua51' 'lua52' 'lua53' 'lua54')
#options=(debug)
source=("https://buffering.party/software/lua-taglib/lua-taglib-$pkgver.tar.gz")
_build() {
LUA_V=$1
V=${LUA_V//./}
local cmake_options=(
-S "${pkgbase}-${pkgver}"
-W no-dev
-D CMAKE_BUILD_TYPE=None
-D CMAKE_INSTALL_PREFIX=/usr
)
cmake "${cmake_options[@]}" -B build-lua$V-${pkgver}-${pkgrel} -DLUA_VERSION=$LUA_V
cmake --build build-lua$V-${pkgver}-${pkgrel}
}
build() {
for v in 5.1 5.2 5.3 5.4 5.5 ; do
_build $v
done
}
_package() {
LUA_V=$1
V=${LUA_V//./}
DESTDIR="$pkgdir" cmake --install build-lua$V-${pkgver}-${pkgrel}
install -Dm644 "${pkgbase}-${pkgver}/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
package_lua-taglib() {
pkgdesc="Lua bindings for taglib"
depends+=("lua>=${_lua_cur}" "lua<${_lua_next}")
_package $_lua_cur
}
package_lua54-taglib() {
pkgdesc="Lua bindings for taglib - Lua 5.4"
depends+=('lua54')
_package 5.4
}
package_lua53-taglib() {
pkgdesc="Lua bindings for taglib - Lua 5.3"
depends+=('lua53')
_package 5.3
}
package_lua52-taglib() {
pkgdesc="Lua bindings for taglib - Lua 5.2"
depends+=('lua52')
_package 5.2
}
package_lua51-taglib() {
pkgdesc="Lua bindings for taglib - Lua 5.1"
depends+=('lua51')
_package 5.1
}
sha512sums=(
'154d6106bc7f7b1b536fe2ebc488b011ecbe4de3da5682941a854a49efee99cf825fb27c5493774bb6ff93839075272b03a39c8fc30021120444d67abe5f0e94'
)
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |