hiddify-next-git
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
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)
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# Maintainer: irmluity <45vw4yz8g@mozmail.com>
_pkgname=hiddify-next
pkgname=$_pkgname-git
pkgver=1.1.1
pkgrel=1
pkgdesc="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"
arch=(x86_64)
url='https://github.com/hiddify/hiddify-next'
license=('CC-BY-NC-SA-4.0')
depends=('hicolor-icon-theme' 'glibc' 'gcc-libs' 'glib2' 'libayatana-appindicator' 'libdbusmenu-glib' 'libayatana-indicator' 'ayatana-ido')
makedepends=('git' 'mesa' 'cmake' 'clang' 'locate' 'ninja' 'pkg-config' 'gtk3' 'libayatana-common' 'libappindicator-gtk3' 'libappindicator-gtk2' 'fuse3' 'fuse2' 'appstream' 'zsync' 'file' 'patchelf')
optdepends=(
'gnome-shell-extension-appindicator: for system tray icon if you are using Gnome'
)
options=(!strip)
provides=('hiddify')
conflicts=(${_pkgname} ${_pkgname}-bin)
source=(
"git+https://github.com/hiddify/hiddify-next.git"
"https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.4-stable.tar.xz"
"hiddify.desktop"
)
sha256sums=(
"SKIP"
"SKIP"
"SKIP"
)
_install_path="/opt/$_pkgname"
pkgver() {
cd "$srcdir/hiddify-next"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
export PATH="$PATH:${srcdir}/flutter/bin"
cd "${srcdir}/hiddify-next"
flutter precache
dart pub global activate --source git https://github.com/hiddify/flutter_distributor --git-path packages/flutter_distributor
export PATH="$PATH":"$HOME/.pub-cache/bin"
export CHANNEL=dev
flutter config --no-analytics
flutter config --enable-linux-desktop
make linux-prepare
}
build() {
cd "${srcdir}/hiddify-next"
flutter build linux --release
}
package() {
cd "${srcdir}/hiddify-next/build/linux/x64/release/bundle"
find . -type f -exec install -Dm 755 {} "$pkgdir/$_install_path"/{} \;
install -Dm644 data/flutter_assets/assets/images/logo.svg "${pkgdir}/usr/share/pixmaps/hiddify.svg"
install -Dm644 "${srcdir}/hiddify.desktop" "${pkgdir}/usr/share/applications/hiddify.desktop"
install -dm755 "${pkgdir}/usr/bin"
ln -s "/opt/${_pkgname}/hiddify" "${pkgdir}/usr/bin/hiddify"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |