auto-subs-bin
The package installs a prebuilt binary from a GitHub release without source compilation, creating a supply-chain risk if the release artifact were compromised, though it comes from the project's official repository.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 95%): The package installs a prebuilt binary from a GitHub release without source compilation, creating a supply-chain risk if the release artifact were compromised, though it comes from the project's official repository.
PKGBUILD
# Maintainer: rafaeloledo <rafaeloliveiraledo@gmail.com>
pkgname=auto-subs-bin
pkgver=3.9.0
pkgrel=1
pkgdesc="On-device subtitle generation for DaVinci Resolve, Premiere, and After Effects"
arch=('x86_64')
url="https://github.com/tmoroney/auto-subs"
license=('MIT')
options=('!debug')
depends=(
'ffmpeg'
'gtk3'
'webkit2gtk-4.1'
)
optdepends=(
'davinci-resolve: Fusion script integration'
)
source=("https://github.com/tmoroney/auto-subs/releases/download/v${pkgver}/AutoSubs-linux-x86_64.deb")
sha256sums=('773481bf992fdb8521981727ea54fce0e39ce6ad9d3eccae9bbeaa6f479e0430')
package() {
cd "$srcdir"
bsdtar -xf AutoSubs-linux-x86_64.deb
bsdtar -xf data.tar.* -C "$pkgdir"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 09:25:44 | Medium | 2 |