otr

maintainer mipi · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from a plausibly project-owned Codeberg repository, which is a normal and legitimate practice for AUR packages; building from such a source, even on a non-whitelisted host, constitutes a low risk as it is the project's own upstream code.

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 source is a tarball from a plausibly project-owned Codeberg repository, which is a normal and legitimate practice for AUR packages; building from such a source, even on a non-whitelisted host, constitutes a low risk as it is the project's own upstream code.

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

PKGBUILD

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

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion