fiddler-appimage
maintainer alstruit
· 43 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 download domain (downloads.getfiddler.com), which is plausibly part of the project's own infrastructure; despite the non-whitelisted host, the source is verifiable and the AppImage is a standard delivery format for the application, not an obfuscated or untrusted 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 downloads a prebuilt AppImage from the official vendor's download domain (downloads.getfiddler.com), which is plausibly part of the project's own infrastructure; despite the non-whitelisted host, the source is verifiable and the AppImage is a standard delivery format for the application, not an obfuscated or untrusted 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:16
source=("${_appimage}::https://downloads.getfiddler.com/linux/${_pkgname}-${pkgver}.AppImage" "fiddler.sh")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: alstruit <alsturit at gmail.com>
2
# Contributor: Jake <ja.ke@posteo.de>
3
# Contributor: Vincent van Donselaar <vincent@van-donselaar.nl>
4
5
_pkgname=fiddler-everywhere
6
_pkgname2=fiddler
7
pkgname=fiddler-appimage
8
pkgver=7.8.0
9
pkgrel=1
10
pkgdesc="The free web debugging proxy by Telerik"
11
arch=('x86_64')
12
url="https://www.telerik.com/fiddler"
13
license=('custom')
14
makedepends=('zlib' 'fuse2')
15
_appimage="${pkgname}-${pkgver}.AppImage"
16
source=("${_appimage}::https://downloads.getfiddler.com/linux/${_pkgname}-${pkgver}.AppImage" "fiddler.sh")
17
noextract=("${_appimage}")
18
sha256sums=('e2855f4ac34a3560057754776150aae6c229a253ed1cc23d2ec4c0cbf8911629'
19
'6cd281632814cba5d51c29e8a67d4920498c6e99b31709aa94cf5f83000db7c0')
20
conflicts=('fiddler-everywhere')
21
options=(!strip)
22
23
24
prepare() {
25
chmod +x "${_appimage}"
26
./"${_appimage}" --appimage-extract
27
}
28
29
build() {
30
# Adjust .desktop so it will work outside of AppImage container
31
sed -i -E "s|Exec=AppRun|Exec=env DESKTOPINTEGRATION=false /usr/bin/${_pkgname}|"\
32
"squashfs-root/${_pkgname}.desktop"
33
# Fix permissions; .AppImage permissions are 700 for all directories
34
chmod -R a-x+rX squashfs-root/usr
35
}
36
37
package() {
38
# AppImage
39
install -Dm755 "${srcdir}/${_appimage}" "${pkgdir}/opt/${pkgname}/${_pkgname2}.AppImage"
40
install -Dm644 "${srcdir}/squashfs-root/LICENSE.txt" "${pkgdir}/opt/${pkgname}/LICENSE"
41
42
# Desktop file
43
install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop"\
44
"${pkgdir}/usr/share/applications/${_pkgname2}.desktop"
45
46
# Icon images
47
install -dm755 "${pkgdir}/usr/share/"
48
cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
49
50
# Symlink wrapper to run on terminal.
51
install -dm755 "${pkgdir}/usr/bin"
52
install -m755 "../fiddler.sh" "${pkgdir}/usr/bin/${_pkgname2}"
53
54
# Symlink license
55
install -dm755 "${pkgdir}/usr/share/licenses/${_pkgname2}/"
56
ln -s "/opt/$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$_pkgname2"
57
}
58
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 |