tsl-amd
The package downloads a single shell script from the project's own GitHub repository and installs it; while the host is not whitelisted, the source is transparent and part of the project's official infrastructure, posing minimal risk.
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 downloads a single shell script from the project's own GitHub repository and installs it; while the host is not whitelisted, the source is transparent and part of the project's official infrastructure, posing minimal risk.
PKGBUILD
# Maintainer: tsabme <me@tsablezub.ru>
pkgname=tsl-amd
pkgver=1.0
pkgrel=1
epoch=
pkgdesc="Helper for tsab.label"
arch=('any')
url="https://github.com/tsablez/tsl-amd"
license=('GPL3')
groups=()
makedepends=(git)
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(tsl-amd.sh::https://raw.githubusercontent.com/tsablez/tsl-amd/refs/heads/main/tsl-amd.sh)
noextract=()
validpgpkeys=()
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/tsl-amd.sh" "${pkgdir}/usr/bin/tsl-amd"
}
sha256sums=('f60fb83720a83d4a91b8d9e53fcfa3236c0fee213bf9d96b6055ac313a28e0d3')
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 09:50:35 | Low | 2 |