shutter-encoder

maintainer gromain · 9 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged 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.

Triggered rules

MEDIUM source=() URL on a non-standard host 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")
MEDIUM AI review 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
1# Maintainer: Romain Bazile <gromain.baz@gmail.com>
2pkgname=shutter-encoder
3pkgver=20.0
4pkgrel=1
5pkgdesc="Converter for all formats video|audio|image professionnals codecs and standards - swiss knife tool for Linux"
6arch=("x86_64")
7url="https://www.shutterencoder.com/"
8license=('GPL')
9depends=(java-runtime ffmpeg vlc mediainfo dvdauthor mkvtoolnix-cli perl-image-exiftool dcraw p7zip libcanberra uriparser util-linux-libs expat yt-dlp)
10source=("https://www.shutterencoder.com/Shutter%20Encoder%20$pkgver%20Linux%2064bits.deb")
11options=('!strip')
12
13sha256sums=('4c1fdec901ca7abff63811972ab5720ec67ff4627dc7077bf58b15728232dc2e')
14
15prepare() {
16 mkdir -p shutter-encoder
17 tar -xf data.tar.zst -C shutter-encoder/
18}
19
20
21package() {
22 # Move main folder in place
23 mv "${srcdir}"/shutter-encoder/usr "${pkgdir}"/;
24 mkdir -p "$pkgdir"/usr/share/pixmaps/
25 install -m 644 "${pkgdir}"/usr/lib/Shutter\ Encoder/usr/bin/icon.png "$pkgdir"/usr/share/pixmaps/shutter-encoder.png
26 chmod -R 755 "$pkgdir"/usr/lib/Shutter\ Encoder/
27}
28

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion