yt-dlp-standalone-bin
CLEAN
maintainer NewYearPrism
0 votes
scanned 2026-08-20 00:05:13.298181
Triggered rules
Clean
AI review downgraded a static finding
llm_review
The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package downloads verifiable binaries and source from the official GitHub repository of yt-dlp, a well-known project; the binary is installed with proper checksums, and no suspicious or obfuscated code is present.
1 higher static finding superseded - not the current verdict (shown for transparency)
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.
PKGBUILD
1
# Maintainer: NewYearPrism
2
3
pkgname=yt-dlp-standalone-bin
4
_pkgname=yt-dlp
5
pkgver=2026.07.04
6
pkgrel=1
7
pkgdesc='A feature-rich command-line audio/video downloader (standalone binary)'
8
arch=(x86_64)
9
url='https://github.com/yt-dlp/yt-dlp'
10
license=('Unlicense')
11
depends=(
12
glibc
13
zlib
14
)
15
optdepends=(
16
17
)
18
provides=(
19
yt-dlp
20
)
21
conflicts=(
22
yt-dlp
23
)
24
source=(
25
"yt-dlp-bin::https://github.com/yt-dlp/yt-dlp/releases/download/${pkgver}/yt-dlp_linux"
26
"yt-dlp.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2026.07.04/yt-dlp.tar.gz"
27
)
28
sha256sums=(
29
6bbb3d314cde4febe36e5fa1d55462e29c974f63444e707871834f6d8cc210ae
30
31c32457d1a573a341bb0929386c624fe47339a5338829e6e9c9454bdfa7397a
31
)
32
33
package() {
34
install -Dm755 yt-dlp-bin "${pkgdir}/usr/bin/yt-dlp"
35
36
# Install completions
37
install -Dm644 "yt-dlp/completions/bash/yt-dlp" "${pkgdir}/usr/share/bash-completion/completions/yt-dlp"
38
install -Dm644 "yt-dlp/completions/zsh/_yt-dlp" "${pkgdir}/usr/share/zsh/site-functions/_yt-dlp"
39
install -Dm644 "yt-dlp/completions/fish/yt-dlp.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/yt-dlp.fish"
40
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 00:05:13 | Clean | 2 |
| 2026-08-19 23:42:47 | Low | 1 |