animdl-git
LOW
maintainer anakojm
3 votes
scanned 2026-08-26 00:12:07.713121
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
5
pkgname="${_pkgname}-git"
6
pkgver=r366.fd3277f
7
pkgrel=1
8
pkgdesc="highly efficient anime downloader and streamer"
9
arch=('any')
10
url="https://github.com/justfoolingaround/animdl"
11
license=('GPL3')
12
depends=('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')
28
makedepends=('git'
29
'python-poetry-core'
30
'python-build'
31
'python-installer'
32
'python-wheel')
33
optdepends=(
34
'mpv: streaming support'
35
'vlc: streaming support'
36
'fzf: fuzzy finder support'
37
'python-pypresence: Discord RPC'
38
)
39
provides=("${_pkgname}")
40
conflicts=("${_pkgname}")
41
source=("git+${url}.git")
42
md5sums=('SKIP')
43
44
pkgver() {
45
cd "$_pkgname"
46
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
47
}
48
49
build () {
50
cd "${_pkgname}"
51
python -m build --wheel --no-isolation
52
}
53
54
package() {
55
cd "${_pkgname}"
56
python -m installer --destdir="${pkgdir}" dist/*.whl
57
}
58
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 00:12:07 | Low | 2 |
| 2026-08-25 23:28:42 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |