tag-release
The package builds from a source tarball hosted on the project's own GitHub repository; the low severity is due to unverified checksum (SKIP) and few votes, but it installs only a Python script and documentation, with no remote code execution or malicious behavior evident.
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 builds from a source tarball hosted on the project's own GitHub repository; the low severity is due to unverified checksum (SKIP) and few votes, but it installs only a Python script and documentation, with no remote code execution or malicious behavior evident.
PKGBUILD
# Maintainer: Egor Tensin <egor@tensin.name>
pkgname=tag-release
pkgver=0.4.0
pkgrel=3
pkgdesc='Script to automate creation of semantic versioning tags'
arch=(any)
url="https://github.com/egor-tensin/$pkgname"
license=(MIT)
depends=(python)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
md5sums=(SKIP)
package() {
cd -- "$srcdir"
install -D -m 0644 -t "$pkgdir/usr/share/doc/$pkgname" ../README.Arch
cd -- "$pkgname-$pkgver"
install -D -m 0644 -t "$pkgdir/usr/share/$pkgname" LICENSE.txt
install -D -m 0644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
install -D -m 0755 -T src/release.py "$pkgdir/usr/bin/$pkgname"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 15:19:08 | Low | 2 |
| 2026-09-27 13:18:29 | Low | 2 |