cdev-mcp
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
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)
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# Maintainer: Jerzy Kołosowski <jerzy@kolosowscy.pl>
pkgname=cdev-mcp
pkgver=0.1.1
pkgrel=1
pkgdesc="Claude DevContainer MCP Gateway (desktop daemon)"
arch=('x86_64' 'aarch64')
url="https://git.kolosowscy.pl/cdev/desktop"
license=('GPL-3.0-or-later')
depends=('qt6-base' 'qt6-declarative' 'qt6-websockets' 'kirigami'
'knotifications' 'kstatusnotifieritem' 'libslirp' 'qrencode' 'libsodium')
makedepends=('cmake' 'ninja' 'extra-cmake-modules' 'qt6-tools' 'pkgconf' 'git')
# The protocol library is a git submodule linked statically into cdev-mcp. AUR
# does not resolve the relative submodule URL (../protocol.git), so fetch it as
# a second source and re-point the submodule at it in prepare().
source=("git+https://git.kolosowscy.pl/cdev/desktop.git#tag=v$pkgver"
"git+https://git.kolosowscy.pl/cdev/protocol.git")
sha256sums=('892613d6de7ae19d2b54dcd3bee9acaf348e6bff056d66a31900d1c630e8de6a'
'SKIP')
prepare() {
cd "$srcdir/desktop"
git submodule init
git config submodule.src/protocol.url "$srcdir/protocol"
git -c protocol.file.allow=always submodule update
}
build() {
cd "$srcdir/desktop"
cmake -B build -S . -GNinja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCDEV_INSTALL_SYSTEMD=OFF
cmake --build build
}
check() {
cd "$srcdir/desktop/build"
QT_QPA_PLATFORM=offscreen ctest --output-on-failure
}
package() {
cd "$srcdir/desktop"
DESTDIR="$pkgdir" cmake --install build
# systemd user units at the packaged location, with ExecStart pointing at the
# packaged binary (the in-repo unit uses the per-user dev path).
install -Dm644 cdev-mcp.service "$pkgdir/usr/lib/systemd/user/cdev-mcp.service"
install -Dm644 cdev-mcp.socket "$pkgdir/usr/lib/systemd/user/cdev-mcp.socket"
sed -i 's#%h/.local/bin/cdev-mcp#/usr/bin/cdev-mcp#' \
"$pkgdir/usr/lib/systemd/user/cdev-mcp.service"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |