deskreen-ce-bin-next
maintainer Kendoo285
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package downloads a prebuilt binary from SourceForge, a common but untrusted host; however, it is a legitimate project distribution and the source is verified via checksum, limiting risk to supply-chain compromise of the binary itself.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 90%): Package downloads a prebuilt binary from SourceForge, a common but untrusted host; however, it is a legitimate project distribution and the source is verified via checksum, limiting risk to supply-chain compromise of the binary itself.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Kendoo285 <mathias.rittweger@proton.me>
2
pkgname=deskreen-ce-bin-next
3
pkgver=3.2.16
4
pkgrel=1
5
pkgdesc="Turn any device into a secondary screen for your computer - Community Edition (binary release, NEXT-branch maintainer)"
6
arch=('x86_64')
7
url="https://github.com"
8
license=('AGPL-3.0-only')
9
depends=('avahi' 'gtk3' 'libseccomp' 'nss' 'sqlite' 'systemd-libs')
10
provides=('deskreen' 'deskreen-ce' 'deskreen-ce-bin')
11
conflicts=('deskreen' 'deskreen-bin' 'deskreen-ce' 'deskreen-ce-bin')
12
options=('!strip')
13
14
# Saubere Zuweisung der funktionierenden Quelldateien
15
source_x86_64=("https://sourceforge.net")
16
17
sha256sums_x86_64=('883ab2ed42791f27d01dc9496e9ed13537be095ce937e62a30b71793c0a24b38')
18
19
package() {
20
# Nutzt die automatische Vorentpackung von makepkg
21
cd "${srcdir}"
22
23
# Kopiert die funktionierende Linux-Systemstruktur direkt in das Zielverzeichnis
24
if [ -d usr ]; then
25
cp -r usr "${pkgdir}/"
26
fi
27
28
if [ -d opt ]; then
29
cp -r opt "${pkgdir}/"
30
fi
31
}
32
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 | 3 |
| 2026-07-30 00:17:23 | LOW | 3 |
| 2026-07-29 00:25:53 | LOW | 3 |
| 2026-07-28 00:07:28 | LOW | 3 |
| 2026-07-27 00:24:32 | LOW | 3 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |
| 2026-07-20 00:19:49 | LOW | 3 |
| 2026-07-19 00:17:08 | LOW | 3 |
| 2026-07-18 00:14:48 | LOW | 3 |
| 2026-07-17 19:55:55 | MEDIUM | 2 |
| 2026-07-17 17:55:33 | LOW | 2 |