hiddify-next-git
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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
4
pkgname=$_pkgname-git
5
pkgver=1.1.1
6
pkgrel=1
7
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"
8
arch=(x86_64)
9
url='https://github.com/hiddify/hiddify-next'
10
license=('CC-BY-NC-SA-4.0')
11
depends=('hicolor-icon-theme' 'glibc' 'gcc-libs' 'glib2' 'libayatana-appindicator' 'libdbusmenu-glib' 'libayatana-indicator' 'ayatana-ido')
12
makedepends=('git' 'mesa' 'cmake' 'clang' 'locate' 'ninja' 'pkg-config' 'gtk3' 'libayatana-common' 'libappindicator-gtk3' 'libappindicator-gtk2' 'fuse3' 'fuse2' 'appstream' 'zsync' 'file' 'patchelf')
13
optdepends=(
14
'gnome-shell-extension-appindicator: for system tray icon if you are using Gnome'
15
)
16
options=(!strip)
17
provides=('hiddify')
18
conflicts=(${_pkgname} ${_pkgname}-bin)
19
source=(
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
)
24
sha256sums=(
25
"SKIP"
26
"SKIP"
27
"SKIP"
28
)
29
_install_path="/opt/$_pkgname"
30
31
pkgver() {
32
cd "$srcdir/hiddify-next"
33
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
34
}
35
36
prepare() {
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
48
build() {
49
cd "${srcdir}/hiddify-next"
50
flutter build linux --release
51
}
52
53
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |