hiddify-next-git

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

The package builds from a legitimate project Git repository and downloads Flutter SDK from Google's official release infrastructure; the non-whitelisted host is a standard Google Cloud bucket for public Flutter releases, not a personal or untrusted host, and the downloaded SDK is a common build dependency, not an executable payload.

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 package builds from a legitimate project Git repository and downloads Flutter SDK from Google's official release infrastructure; the non-whitelisted host is a standard Google Cloud bucket for public Flutter releases, not a personal or untrusted host, and the downloaded SDK is a common build dependency, not an executable payload.

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

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: irmluity <45vw4yz8g@mozmail.com>
2
3_pkgname=hiddify-next
4pkgname=$_pkgname-git
5pkgver=1.1.1
6pkgrel=1
7pkgdesc="Multi-platform auto-proxy client, supporting Sing-box, X-ray, TUIC, Hysteria, Reality, Trojan, SSH etc. It’s an open-source, secure and ad-free"
8arch=(x86_64)
9url='https://github.com/hiddify/hiddify-next'
10license=('CC-BY-NC-SA-4.0')
11depends=('hicolor-icon-theme' 'glibc' 'gcc-libs' 'glib2' 'libayatana-appindicator' 'libdbusmenu-glib' 'libayatana-indicator' 'ayatana-ido')
12makedepends=('git' 'mesa' 'cmake' 'clang' 'locate' 'ninja' 'pkg-config' 'gtk3' 'libayatana-common' 'libappindicator-gtk3' 'libappindicator-gtk2' 'fuse3' 'fuse2' 'appstream' 'zsync' 'file' 'patchelf')
13optdepends=(
14 'gnome-shell-extension-appindicator: for system tray icon if you are using Gnome'
15)
16options=(!strip)
17provides=('hiddify')
18conflicts=(${_pkgname} ${_pkgname}-bin)
19source=(
20 "git+https://github.com/hiddify/hiddify-next.git"
21 "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.4-stable.tar.xz"
22 "hiddify.desktop"
23)
24sha256sums=(
25 "SKIP"
26 "SKIP"
27 "SKIP"
28)
29_install_path="/opt/$_pkgname"
30
31pkgver() {
32 cd "$srcdir/hiddify-next"
33 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
34}
35
36prepare() {
37 export PATH="$PATH:${srcdir}/flutter/bin"
38 cd "${srcdir}/hiddify-next"
39 flutter precache
40 dart pub global activate --source git https://github.com/hiddify/flutter_distributor --git-path packages/flutter_distributor
41 export PATH="$PATH":"$HOME/.pub-cache/bin"
42 export CHANNEL=dev
43 flutter config --no-analytics
44 flutter config --enable-linux-desktop
45 make linux-prepare
46}
47
48build() {
49 cd "${srcdir}/hiddify-next"
50 flutter build linux --release
51}
52
53package() {
54 cd "${srcdir}/hiddify-next/build/linux/x64/release/bundle"
55 find . -type f -exec install -Dm 755 {} "$pkgdir/$_install_path"/{} \;
56 install -Dm644 data/flutter_assets/assets/images/logo.svg "${pkgdir}/usr/share/pixmaps/hiddify.svg"
57 install -Dm644 "${srcdir}/hiddify.desktop" "${pkgdir}/usr/share/applications/hiddify.desktop"
58 install -dm755 "${pkgdir}/usr/bin"
59 ln -s "/opt/${_pkgname}/hiddify" "${pkgdir}/usr/bin/hiddify"
60}
61

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