controlcenter-daemon
maintainer WeeXnes
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package builds from source hosted on the maintainer's own domain, which is not whitelisted but plausibly project-owned; the SKIP'd checksums and non-standard host are quality concerns, but the build process compiles a legitimate C# project without executing untrusted binaries or exfiltrating data.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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 85%): The package builds from source hosted on the maintainer's own domain, which is not whitelisted but plausibly project-owned; the SKIP'd checksums and non-standard host are quality concerns, but the build process compiles a legitimate C# project without executing untrusted binaries or exfiltrating data.
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:16
source=("${pkgname}-${pkgver}.tar.gz::https://code.weexnes.dev/~downloads/projects/74/archives?revision=${pkgver}&format=tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: WeeXnes <weexnes@weexnes.dev>
2
3
pkgname=controlcenter-daemon
4
pkgver=2.0.0
5
pkgrel=1
6
pkgdesc="ControlCenter Daemon (standalone C# service)"
7
arch=('x86_64')
8
url="https://code.weexnes.dev/ControlCenter/ControlCenter.Daemon"
9
license=('GPL3')
10
depends=('glibc' 'zlib')
11
makedepends=('dotnet-sdk')
12
provides=('controlcenter-daemon')
13
conflicts=('controlcenter-daemon-git')
14
options=('!strip')
15
install=controlcenter-daemon.install
16
source=("${pkgname}-${pkgver}.tar.gz::https://code.weexnes.dev/~downloads/projects/74/archives?revision=${pkgver}&format=tgz"
17
"controlcenter-daemon.service")
18
sha256sums=('SKIP'
19
'SKIP')
20
21
build() {
22
cd "$srcdir"
23
dotnet publish ControlCenter.Daemon.csproj -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=true -p:EnableCompressionInSingleFile=true -o "$srcdir/output"
24
}
25
26
package() {
27
install -d "$pkgdir/opt/controlcenter-daemon"
28
cp -r "$srcdir/output/"* "$pkgdir/opt/controlcenter-daemon/"
29
30
# Make executable
31
chmod +x "$pkgdir/opt/controlcenter-daemon/ControlCenter.Daemon"
32
33
# Link to /usr/local/bin (Actually /usr/bin is better for AUR packages, but sticking to standard /usr/bin)
34
install -d "$pkgdir/usr/bin"
35
ln -s /opt/controlcenter-daemon/ControlCenter.Daemon "$pkgdir/usr/bin/controlcenter-daemon"
36
37
# Install systemd service
38
install -Dm644 "$srcdir/controlcenter-daemon.service" "$pkgdir/usr/lib/systemd/system/controlcenter-daemon.service"
39
}
40
Changes since previous scan
--- PKGBUILD @ 2026-08-16 00:03+++ PKGBUILD @ 2026-08-18 00:03@@ -1,7 +1,7 @@ # Maintainer: WeeXnes <weexnes@weexnes.dev> pkgname=controlcenter-daemon-pkgver=1.0.0+pkgver=2.0.0 pkgrel=1 pkgdesc="ControlCenter Daemon (standalone C# service)" arch=('x86_64')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 3 |
| 2026-08-17 00:18:29 | LOW | 3 |
| 2026-08-16 21:33:47 | MEDIUM | 2 |
| 2026-08-16 00:03:42 | LOW | 3 |
| 2026-08-15 00:26:13 | LOW | 3 |
| 2026-08-14 00:03:41 | LOW | 3 |
| 2026-08-13 00:17:07 | LOW | 3 |
| 2026-08-12 00:27:08 | LOW | 3 |
| 2026-08-11 19:31:27 | LOW | 3 |
| 2026-08-11 19:21:46 | MEDIUM | 2 |