animdl-git

LOW
maintainer anakojm 3 votes scanned 2026-08-26 00:12:07.713121
View on AUR
Why flagged

The package builds from the project's own Git repository, which is a normal AUR practice; the recent orphan/re-adopt status does not imply malicious intent or code changes.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from the project's own Git repository, which is a normal AUR practice; the recent orphan/re-adopt status does not imply malicious intent or code changes.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Contributor: Nafis <mnabid.25@outlook.com>
2# Contributor: Porous3247 <pqtb3v7t at jasonyip1 dot anonaddy dot me>
3
4_pkgname=animdl
5pkgname="${_pkgname}-git"
6pkgver=r366.fd3277f
7pkgrel=1
8pkgdesc="highly efficient anime downloader and streamer"
9arch=('any')
10url="https://github.com/justfoolingaround/animdl"
11license=('GPL3')
12depends=('anitopy'
13 'python'
14 'python-anchor-kr'
15 'python-click'
16 'python-cssselect'
17 'python-httpx'
18 'python-lxml'
19 'python-packaging'
20 'python-pkginfo'
21 'python-pycryptodomex'
22 'python-regex'
23 'python-requests'
24 'python-rich'
25 'python-tqdm'
26 'python-yaml'
27 'python-yarl')
28makedepends=('git'
29 'python-poetry-core'
30 'python-build'
31 'python-installer'
32 'python-wheel')
33optdepends=(
34 'mpv: streaming support'
35 'vlc: streaming support'
36 'fzf: fuzzy finder support'
37 'python-pypresence: Discord RPC'
38)
39provides=("${_pkgname}")
40conflicts=("${_pkgname}")
41source=("git+${url}.git")
42md5sums=('SKIP')
43
44pkgver() {
45 cd "$_pkgname"
46 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
47}
48
49build () {
50 cd "${_pkgname}"
51 python -m build --wheel --no-isolation
52}
53
54package() {
55 cd "${_pkgname}"
56 python -m installer --destdir="${pkgdir}" dist/*.whl
57}
58

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 00:12:07 Low 2
2026-08-25 23:28:42 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion