devinorium

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 under 'justacalico/devinorium' rather than the declared GitLab project 'HttpAnimations/devinorium', which is a minor discrepancy but not clearly malicious; the Flutter SDK is fetched from the official Google storage CDN with a pinned checksum; the package builds from source using cargo and flutter with no obfuscated payloads or exfiltration, and the desktop/SVG files with SKIP'd checksums are non-executed data; the main concern is the mismatched source host and low AUR vote count, but no actual malicious behaviour is present.

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 60%): The source tarball comes from a GitHub releases URL under 'justacalico/devinorium' rather than the declared GitLab project 'HttpAnimations/devinorium', which is a minor discrepancy but not clearly malicious; the Flutter SDK is fetched from the official Google storage CDN with a pinned checksum; the package builds from source using cargo and flutter with no obfuscated payloads or exfiltration, and the desktop/SVG files with SKIP'd checksums are non-executed data; the main concern is the mismatched source host and low AUR vote count, but no actual malicious behaviour is present.

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
3pkgver=0.73.1
4pkgrel=1
5pkgdesc="Self-hosted web UI for AI coding agents - desktop client"
6arch=('x86_64')
7url="https://gitlab.com/HttpAnimations/devinorium"
8license=('AGPL-3.0-only')
9options=('!lto')
10depends=('gtk3' 'glibc' 'gcc-libs' 'git')
11makedepends=('cargo' 'git' 'clang' 'cmake' 'ninja' 'pkgconf' 'unzip' 'zip' 'curl')
12optdepends=('openssh: clone repositories over SSH'
13 'xdg-utils: open URLs from the app'
14 'zenity: native file dialogs')
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.desktop"
19 "devinorium.svg")
20sha256sums=('83b1589af9c3c18fc5588cc37c9597b0706bc0e20d165f5eb07a0481a3335f41'
21 'a9120fa4a01048bdef438ddc3a2d4b7389662ea98a95db86eeaf10382bc4efcb'
22 'SKIP'
23 'SKIP')
24
25build() {
26 export PATH="$srcdir/flutter/bin:$PATH"
27 export PUB_CACHE="$srcdir/pub-cache"
28 export CARGO_HOME="$srcdir/cargo-home"
29 flutter config --no-analytics >/dev/null 2>&1 || true
30 flutter precache --linux >/dev/null
31
32 cd "$pkgname-$pkgver"
33 cargo build --release --locked
34
35 cd flutter
36 flutter pub get
37 flutter build linux --release
38 install -Dm755 ../target/release/devinorium build/linux/x64/release/bundle/server/devinorium
39}
40
41package() {
42 cd "$pkgname-$pkgver"
43 install -d "$pkgdir/opt/devinorium"
44 cp -a flutter/build/linux/x64/release/bundle/. "$pkgdir/opt/devinorium/"
45
46 install -d "$pkgdir/usr/bin"
47 ln -s /opt/devinorium/devinorium_frontend "$pkgdir/usr/bin/devinorium"
48
49 install -Dm644 "$srcdir/devinorium.desktop" "$pkgdir/usr/share/applications/devinorium.desktop"
50 install -Dm644 "$srcdir/devinorium.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/devinorium.svg"
51 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
52}
53

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