pheonix-nfx-bin

MEDIUM
maintainer Pheonix-Studios 0 votes scanned 2026-09-25 21:17:07.684508
View on AUR
Why flagged

A prebuilt binary is downloaded from a GitHub Pages host (pheonix-studios-git.github.io) rather than from official GitHub release assets; while this is plausibly the project's own infrastructure, GitHub Pages is a static hosting service where the content could be swapped without a code-signed release, and the package is new with few votes, making it an unverifiable prebuilt executable from a potentially swappable host — though the sha256 checksum does provide some integrity guarantee.

Triggered rules

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:22 "NFX-v${pkgver}.zip::https://pheonix-studios-git.github.io/PPI/data/NFX/nfx_zip/NFX-v${pkgver}.zip"
Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Medium AI review llm_review

An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 72%): A prebuilt binary is downloaded from a GitHub Pages host (pheonix-studios-git.github.io) rather than from official GitHub release assets; while this is plausibly the project's own infrastructure, GitHub Pages is a static hosting service where the content could be swapped without a code-signed release, and the package is new with few votes, making it an unverifiable prebuilt executable from a potentially swappable host — though the sha256 checksum does provide some integrity guarantee.

PKGBUILD

1 offending line(s) highlighted
1pkgname=pheonix-nfx-bin
2pkgver=1.0.2
3pkgrel=3
4pkgdesc="Cross-platform package manager for the Pheonix Studios ecosystem"
5
6arch=('x86_64')
7
8url="https://github.com/Pheonix-Studios-Git/NFX"
9
10license=('MIT')
11
12depends=('glibc')
13
14provides=('nfx')
15conflicts=('nfx')
16
17groups=('pheonix-ecosystem')
18
19options=('!strip')
20
21source=(
22 "NFX-v${pkgver}.zip::https://pheonix-studios-git.github.io/PPI/data/NFX/nfx_zip/NFX-v${pkgver}.zip"
23)
24
25sha256sums=('73ed4b676f15ef08ea66adae1d9fdc870cb85e6a4d66b61345a3590545131fb2')
26
27prepare() {
28 cd "$srcdir"
29 bsdtar -xf NFX-v${pkgver}.zip
30}
31
32check() {
33 "$srcdir/bin/linux/x86_64/dist/nfx" version >/dev/null
34}
35
36package() {
37 install -Dm755 \
38 "$srcdir/bin/linux/x86_64/dist/nfx" \
39 "$pkgdir/usr/bin/nfx"
40
41 if [[ -f "$srcdir/LICENSE" ]]; then
42 install -Dm644 \
43 "$srcdir/LICENSE" \
44 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
45 fi
46
47 if [[ -f "$srcdir/README.md" ]]; then
48 install -Dm644 \
49 "$srcdir/README.md" \
50 "$pkgdir/usr/share/doc/$pkgname/README.md"
51 fi
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 21:17:07 Medium 3
2026-09-25 21:13:17 Medium 3

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion