mts-utils

maintainer xyproto · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a git source tied to a specific tag on the maintainer's GitHub, which is a normal AUR practice; the orphaned-and-re-adopted flag does not indicate inherent danger.

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 package builds from a git source tied to a specific tag on the maintainer's GitHub, which is a normal AUR practice; the orphaned-and-re-adopted flag does not indicate inherent danger.

1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
2
3pkgname=mts-utils
4pkgver=3.0.0
5pkgrel=1
6pkgdesc='MPEG Transport Stream Utilities (tstools fork, includes tsplay)'
7arch=(x86_64)
8url='https://github.com/xyproto/mts-utils'
9license=(MPL)
10makedepends=(cxx git parallel)
11source=("git+$url#tag=$pkgver")
12md5sums=('SKIP')
13
14build() {
15 make -C "$pkgname"
16}
17
18check() {
19 make -s -C "$pkgname" test
20}
21
22package() {
23 DESTDIR="$pkgdir" make -C "$pkgname" install
24}
25
26# vim: ts=2 sw=2 et:
27

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 11:23:42 MEDIUM 1
2026-07-23 09:22:54 MEDIUM 1
2026-06-18 16:11:54 CLEAN 0

Report a package

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

0 / 4000
Your suggestion