otr

LOW
maintainer mipi 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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)
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:19 source=("${pkgname}-${pkgver}.tar.gz::https://${_pkgorg}/${pkgname}/archive/${pkgver}.tar.gz")

PKGBUILD

1 offending line(s) highlighted
1# SPDX-FileCopyrightText: 2023-2026 Michael Picht <mipi@fsfe.org>
2#
3# SPDX-License-Identifier: GPL-3.0-or-later
4
5# Maintainer: Michael Picht <mipi@fsfe.org>
6
7_pkgorg=codeberg.org/mipi
8pkgname=otr
9pkgver=0.12.0
10pkgrel=2
11pkgdesc="Decode and cut video files from Online TV Recorder (OTR)"
12arch=(
13 aarch64
14 x86_64
15)
16url="https://${_pkgorg}/${pkgname}/"
17license=(MPL-2.0)
18#source=("https://${_pkgorg}/${pkgname}/archive/${pkgver}.tar.gz")
19source=("${pkgname}-${pkgver}.tar.gz::https://${_pkgorg}/${pkgname}/archive/${pkgver}.tar.gz")
20sha256sums=('3d0404638aa4370bc6786b2004a698c926fa09cfe97236a343fb8fbc4e18a70c')
21conflicts=(otr-git)
22depends=(
23 ffmpeg
24 ffms2
25 openssl
26)
27makedepends=(
28 bash
29 cargo
30 git
31 make
32 pkgconf
33)
34options=(
35 !debug
36)
37
38prepare() {
39 cd "${pkgname}" || return
40 export RUSTUP_TOOLCHAIN=stable
41 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
42}
43
44build() {
45 cd "${pkgname}" || return
46 export RUSTUP_TOOLCHAIN=stable
47 export CARGO_TARGET_DIR=target
48 make BUILD_FLAGS="--frozen"
49}
50
51package() {
52 cd "${pkgname}" || return
53 make DESTDIR="$pkgdir" install
54 install -Dm644 resources/otr.desktop "$pkgdir/usr/share/applications/otr.desktop"
55 install -Dm644 resources/otr_mime.xml "$pkgdir/usr/share/mime/packages/otr_mime.xml"
56}
57

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)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion