apidog-eu-bin
maintainer rokku
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt AppImage from a non-standard, non-whitelisted host (file-assets.eu.apidog.com), which is used to extract and install the application; while the domain appears related to the project, the use of a prebuilt binary from a non-standard host with no clear upstream verification path constitutes a supply-chain risk.
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:15
"Apidog Europe-${pkgver}.AppImage::https://file-assets.eu.apidog.com/download/${pkgver}/Apidog%20Europe-${pkgver}.AppImage"
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt AppImage from a non-standard, non-whitelisted host (file-assets.eu.apidog.com), which is used to extract and install the application; while the domain appears related to the project, the use of a prebuilt binary from a non-standard host with no clear upstream verification path constitutes a supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
#!/bin/bash
2
# Maintainer: Holger Schramm <dev@strace.it>
3
pkgname=apidog-eu-bin
4
pkgver=2.8.36
5
pkgrel=1
6
pkgdesc="Design. Debug. Test. Document. Mock. Build APIs Faster & Together. (EU Version)"
7
provides=('apidog-eu')
8
conflicts=('apidog')
9
arch=('x86_64')
10
url="https://apidog.com"
11
options=(!strip)
12
license=('custom')
13
depends=(nss libx11 gtk3 libxcb java-runtime alsa-lib lib32-glibc nodejs lib32-gcc-libs libdbusmenu-glib)
14
source_x86_64=(
15
"Apidog Europe-${pkgver}.AppImage::https://file-assets.eu.apidog.com/download/${pkgver}/Apidog%20Europe-${pkgver}.AppImage"
16
"apidog-eu.desktop"
17
)
18
sha256sums_x86_64=('43aa66c1a06c7b97b35feaa05e987ec23e353182f1d86f504d827e38ca0603e1'
19
'a568c806ae77f3e7858c07ab095309bdcc2f87a71a49bad7e853bc140d30dbeb')
20
21
package() {
22
chmod +x "Apidog Europe-${pkgver}.AppImage"
23
./Apidog\ Europe-${pkgver}.AppImage --appimage-extract
24
install -dm755 "${pkgdir}/opt/"
25
26
cp -r "squashfs-root" "${pkgdir}/opt/apidog-eu"
27
chmod -R 755 "${pkgdir}/opt/apidog-eu"
28
29
install -dm755 "${pkgdir}/usr/bin"
30
ln -s "/opt/apidog-eu/apidog" "${pkgdir}/usr/bin/apidog-eu"
31
32
install -D -m644 "apidog-eu.desktop" \
33
"${pkgdir}/usr/share/applications/apidog-eu.desktop"
34
35
install -d -m755 "${pkgdir}/usr/share/icons/hicolor/512x512/apps"
36
cp "${pkgdir}/opt/apidog-eu/apidog-eu.png" \
37
"${pkgdir}/usr/share/icons/hicolor/512x512/apps/apidog-eu.png"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |