sir
The source tarball is hosted on Dropbox (a personal/unofficial file-sharing host) rather than the project's official GitHub releases or any canonical upstream mirror. While a sha1sum is provided, SHA-1 is cryptographically weak and the Dropbox link includes session/key parameters that could theoretically serve different content to different requesters. The project's GitHub page (marek629.github.io/SIR) exists but the source is not pulled from GitHub releases. This is a compiled C++/Qt application built from source, so the concern is whether the tarball content is authentic upstream source. The combination of a personal Dropbox host, weak SHA-1 checksum, and parameterized URL constitutes a genuine (if not clearly malicious) supply-chain concern for executed/compiled code. Medium is the correct rating.
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:16
source=("https://www.dropbox.com/scl/fi/s7rbzypqgt0bpxvnk0rcj/sir_$pkgver.tar.gz?rlkey=6umn2wiul64qecqo6i3iq42aj&st=d5azbxwo&dl=0")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The source tarball is hosted on Dropbox (a personal/unofficial file-sharing host) rather than the project's official GitHub releases or any canonical upstream mirror. While a sha1sum is provided, SHA-1 is cryptographically weak and the Dropbox link includes session/key parameters that could theoretically serve different content to different requesters. The project's GitHub page (marek629.github.io/SIR) exists but the source is not pulled from GitHub releases. This is a compiled C++/Qt application built from source, so the concern is whether the tarball content is authentic upstream source. The combination of a personal Dropbox host, weak SHA-1 checksum, and parameterized URL constitutes a genuine (if not clearly malicious) supply-chain concern for executed/compiled code. Medium is the correct rating.
PKGBUILD
1 offending line(s) highlighted# Contributor: shamrok <szamrok@gmail.com>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
# Contributor: marvn <mistrmarvn@gmail.com>
# Contributor: Marek Jędryka <marek629@poczta.onet.pl>
pkgname=sir
pkgver=3.2.2
pkgrel=1
pkgdesc="Simple image resizer in Qt"
arch=('i686' 'x86_64')
url="http://marek629.github.io/SIR/"
license=('GPL-2.0')
depends=('qt5-base' 'qt5-imageformats' 'qt5-svg' 'exiv2')
makedepends=('qt5-tools' 'cmake')
optdepends=("dcraw: RAW images support")
source=("https://www.dropbox.com/scl/fi/s7rbzypqgt0bpxvnk0rcj/sir_$pkgver.tar.gz?rlkey=6umn2wiul64qecqo6i3iq42aj&st=d5azbxwo&dl=0")
build() {
cd "$srcdir/SIR-$pkgver"
[ -d bld ] || mkdir bld && cd bld
cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-Dmetadata=ON -Dqt5=ON
make sir || return 1
}
package() {
cd "$srcdir/SIR-$pkgver/bld"
make DESTDIR="$pkgdir/" install
}
sha1sums=('2df5ddf38d4f6f87988d5c311ba3b42e5ab9b09d')
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |