cdev-mcp

LOW
maintainer jkolo 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

Both sources are git clones from the maintainer's own self-hosted Gitea instance (git.kolosowscy.pl), building the project from source; the non-whitelisted host is plausibly the project's own infrastructure, no prebuilt binaries are downloaded, and the submodule redirect is a standard AUR workaround for relative submodule URLs — the only mild concern is that the host is personal/unverifiable.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): Both sources are git clones from the maintainer's own self-hosted Gitea instance (git.kolosowscy.pl), building the project from source; the non-whitelisted host is plausibly the project's own infrastructure, no prebuilt binaries are downloaded, and the submodule redirect is a standard AUR workaround for relative submodule URLs — the only mild concern is that the host is personal/unverifiable.

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:15 source=("git+https://git.kolosowscy.pl/cdev/desktop.git#tag=v$pkgver"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Jerzy Kołosowski <jerzy@kolosowscy.pl>
2pkgname=cdev-mcp
3pkgver=0.1.1
4pkgrel=1
5pkgdesc="Claude DevContainer MCP Gateway (desktop daemon)"
6arch=('x86_64' 'aarch64')
7url="https://git.kolosowscy.pl/cdev/desktop"
8license=('GPL-3.0-or-later')
9depends=('qt6-base' 'qt6-declarative' 'qt6-websockets' 'kirigami'
10 'knotifications' 'kstatusnotifieritem' 'libslirp' 'qrencode' 'libsodium')
11makedepends=('cmake' 'ninja' 'extra-cmake-modules' 'qt6-tools' 'pkgconf' 'git')
12# The protocol library is a git submodule linked statically into cdev-mcp. AUR
13# does not resolve the relative submodule URL (../protocol.git), so fetch it as
14# a second source and re-point the submodule at it in prepare().
15source=("git+https://git.kolosowscy.pl/cdev/desktop.git#tag=v$pkgver"
16 "git+https://git.kolosowscy.pl/cdev/protocol.git")
17sha256sums=('892613d6de7ae19d2b54dcd3bee9acaf348e6bff056d66a31900d1c630e8de6a'
18 'SKIP')
19
20prepare() {
21 cd "$srcdir/desktop"
22 git submodule init
23 git config submodule.src/protocol.url "$srcdir/protocol"
24 git -c protocol.file.allow=always submodule update
25}
26
27build() {
28 cd "$srcdir/desktop"
29 cmake -B build -S . -GNinja \
30 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
31 -DCMAKE_INSTALL_PREFIX=/usr \
32 -DCDEV_INSTALL_SYSTEMD=OFF
33 cmake --build build
34}
35
36check() {
37 cd "$srcdir/desktop/build"
38 QT_QPA_PLATFORM=offscreen ctest --output-on-failure
39}
40
41package() {
42 cd "$srcdir/desktop"
43 DESTDIR="$pkgdir" cmake --install build
44 # systemd user units at the packaged location, with ExecStart pointing at the
45 # packaged binary (the in-repo unit uses the per-user dev path).
46 install -Dm644 cdev-mcp.service "$pkgdir/usr/lib/systemd/user/cdev-mcp.service"
47 install -Dm644 cdev-mcp.socket "$pkgdir/usr/lib/systemd/user/cdev-mcp.socket"
48 sed -i 's#%h/.local/bin/cdev-mcp#/usr/bin/cdev-mcp#' \
49 "$pkgdir/usr/lib/systemd/user/cdev-mcp.service"
50 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
51}
52

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

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

0 / 4000
Your suggestion