apidog-bin
maintainer alexandrade
· 5 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 host (file-assets.apidog.com) which is not a widely recognized or whitelisted domain, posing a supply-chain risk if the host is compromised or the download is intercepted, despite the presence of a valid checksum.
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:14
"Apidog-${pkgver}.AppImage::https://file-assets.apidog.com/download/${pkgver}/Apidog-${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 host (file-assets.apidog.com) which is not a widely recognized or whitelisted domain, posing a supply-chain risk if the host is compromised or the download is intercepted, despite the presence of a valid checksum.
PKGBUILD
1 offending line(s) highlighted
1
#!/bin/bash
2
# Maintainer: Alexandre Andrade <alex.andrade@alexandrade.me>
3
pkgname=apidog-bin
4
pkgver=2.8.35
5
pkgrel=1
6
pkgdesc="Design. Debug. Test. Document. Mock.Build APIs Faster & Together."
7
provides=('apidog')
8
arch=('x86_64')
9
url="https://apidog.com"
10
options=(!strip)
11
license=('custom')
12
depends=(nss libx11 gtk3 libxcb java-runtime alsa-lib lib32-glibc nodejs lib32-gcc-libs libdbusmenu-glib)
13
source_x86_64=(
14
"Apidog-${pkgver}.AppImage::https://file-assets.apidog.com/download/${pkgver}/Apidog-${pkgver}.AppImage"
15
"apidog.desktop"
16
)
17
18
package() {
19
# Application
20
chmod +x Apidog-${pkgver}.AppImage
21
./Apidog-${pkgver}.AppImage --appimage-extract
22
install -dm755 "${pkgdir}/opt/"
23
cp -r "squashfs-root" "${pkgdir}/opt/apidog"
24
chmod -R 755 "${pkgdir}/opt/apidog"
25
26
install -dm755 "${pkgdir}/usr/bin"
27
ln -s "/opt/apidog/apidog" "${pkgdir}/usr/bin/apidog"
28
29
# Desktop file
30
install -D -m644 "apidog.desktop" \
31
"${pkgdir}/usr/share/applications/apidog.desktop"
32
33
# Icon
34
install -d -m755 "${pkgdir}/usr/share/icons/hicolor/512x512/apps"
35
cp "${pkgdir}/opt/apidog/apidog.png" \
36
"${pkgdir}/usr/share/icons/hicolor/512x512/apps/apidog.png"
37
}
38
39
sha256sums_x86_64=('839f9f30ff31bde1f371b531d9ea1893746977b3654308ab4a0c1fea7e2be8cc'
40
'df7ead28acf1b9ed171b08c4db34efbe0d1689bce594ccc68408e75af9cb8bc5')
41
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 |