pangolin-desktop-git

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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