redact-bin

maintainer johnpyp · 6 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The package downloads a prebuilt binary from a non-standard, non-whitelisted host (update-desktop.redact.dev), which presents a supply-chain risk if the host is compromised or the download is intercepted, though the checksum is verified.

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:13 source=("https://update-desktop.redact.dev/build/Redact-${pkgver}.zip"
MEDIUM AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt binary from a non-standard, non-whitelisted host (update-desktop.redact.dev), which presents a supply-chain risk if the host is compromised or the download is intercepted, though the checksum is verified.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alexander Björk <bjorkalx@protonmail.com>
2# Maintainer: johnpyp <johnpyp.dev@gmail.com>
3
4pkgname="redact-bin"
5pkgdesc="Customize Redact to remove the content you'd like. Remove old tweets, images, discord messages, and much more."
6pkgver="0.21.28"
7pkgrel=1
8arch=('x86_64')
9url="https://redact.dev/"
10license=('custom')
11provides=('redact')
12conflicts=('redact')
13source=("https://update-desktop.redact.dev/build/Redact-${pkgver}.zip"
14 "redact.desktop")
15sha256sums=('4c6497fdf1e63528c31efc9e026a221b87081ee9eb4cb6dd73ce8672965cfe8b'
16 'a05e8dd421979d3342dfaa011129ef3fdf0905b6bcf26646c687a3b63504081b')
17
18package() {
19 install -d ${pkgdir}/opt/${pkgname}
20 cp -r $srcdir/* ${pkgdir}/opt/${pkgname}/
21 install -d ${pkgdir}/usr/bin
22 ln -s /opt/${pkgname}/redact ${pkgdir}/usr/bin/redact
23 install -Dm644 "${srcdir}/redact.desktop" "${pkgdir}/usr/share/applications/redact.desktop"
24 mkdir -p "${pkgdir}/usr/share/pixmaps"
25 ln -s /opt/${pkgname}/resources/assets/icon.png "${pkgdir}/usr/share/pixmaps/redact.png"
26}
27

Changes since previous scan

--- PKGBUILD @ 2026-07-30 00:17
+++ PKGBUILD @ 2026-08-03 00:08
@@ -3,7 +3,7 @@
pkgname="redact-bin"
pkgdesc="Customize Redact to remove the content you'd like. Remove old tweets, images, discord messages, and much more."
-pkgver="0.21.18"
+pkgver="0.21.28"
pkgrel=1
arch=('x86_64')
url="https://redact.dev/"
@@ -12,7 +12,7 @@
conflicts=('redact')
source=("https://update-desktop.redact.dev/build/Redact-${pkgver}.zip"
"redact.desktop")
-sha256sums=('4e5eac3c71e5480e133e00ce1245b9c5906581bbbd64c83257b35647cfbd7af0'
+sha256sums=('4c6497fdf1e63528c31efc9e026a221b87081ee9eb4cb6dd73ce8672965cfe8b'
'a05e8dd421979d3342dfaa011129ef3fdf0905b6bcf26646c687a3b63504081b')
package() {

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 23:17:02 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

Report a package

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

0 / 4000
Your suggestion