aniterm

LOW
maintainer amalxloop 0 votes scanned 2026-09-13 17:14:56.485361
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review 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

1# Maintainer: amalxloop
2
3pkgname=aniterm
4pkgver=1.0.29
5pkgrel=1
6pkgdesc="Stream anime from your terminal"
7arch=('any')
8url="https://github.com/amalxloop/aniterm"
9license=('GPL-3.0-only')
10depends=('python' 'mpv' 'yt-dlp' 'python-curl-cffi')
11makedepends=('python-pip')
12source=("$pkgname-$pkgver::https://github.com/amalxloop/$pkgname/archive/v$pkgver.tar.gz")
13sha256sums=('SKIP')
14
15package() {
16 pip install --prefix="$pkgdir/usr" --no-deps "$srcdir/$pkgname-$pkgver"
17}

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 17:14:56 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion