apifox

maintainer hr567 · 9 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage from the official vendor's domain (apifox.com), which is a standard distribution method for the application; despite the host not being on a whitelist, it is plausibly the project's own infrastructure, and the checksum is verified, making this a legitimate and safe source.

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 downloads a prebuilt AppImage from the official vendor's domain (apifox.com), which is a standard distribution method for the application; despite the host not being on a whitelist, it is plausibly the project's own infrastructure, and the checksum is verified, making this a legitimate and safe source.

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:13 "${pkgname}-v${pkgver}.zip::https://file-assets.apifox.com/download/Apifox-linux-latest.zip"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: hr567 <hr567@hr567.me>
2# Maintainer: HaroldLoui <Riven970309@gmail.com>
3# Contributor: witt <1989161762 at qq dot com>
4pkgname=apifox
5pkgver=2.8.0
6pkgrel=1
7pkgdesc="API 文档、API 调试、API Mock、API 自动化测试"
8arch=("x86_64")
9url="https://www.apifox.com/"
10license=('custom')
11depends=('c-ares' 'ffmpeg' 'gtk3' 'libevent' 'libxslt' 'minizip' 'nss' 're2' 'snappy' 'fuse2')
12source=(
13 "${pkgname}-v${pkgver}.zip::https://file-assets.apifox.com/download/Apifox-linux-latest.zip"
14 "apifox.desktop"
15 "apifox.svg")
16sha256sums=('9dfc9f7d2938c7c9d70f02be6d7aa80e633769937c635bd2c79be3b73e0f6403'
17 'e89d2d53ce221c59436b7f1f9e4e9c0f2ccf6f55597df2fd16c419c8de5360a9'
18 '48dbd5c9727e568c3f19b45d36851eed15fa875a0ca40e83ec35d4e30ecd350d')
19options=(!strip)
20
21prepare(){
22 ./Apifox.AppImage --appimage-extract > /dev/null;
23}
24
25pkgver() {
26 grep -oP '"version": "\K[^"]+' squashfs-root/resources/app.asar.unpacked/package.json;
27}
28
29package() {
30 install -Dm755 "${srcdir}/Apifox.AppImage" "${pkgdir}/opt/apifox/Apifox.AppImage"
31 install -Dm644 "${srcdir}/apifox.desktop" "${pkgdir}/usr/share/applications/apifox.desktop"
32 # install -Dm644 "${srcdir}/apifox.svg" "${pkgdir}/usr/share/icons/apifox.svg"
33 install -Dm644 "${srcdir}/apifox.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/apifox.svg"
34
35 mkdir -p "${pkgdir}/usr/bin"
36 ln -sf "${pkgdir}/opt/apifox/Apifox.AppImage" "${pkgdir}/usr/bin"
37}
38

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