dangerzone-bin
maintainer username227
· 16 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb binary from a non-whitelisted host (packages.freedom.press), which is not a standard code forge or vendor CD distribution domain; while the project is legitimate, the unverifiable executable payload from a swappable host presents a supply-chain risk if the domain were compromised.
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:16
source=("${_pkgname}-${pkgver}.deb::https://packages.freedom.press/apt-tools-prod/pool/main/d/dangerzone/dangerzone_${pkgver}_amd64.deb")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-whitelisted host (packages.freedom.press), which is not a standard code forge or vendor CD distribution domain; while the project is legitimate, the unverifiable executable payload from a swappable host presents a supply-chain risk if the domain were compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Proudmuslim <proudmuslim-dev@protonmail.com>
2
# Previous Maintainer: Rojikku <RojikkuNoKami at gmail dot com>
3
# Contributor: GI_Jack <GI_Jack@hackermail.com>
4
5
pkgname=dangerzone-bin
6
_pkgname=dangerzone
7
pkgver=0.11.0
8
pkgrel=2
9
pkgdesc="Take potentially dangerous PDFs, office documents, or images and convert them to a safe PDF"
10
url="https://github.com/freedomofpress/dangerzone"
11
arch=('x86_64')
12
license=('AGPL-3.0')
13
depends=('python-appdirs' 'python-markdown' 'python-click' 'python-colorama' 'python-pyxdg' 'python-requests' 'pyside6' 'python-termcolor' 'python-pip' 'podman')
14
makedepends=('python-setuptools')
15
options=('!debug')
16
source=("${_pkgname}-${pkgver}.deb::https://packages.freedom.press/apt-tools-prod/pool/main/d/dangerzone/dangerzone_${pkgver}_amd64.deb")
17
sha256sums=('f10c085ef4ee6743739adcf077da65dde84ac5be84b5aadb2e7ea98510f1be85')
18
pythonpath="#!/usr/bin/env python3"
19
20
package() {
21
# Create directories in advance
22
install -d "${pkgdir}/usr/"
23
install -d "${pkgdir}/usr/lib/python3.14/site-packages/"
24
25
# Extract data
26
ar x "${_pkgname}-${pkgver}.deb"
27
tar xf data.tar.xz
28
29
cp -r "${srcdir}/usr" "${pkgdir}/"
30
mv "${pkgdir}/usr/lib/python3/dist-packages/dangerzone" "${pkgdir}/usr/lib/python3.14/site-packages/"
31
mv "${pkgdir}/usr/lib/python3/dist-packages/dangerzone-${pkgver}.egg-info" "${pkgdir}/usr/lib/python3.14/site-packages/"
32
33
# Remove unused directory
34
rm -r "${pkgdir}/usr/lib/python3"
35
}
36
37
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 |