otr
The source is a tarball from a plausibly project-owned Codeberg repository, which is a normal and legitimate source for AUR packages; building from such a host, even non-whitelisted, is standard practice and not inherently risky.
Triggered rules
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 source is a tarball from a plausibly project-owned Codeberg repository, which is a normal and legitimate source for AUR packages; building from such a host, even non-whitelisted, is standard practice and not inherently risky.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:19
source=("${pkgname}-${pkgver}.tar.gz::https://${_pkgorg}/${pkgname}/archive/${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted# SPDX-FileCopyrightText: 2023-2026 Michael Picht <mipi@fsfe.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
# Maintainer: Michael Picht <mipi@fsfe.org>
_pkgorg=codeberg.org/mipi
pkgname=otr
pkgver=0.12.0
pkgrel=2
pkgdesc="Decode and cut video files from Online TV Recorder (OTR)"
arch=(
aarch64
x86_64
)
url="https://${_pkgorg}/${pkgname}/"
license=(MPL-2.0)
#source=("https://${_pkgorg}/${pkgname}/archive/${pkgver}.tar.gz")
source=("${pkgname}-${pkgver}.tar.gz::https://${_pkgorg}/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('3d0404638aa4370bc6786b2004a698c926fa09cfe97236a343fb8fbc4e18a70c')
conflicts=(otr-git)
depends=(
ffmpeg
ffms2
openssl
)
makedepends=(
bash
cargo
git
make
pkgconf
)
options=(
!debug
)
prepare() {
cd "${pkgname}" || return
export RUSTUP_TOOLCHAIN=stable
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
cd "${pkgname}" || return
export RUSTUP_TOOLCHAIN=stable
export CARGO_TARGET_DIR=target
make BUILD_FLAGS="--frozen"
}
package() {
cd "${pkgname}" || return
make DESTDIR="$pkgdir" install
install -Dm644 resources/otr.desktop "$pkgdir/usr/share/applications/otr.desktop"
install -Dm644 resources/otr_mime.xml "$pkgdir/usr/share/mime/packages/otr_mime.xml"
}
Changes since previous scan
--- PKGBUILD @ 2026-09-16 00:03+++ PKGBUILD @ 2026-09-17 00:27@@ -6,28 +6,30 @@ _pkgorg=codeberg.org/mipi pkgname=otr-pkgver=0.11.11+pkgver=0.12.0 pkgrel=2 pkgdesc="Decode and cut video files from Online TV Recorder (OTR)" arch=( aarch64 x86_64 )-license=(GPL3)+url="https://${_pkgorg}/${pkgname}/"+license=(MPL-2.0) #source=("https://${_pkgorg}/${pkgname}/archive/${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://${_pkgorg}/${pkgname}/archive/${pkgver}.tar.gz")-sha256sums=('c23cbf1114822bb509cff884737f1b2dd208911ebb683688ec2ae519e2cb326b')-validpgpkeys=(11ECD6695134183B3E7AF1C2223AAA374A1D59CE) # Michael Picht <mipi@fsfe.org>+sha256sums=('3d0404638aa4370bc6786b2004a698c926fa09cfe97236a343fb8fbc4e18a70c') conflicts=(otr-git) depends=( ffmpeg ffms2+ openssl ) makedepends=( bash cargo git make+ pkgconf ) options=( !debug@@ -50,6 +52,6 @@ cd "${pkgname}" || return make DESTDIR="$pkgdir" install install -Dm644 resources/otr.desktop "$pkgdir/usr/share/applications/otr.desktop"- install -Dm644 resources/otrkey_mime.xml "$pkgdir/usr/share/mime/packages/otrkey_mime.xml"+ install -Dm644 resources/otr_mime.xml "$pkgdir/usr/share/mime/packages/otr_mime.xml" } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 09:21:46 | Medium | 1 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 15:51:02 | Medium | 1 |
| 2026-09-02 07:50:36 | Medium | 1 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |