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