anime_tui

maintainer ptpgamer · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from the project's own git repository, includes a bundled JAR file but no obfuscated or suspicious remote code execution, and depends on common system tools; the low severity is due to few votes and recent upload, not malicious content.

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 95%): The package builds from the project's own git repository, includes a bundled JAR file but no obfuscated or suspicious remote code execution, and depends on common system tools; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: tuanlyphong
2pkgname=anime_tui
3pkgver=r15.g3853307
4pkgrel=1
5pkgdesc='Terminal anime browser and player'
6arch=('any')
7url='https://github.com/tuanlyphong/anime_tui'
8license=('custom:project')
9depends=('nodejs' 'fzf' 'mpv' 'java-runtime')
10makedepends=('git' 'npm')
11source=("git+${url}.git")
12sha256sums=('SKIP')
13
14pkgver() {
15 cd "$srcdir/anime_tui"
16 printf 'r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
17}
18
19build() {
20 cd "$srcdir/anime_tui"
21 npm ci --omit=dev --ignore-scripts
22}
23
24package() {
25 cd "$srcdir/anime_tui"
26 install -dm755 "$pkgdir/usr/share/anime-tui"
27 cp -a anime.js lib package.json package-lock.json node_modules abyss-dl.jar \
28 "$pkgdir/usr/share/anime-tui/"
29 install -Dm755 tui_anime.sh "$pkgdir/usr/share/anime-tui/tui_anime.sh"
30 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31
32 install -dm755 "$pkgdir/usr/bin"
33 cat >"$pkgdir/usr/bin/anime-tui" <<'EOF'
34#!/bin/sh
35export ABYSS_DL_JAR="${ABYSS_DL_JAR:-/usr/share/anime-tui/abyss-dl.jar}"
36exec /usr/share/anime-tui/tui_anime.sh "$@"
37EOF
38 chmod 755 "$pkgdir/usr/bin/anime-tui"
39}
40

Changes since previous scan

--- PKGBUILD @ 2026-07-22 00:29
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,6 +1,6 @@
# Maintainer: tuanlyphong
pkgname=anime_tui
-pkgver=r13.g3853307
+pkgver=r15.g3853307
pkgrel=1
pkgdesc='Terminal anime browser and player'
arch=('any')

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 17:21:24 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 07:16:26 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