avdump3-bin
maintainer Finghin
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from cdn.anidb.net, a plausible official host for the project, and installs it alongside a helper script; the source is not executed remotely, and the host, while not whitelisted, is contextually appropriate for the software.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from cdn.anidb.net, a plausible official host for the project, and installs it alongside a helper script; the source is not executed remotely, and the host, while not whitelisted, is contextually appropriate for the software.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:16
source=("https://cdn.anidb.net/client/${_pkgname}/${_pkgname}_${pkgver}.zip"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Teoh Han Hui <teohhanhui@gmail.com>
2
3
_pkgname=avdump3
4
pkgname=avdump3-bin
5
pkgver=8293_stable
6
pkgrel=2
7
pkgdesc='AniDB video/audio codec identification utility (command line version)'
8
arch=('any')
9
url='https://wiki.anidb.net/Avdump3'
10
license=('MIT' 'unknown')
11
depends=('dotnet-runtime-6.0')
12
makedepends=('unzip')
13
provides=('avdump3')
14
conflicts=('avdump3')
15
options=('!strip')
16
source=("https://cdn.anidb.net/client/${_pkgname}/${_pkgname}_${pkgver}.zip"
17
"${_pkgname}_LICENSE-MIT::https://raw.githubusercontent.com/DvdKhl/AVDump3/master/LICENSE"
18
"${_pkgname}.sh")
19
noextract=("${_pkgname}_${pkgver}.zip")
20
sha256sums=('6689420d7073c57d9faf19764e2a92f53c84d3ea66be402fd75e5419e2f0b38f'
21
'97cb91cadbde7356e309613e2ed99cffcaf323197285d089e94dc5b6adbb603c'
22
'3e3ebf6e5bfc3a1253b4248c1737063287c87b27d1ac2a93f9673bf32bae2991')
23
24
prepare() {
25
unzip -o "${_pkgname}_${pkgver}.zip" -d "${_pkgname}_${pkgver}"
26
}
27
28
package() {
29
install -d "${pkgdir}/opt/${_pkgname}"
30
install -d "${pkgdir}/usr/bin"
31
install -d "${pkgdir}/usr/share/licenses/${_pkgname}"
32
33
install -m644 "${_pkgname}_${pkgver}"/* -t "${pkgdir}/opt/${_pkgname}"
34
install -m755 "${_pkgname}.sh" "${pkgdir}/usr/bin/${_pkgname}"
35
install -m644 "${_pkgname}_LICENSE-MIT" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE-MIT"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |