devinorium-server

LOW
maintainer HttpAnimations 0 votes scanned 2026-09-13 19:18:58.944598
View on AUR
Why flagged

The source tarball comes from a GitHub releases URL (github.com/justacalico/devinorium) which is plausibly the project's own release infrastructure, and the Flutter SDK is fetched from Google's official storage; both have sha256 checksums. The local bundled files (service, sysusers, env) have SKIP'd checksums which is mildly sloppy but not dangerous. The build compiles Rust source and a Flutter web app from the project's own code — no unreviewed remote code execution, no obfuscated payloads, no exfiltration.

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 (anthropic/claude-sonnet-4.6) reviewed the full PKGBUILD and judged it LOW (confidence 70%): The source tarball comes from a GitHub releases URL (github.com/justacalico/devinorium) which is plausibly the project's own release infrastructure, and the Flutter SDK is fetched from Google's official storage; both have sha256 checksums. The local bundled files (service, sysusers, env) have SKIP'd checksums which is mildly sloppy but not dangerous. The build compiles Rust source and a Flutter web app from the project's own code — no unreviewed remote code execution, no obfuscated payloads, no exfiltration.

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:17 "flutter_linux_${_flutterver}-stable.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${_flutterver}-stable.tar.xz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: HttpAnimations
2pkgname=devinorium-server
3_pkgname=devinorium
4pkgver=0.73.1
5pkgrel=1
6pkgdesc="Self-hosted web UI for AI coding agents - server"
7arch=('x86_64')
8url="https://gitlab.com/HttpAnimations/devinorium"
9license=('AGPL-3.0-only')
10options=('!lto')
11depends=('glibc' 'gcc-libs' 'git')
12makedepends=('cargo' 'git' 'unzip' 'zip' 'curl')
13optdepends=('openssh: clone repositories over SSH')
14backup=('etc/devinorium/devinorium.env')
15_flutterver=3.44.9
16source=("devinorium-v$pkgver.tar.gz::https://github.com/justacalico/devinorium/releases/download/v$pkgver/devinorium-v$pkgver-source.tar.gz"
17 "flutter_linux_${_flutterver}-stable.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${_flutterver}-stable.tar.xz"
18 "devinorium.service"
19 "devinorium.sysusers"
20 "devinorium.env")
21sha256sums=('83b1589af9c3c18fc5588cc37c9597b0706bc0e20d165f5eb07a0481a3335f41'
22 'a9120fa4a01048bdef438ddc3a2d4b7389662ea98a95db86eeaf10382bc4efcb'
23 'SKIP'
24 'SKIP'
25 'SKIP')
26
27build() {
28 export PATH="$srcdir/flutter/bin:$PATH"
29 export PUB_CACHE="$srcdir/pub-cache"
30 export CARGO_HOME="$srcdir/cargo-home"
31 flutter config --no-analytics >/dev/null 2>&1 || true
32 flutter precache --web >/dev/null
33
34 cd "$_pkgname-$pkgver/flutter"
35 flutter pub get
36 flutter build web --release --wasm
37 rm -rf build/web/canvaskit
38
39 rm -rf ../frontend/dist
40 mkdir -p ../frontend/dist
41 cp -r build/web/. ../frontend/dist/
42
43 cd ..
44 cargo build --release --locked
45}
46
47package() {
48 cd "$_pkgname-$pkgver"
49 install -Dm755 target/release/devinorium "$pkgdir/usr/bin/devinorium-server"
50 install -Dm644 "$srcdir/devinorium.service" "$pkgdir/usr/lib/systemd/system/devinorium.service"
51 install -Dm644 "$srcdir/devinorium.sysusers" "$pkgdir/usr/lib/sysusers.d/devinorium.conf"
52 install -Dm600 "$srcdir/devinorium.env" "$pkgdir/etc/devinorium/devinorium.env"
53 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
54}
55

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 19:18:58 Low 3
2026-09-13 19:15:06 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