ironcall-bin
maintainer Ironcall
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the project's own official domain (ironcall.dev) which is not on standard hosting but plausibly legitimate; the tarball is checksummed and contains only the project's own binary and assets, posing 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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a source tarball from the project's own official domain (ironcall.dev) which is not on standard hosting but plausibly legitimate; the tarball is checksummed and contains only the project's own binary and assets, posing 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:13
"ironcall-${pkgver}-linux-x86_64.tar.gz::https://ironcall.dev/releases/desktop/${pkgver}/ironcall-${pkgver}-linux-x86_64.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: François Pansera <contact@ironcall.dev>
2
pkgname=ironcall-bin
3
pkgver=0.11.1
4
pkgrel=1
5
pkgdesc="Ironcall - Local-first API client"
6
arch=('x86_64')
7
url="https://ironcall.dev"
8
license=('custom')
9
depends=('webkit2gtk-4.1' 'gtk3' 'libayatana-appindicator')
10
provides=('ironcall')
11
conflicts=('ironcall')
12
source_x86_64=(
13
"ironcall-${pkgver}-linux-x86_64.tar.gz::https://ironcall.dev/releases/desktop/${pkgver}/ironcall-${pkgver}-linux-x86_64.tar.gz"
14
"ironcall.desktop"
15
"ironcall.png"
16
)
17
sha256sums_x86_64=(
18
'4b96e78beb35b162f965be6a612fe123cc776d68656138bfa466dfd26c9a4421'
19
'd02152139e16601f82fad44673b4743262007af55d012e20eb7a004e23027519'
20
'1a0afe0dca9ca6e7cdef7f94b5fe854a55ae0bfa3796e87537647f0983a385ef'
21
)
22
23
package() {
24
install -Dm755 "ironcall-${pkgver}-linux-x86_64/ironcall" "${pkgdir}/usr/bin/ironcall"
25
install -Dm644 "${srcdir}/ironcall.desktop" "${pkgdir}/usr/share/applications/ironcall.desktop"
26
install -Dm644 "${srcdir}/ironcall.png" "${pkgdir}/usr/share/pixmaps/ironcall.png"
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-07-17 00:06+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: François Pansera <contact@ironcall.dev> pkgname=ironcall-bin-pkgver=0.10.0+pkgver=0.11.1 pkgrel=1 pkgdesc="Ironcall - Local-first API client" arch=('x86_64')@@ -15,7 +15,7 @@ "ironcall.png" ) sha256sums_x86_64=(- 'e0aba3ef20278d8e564464f5b1058d15cd6e3e9eb1f9732d332963e0b67fdd6b'+ '4b96e78beb35b162f965be6a612fe123cc776d68656138bfa466dfd26c9a4421' 'd02152139e16601f82fad44673b4743262007af55d012e20eb7a004e23027519' '1a0afe0dca9ca6e7cdef7f94b5fe854a55ae0bfa3796e87537647f0983a385ef' )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 11:54:34 | MEDIUM | 1 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 09:51:03 | MEDIUM | 1 |