cydia-impactor
maintainer 0x9fff00
· 12 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from saurik.com, the official project maintainer's domain, which is not on the standard whitelist but is the legitimate source for Cydia Impactor; while the host is non-standard, it is project-owned, and the downloaded files are consistent with the software's distribution model, resulting in low risk.
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 prebuilt binaries from saurik.com, the official project maintainer's domain, which is not on the standard whitelist but is the legitimate source for Cydia Impactor; while the host is non-standard, it is project-owned, and the downloaded files are consistent with the software's distribution model, resulting in low risk.
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=("https://cache.saurik.com/impactor/mac/${_name}_$pkgver.dmg")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: 0x9fff00 <0x9fff00+git@protonmail.ch>
2
# Contributor: dylan araps <dylan.araps@gmail.com>
3
# Contributor: mitts <mittens2001@opmbx.org>
4
5
_name=Impactor
6
pkgname=cydia-impactor
7
pkgver=0.9.56
8
pkgrel=1
9
pkgdesc='A GUI tool for working with mobile devices'
10
arch=('i686' 'x86_64')
11
url='http://www.cydiaimpactor.com'
12
license=('unknown')
13
depends=('atk' 'cairo' 'fontconfig' 'freetype2' 'gdk-pixbuf2' 'glib2' 'gtk2' 'hicolor-icon-theme' 'libsm' 'libudev0-shim' 'libx11' 'ncurses5-compat-libs' 'pango')
14
makedepends=('gendesk' 'libicns' 'p7zip')
15
optdepends=('usbmuxd: for connecting to iOS devices')
16
source=("https://cache.saurik.com/impactor/mac/${_name}_$pkgver.dmg")
17
source_i686=("https://cache.saurik.com/impactor/l32/${_name}32_$pkgver.tgz")
18
source_x86_64=("https://cache.saurik.com/impactor/l64/${_name}64_$pkgver.tgz")
19
sha256sums=('e73c88bb617462fb997821d2db7e7c50936af59bc790523805eeed6517249841')
20
sha256sums_i686=('e89350dba5e6b4f3165ab18f5328cd1a36b4e3ff9df55484f11fe10eed3cae29')
21
sha256sums_x86_64=('29f820217a13bc5deb087e81860229dccf4ba812d05d8f8cfa62e95ae14c09fe')
22
23
build() {
24
gendesk -f -n --pkgname $_name --pkgdesc "$pkgdesc" --name 'Cydia Impactor' --categories 'Utility'
25
7z e -y ${_name}_$pkgver.dmg $_name/$_name.app/Contents/Resources/$_name.icns || true
26
icns2png -x $_name.icns
27
}
28
29
package() {
30
install -d "$pkgdir/opt/$pkgname" "$pkgdir/usr/bin"
31
install -Dm755 -t "$pkgdir/opt/$pkgname" $_name
32
ln -s /opt/$pkgname/$_name "$pkgdir/usr/bin/$_name"
33
install -Dm644 -t "$pkgdir/opt/$pkgname" $_name.{dat,pem}
34
install -Dm755 -t "$pkgdir/usr/lib" $_name.so
35
install -Dm644 -t "$pkgdir/usr/share/applications" "$_name.desktop"
36
37
for size in 256 512 1024; do
38
install -Dm644 "${_name}_${size}x${size}x32.png" "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/$_name.png"
39
done
40
}
41
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 |