orthanc-plugin-web-viewer

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the official project's download domain, building the plugin's own code; non-whitelisted host is the project's own, so supply-chain risk is low despite the static rule flag.

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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the official project's download domain, building the plugin's own code; non-whitelisted host is the project's own, so supply-chain risk is low despite the static rule flag.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:18 "https://www.orthanc-server.com/downloads/get.php?path=/plugin-webviewer/OrthancWebViewer-${pkgver}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: William Gathoye <william + aur at gathoye dot be>
2
3pkgname=orthanc-plugin-web-viewer
4pkgver=2.8
5pkgrel=2
6pkgdesc='Web viewer of medical images plugin for Orthanc'
7arch=('x86_64' 'i686')
8url='https://book.orthanc-server.com/plugins/webviewer.html'
9license=('AGPL3')
10
11depends=(
12 'orthanc'
13)
14makedepends=(
15 'boost' 'cmake' 'gtest' 'make'
16)
17source=(
18 "https://www.orthanc-server.com/downloads/get.php?path=/plugin-webviewer/OrthancWebViewer-${pkgver}.tar.gz"
19)
20sha512sums=(
21 '943e61bcf086ea15da992880b7d40f98a6a5a5b98c772113e5b7071002cb163958a428988e3136b04a2fd6b334124924977ad5205cbe7ee3cb2102dd5f454616'
22)
23
24prepare() {
25 cd OrthancWebViewer-"${pkgver}"/
26 patch -p2 < "../../patch-orthanc-force-version-lib.patch"
27 patch -p2 < "../../patch-orthanc-force-version-lib-digest.patch"
28}
29
30build() {
31 cd OrthancWebViewer-"${pkgver}"/
32 cmake \
33 -DSTATIC_BUILD=OFF \
34 -DALLOW_DOWNLOADS=ON \
35 -DCMAKE_BUILD_TYPE=Release \
36 -DCMAKE_INSTALL_PREFIX=/usr \
37 -B"${srcdir}"/build
38
39 cd "${srcdir}"/build
40 make
41}
42
43check() {
44 cd "${srcdir}"/build
45 ./UnitTests
46}
47
48package() {
49 cd "${srcdir}"/build
50 cmake --build "${srcdir}"/build --target install -- DESTDIR="${pkgdir}"
51}
52

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 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 LOW 2

Report a package

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

0 / 4000
Your suggestion