devinorium
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
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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)
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# Maintainer: HttpAnimations
pkgname=devinorium
pkgver=0.73.1
pkgrel=1
pkgdesc="Self-hosted web UI for AI coding agents - desktop client"
arch=('x86_64')
url="https://gitlab.com/HttpAnimations/devinorium"
license=('AGPL-3.0-only')
options=('!lto')
depends=('gtk3' 'glibc' 'gcc-libs' 'git')
makedepends=('cargo' 'git' 'clang' 'cmake' 'ninja' 'pkgconf' 'unzip' 'zip' 'curl')
optdepends=('openssh: clone repositories over SSH'
'xdg-utils: open URLs from the app'
'zenity: native file dialogs')
_flutterver=3.44.9
source=("devinorium-v$pkgver.tar.gz::https://github.com/justacalico/devinorium/releases/download/v$pkgver/devinorium-v$pkgver-source.tar.gz"
"flutter_linux_${_flutterver}-stable.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_${_flutterver}-stable.tar.xz"
"devinorium.desktop"
"devinorium.svg")
sha256sums=('83b1589af9c3c18fc5588cc37c9597b0706bc0e20d165f5eb07a0481a3335f41'
'a9120fa4a01048bdef438ddc3a2d4b7389662ea98a95db86eeaf10382bc4efcb'
'SKIP'
'SKIP')
build() {
export PATH="$srcdir/flutter/bin:$PATH"
export PUB_CACHE="$srcdir/pub-cache"
export CARGO_HOME="$srcdir/cargo-home"
flutter config --no-analytics >/dev/null 2>&1 || true
flutter precache --linux >/dev/null
cd "$pkgname-$pkgver"
cargo build --release --locked
cd flutter
flutter pub get
flutter build linux --release
install -Dm755 ../target/release/devinorium build/linux/x64/release/bundle/server/devinorium
}
package() {
cd "$pkgname-$pkgver"
install -d "$pkgdir/opt/devinorium"
cp -a flutter/build/linux/x64/release/bundle/. "$pkgdir/opt/devinorium/"
install -d "$pkgdir/usr/bin"
ln -s /opt/devinorium/devinorium_frontend "$pkgdir/usr/bin/devinorium"
install -Dm644 "$srcdir/devinorium.desktop" "$pkgdir/usr/share/applications/devinorium.desktop"
install -Dm644 "$srcdir/devinorium.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/devinorium.svg"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 19:18:58 | Low | 3 |
| 2026-09-13 19:15:06 | Medium | 2 |