comskip

maintainer graysky · 5 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged Package builds from a verifiable source tarball hosted on GitHub, which is the project's official repository; the recently orphaned status 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%): Package builds from a verifiable source tarball hosted on GitHub, which is the project's official repository; the recently orphaned status 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: graysky <graysky AT proton DOT me>
2# Contributor: Nick Burrett <nick@sqrt.co.uk>
3pkgname=comskip
4pkgver=0.83
5pkgrel=2
6pkgdesc='MPEG commercial break detector'
7_gitname=comskip
8url='http://github.com/erikkaashoek/Comskip'
9arch=(x86_64)
10license=(GPL-3.0-or-later)
11makedepends=(git)
12depends=(ffmpeg4.4 argtable)
13optdepends=('comchap: Detect commercials with Comskip and add chapter marks (comchap) or cut them (comcut)')
14source=("https://github.com/erikkaashoek/Comskip/archive/V0.83.tar.gz")
15sha256sums=('bd90d7922916e0b04ea9f3426ea7747d347f218f3f915fb4d251961d0730876e')
16
17build() {
18 cd "${srcdir}/Comskip-${pkgver}"
19 ./autogen.sh
20 PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig/ ./configure --prefix=/usr CFLAGS="${CFLAGS} -std=gnu17"
21 make
22}
23
24package() {
25 mkdir -p "$pkgdir/usr/bin"
26 install -m755 "${srcdir}/Comskip-${pkgver}/comskip" "$pkgdir/usr/bin/comskip"
27 install -m755 "${srcdir}/Comskip-${pkgver}/comskip-gui" "$pkgdir/usr/bin/comskip-gui"
28}
29
30# vim:set ts=2 sw=2 et:
31

Changes since previous scan

--- PKGBUILD @ 2026-06-18 16:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,33 +1,30 @@
-# Maintainer: Nick Burrett <nick@sqrt.co.uk>
+# Maintainer: graysky <graysky AT proton DOT me>
+# Contributor: Nick Burrett <nick@sqrt.co.uk>
pkgname=comskip
pkgver=0.83
-pkgrel=1
-epoch=1
-pkgdesc='Comskip is a free MPEG commercial break detector'.
-_gitname='comskip'
+pkgrel=2
+pkgdesc='MPEG commercial break detector'
+_gitname=comskip
url='http://github.com/erikkaashoek/Comskip'
-arch=('x86_64' 'i686')
-license=('GPL3')
-makedepends=('git')
-depends=('ffmpeg4.4' 'argtable')
+arch=(x86_64)
+license=(GPL-3.0-or-later)
+makedepends=(git)
+depends=(ffmpeg4.4 argtable)
+optdepends=('comchap: Detect commercials with Comskip and add chapter marks (comchap) or cut them (comcut)')
source=("https://github.com/erikkaashoek/Comskip/archive/V0.83.tar.gz")
-sha256sums=("bd90d7922916e0b04ea9f3426ea7747d347f218f3f915fb4d251961d0730876e")
-
+sha256sums=('bd90d7922916e0b04ea9f3426ea7747d347f218f3f915fb4d251961d0730876e')
build() {
cd "${srcdir}/Comskip-${pkgver}"
./autogen.sh
- PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig/ ./configure --prefix=/usr
- make clean
+ PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig/ ./configure --prefix=/usr CFLAGS="${CFLAGS} -std=gnu17"
make
}
package() {
mkdir -p "$pkgdir/usr/bin"
install -m755 "${srcdir}/Comskip-${pkgver}/comskip" "$pkgdir/usr/bin/comskip"
- if [ -e "${srcdir}/Comskip-${pkgver}/comskip-gui" ]; then
- install -m755 "${srcdir}/Comskip-${pkgver}/comskip-gui" "$pkgdir/usr/bin/comskip-gui"
- fi
+ install -m755 "${srcdir}/Comskip-${pkgver}/comskip-gui" "$pkgdir/usr/bin/comskip-gui"
}
# vim:set ts=2 sw=2 et:

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 21:55:56 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