yt-dlp-standalone-bin

CLEAN
maintainer NewYearPrism 0 votes scanned 2026-08-20 00:05:13.298181
View on AUR

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
3pkgname=yt-dlp-standalone-bin
4_pkgname=yt-dlp
5pkgver=2026.07.04
6pkgrel=1
7pkgdesc='A feature-rich command-line audio/video downloader (standalone binary)'
8arch=(x86_64)
9url='https://github.com/yt-dlp/yt-dlp'
10license=('Unlicense')
11depends=(
12 glibc
13 zlib
14)
15optdepends=(
16
17)
18provides=(
19 yt-dlp
20)
21conflicts=(
22 yt-dlp
23)
24source=(
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)
28sha256sums=(
29 6bbb3d314cde4febe36e5fa1d55462e29c974f63444e707871834f6d8cc210ae
30 31c32457d1a573a341bb0929386c624fe47339a5338829e6e9c9454bdfa7397a
31)
32
33package() {
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)SeverityRules
2026-08-20 00:05:13 Clean 2
2026-08-19 23:42:47 Low 1

Report a package

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

0 / 4000
Your suggestion