aniterm
The package builds from a source tarball hosted on the maintainer's GitHub, which is normal for AUR packages; the SKIP'd checksum and low votes/newness are quality concerns but do not indicate active danger as it installs only the project's own code via pip and depends on common, legitimate tools.
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 90%): The package builds from a source tarball hosted on the maintainer's GitHub, which is normal for AUR packages; the SKIP'd checksum and low votes/newness are quality concerns but do not indicate active danger as it installs only the project's own code via pip and depends on common, legitimate tools.
PKGBUILD
# Maintainer: amalxloop
pkgname=aniterm
pkgver=1.0.29
pkgrel=1
pkgdesc="Stream anime from your terminal"
arch=('any')
url="https://github.com/amalxloop/aniterm"
license=('GPL-3.0-only')
depends=('python' 'mpv' 'yt-dlp' 'python-curl-cffi')
makedepends=('python-pip')
source=("$pkgname-$pkgver::https://github.com/amalxloop/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('SKIP')
package() {
pip install --prefix="$pkgdir/usr" --no-deps "$srcdir/$pkgname-$pkgver"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 17:14:56 | Low | 2 |