shutter-encoder
Triggered rules
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:10
source=("https://www.shutterencoder.com/Shutter%20Encoder%20$pkgver%20Linux%2064bits.deb")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt binary .deb from the official project domain (shutterencoder.com), extracts it, and installs the binaries directly without building from source. This is a legitimate supply-chain concern: the package installs pre-compiled binaries (including a bundled JVM application with native libs) from a single upstream host with no reproducibility guarantee. However, the host is the official project website, there is a sha256sum pinning the specific release, and the project is a well-known video converter tool. The sha256sum provides integrity verification against the specific file at time of packaging, though it cannot protect against a future silent replacement at the same URL. This pattern (binary repackaging from official vendor site with checksum) is common in AUR and represents a medium supply-chain risk rather than a high or clean rating — the binary is executed, it comes from a non-forge personal/project domain, and there is no source build. Not piracy, not broken.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Romain Bazile <gromain.baz@gmail.com>
pkgname=shutter-encoder
pkgver=20.0
pkgrel=1
pkgdesc="Converter for all formats video|audio|image professionnals codecs and standards - swiss knife tool for Linux"
arch=("x86_64")
url="https://www.shutterencoder.com/"
license=('GPL')
depends=(java-runtime ffmpeg vlc mediainfo dvdauthor mkvtoolnix-cli perl-image-exiftool dcraw p7zip libcanberra uriparser util-linux-libs expat yt-dlp)
source=("https://www.shutterencoder.com/Shutter%20Encoder%20$pkgver%20Linux%2064bits.deb")
options=('!strip')
sha256sums=('4c1fdec901ca7abff63811972ab5720ec67ff4627dc7077bf58b15728232dc2e')
prepare() {
mkdir -p shutter-encoder
tar -xf data.tar.zst -C shutter-encoder/
}
package() {
# Move main folder in place
mv "${srcdir}"/shutter-encoder/usr "${pkgdir}"/;
mkdir -p "$pkgdir"/usr/share/pixmaps/
install -m 644 "${pkgdir}"/usr/lib/Shutter\ Encoder/usr/bin/icon.png "$pkgdir"/usr/share/pixmaps/shutter-encoder.png
chmod -R 755 "$pkgdir"/usr/lib/Shutter\ Encoder/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |