orthanc-plugin-dicomweb
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is downloaded from the project's official domain (orthanc-server.com) which is not on the standard whitelist but is plausibly the project's own; the package builds from official source, which is normal AUR behavior.
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 downloaded from the project's official domain (orthanc-server.com) which is not on the standard whitelist but is plausibly the project's own; the package builds from official source, which is normal AUR behavior.
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-dicom-web/OrthancDicomWeb-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: William Gathoye <william + aur at gathoye dot be>
2
3
pkgname=orthanc-plugin-dicomweb
4
pkgver=1.7
5
pkgrel=3
6
pkgdesc='Extends Orthanc with support of the DICOMweb protocols'
7
arch=('x86_64' 'i686')
8
url='https://book.orthanc-server.com/plugins/dicomweb.html'
9
license=('AGPL3')
10
11
depends=(
12
'orthanc'
13
)
14
makedepends=(
15
'boost' 'cmake' 'gtest' 'make'
16
)
17
source=(
18
"https://www.orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/OrthancDicomWeb-${pkgver}.tar.gz"
19
)
20
sha512sums=(
21
'b4f95094ccbd8253415680ed355da39685398f0868445434f8ecb5e93932ef4462e98093dbe3dac5bbe5ec246f6d42081d732ab9089d3de43bb939fffca599e7'
22
)
23
24
build() {
25
cd OrthancDicomWeb-"${pkgver}"/
26
cmake \
27
-DSTATIC_BUILD=OFF \
28
-DALLOW_DOWNLOADS=ON \
29
-DCMAKE_BUILD_TYPE=Release \
30
-DCMAKE_INSTALL_PREFIX=/usr \
31
-B"${srcdir}"/build
32
33
cd "${srcdir}"/build
34
make
35
}
36
37
check() {
38
cd "${srcdir}"/build
39
./UnitTests
40
}
41
42
package() {
43
cd "${srcdir}"/build
44
cmake --build "${srcdir}"/build --target install -- DESTDIR="${pkgdir}"
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |