pangolin-desktop-git

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

The non-standard host (Google Cloud Storage) hosts the official Flutter SDK, a legitimate build dependency; the package builds from the project's own source, and the Flutter SDK is a well-known, trusted toolchain component.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The non-standard host (Google Cloud Storage) hosts the official Flutter SDK, a legitimate build dependency; the package builds from the project's own source, and the Flutter SDK is a well-known, trusted toolchain component.

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:16 "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.10.5-stable.tar.xz")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dee.H.Y <dongfengweixiao at hotmail dot com>
2# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
3pkgname=pangolin-desktop-git
4pkgver=r2628.d919bd7d
5pkgrel=1
6pkgdesc="Preview of Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter."
7arch=('x86_64')
8url="https://github.com/dahliaOS/pangolin_desktop"
9license=('Apache')
10depends=('gtk3')
11makedepends=('git' 'cmake' 'ninja' 'imagemagick' 'clang>=11.0.0')
12provides=("${pkgname%-git}")
13conflicts=("${pkgname%-git}")
14source=('git+https://github.com/dahliaOS/pangolin_desktop.git'
15 "${pkgname%-git}.desktop"
16 "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.10.5-stable.tar.xz")
17sha256sums=('SKIP'
18 '34a50af02e401b6a88e255018fa0cb3f1fce0c064b33b7ca2ddb97ce90c38241'
19 '86643cbfe8acf766a226a6cd4625bb8301c2601ea9bb825448318c8669b72a13')
20
21pkgver() {
22 cd "$srcdir/pangolin_desktop"
23 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
24}
25
26build() {
27 cd "$srcdir/pangolin_desktop"
28 $srcdir/flutter/bin/flutter build linux
29}
30
31package() {
32 cd "$srcdir/pangolin_desktop/build/linux/x64/release/bundle"
33 install -d "$pkgdir/opt/${pkgname%-git}"
34 cp -r * "$pkgdir/opt/${pkgname%-git}"
35
36 install -d "$pkgdir/usr/bin"
37 ln -s "/opt/${pkgname%-git}/pangolin_desktop" "$pkgdir/usr/bin/${pkgname%-git}"
38
39 convert \
40 "$srcdir/pangolin_desktop/assets/images/logos/pangolin.png" \
41 -resize 1024 "$srcdir/pangolin-1024.png"
42 install -Dm644 "$srcdir/pangolin-1024.png" \
43 "$pkgdir/usr/share/pixmaps/${pkgname%-git}.png"
44 install -Dm644 "$srcdir/${pkgname%-git}.desktop" -t "$pkgdir/usr/share/applications"
45}
46

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