eitaa-bin
Triggered rules
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
"Eitaa-linux-$pkgver.tar.xz::https://eitaa.com/app/desktop/linux"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The PKGBUILD downloads a prebuilt binary tarball directly from eitaa.com (an Iranian messaging platform) and installs it as an executable. While eitaa.com is the official vendor site for this app, the binary is not built from source, meaning users must fully trust the vendor's distribution infrastructure. The sha256sum provides integrity against tampering in transit but not against a malicious upstream binary. This is a classic 'binary blob from vendor' pattern — common in AUR (e.g., google-chrome, discord, zoom) but those are from well-known major vendors with established security practices. Eitaa is a lesser-known platform, but it is the official upstream vendor for this app, so this is not an 'unofficial or personal host' scenario. The risk is the standard prebuilt-binary supply-chain concern: if eitaa.com serves a malicious binary, users are compromised. This warrants medium severity — it's a real concern but not evidence of active malice.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Ased Mammad <mammad.ased@gmail.com>
# Maintainer: Mahdi Mirzadeh <mahdi@mirzadeh.pro>
pkgname=eitaa-bin
pkgver=4.3.3
pkgrel=2
license=('Custom')
pkgdesc="Official Desktop version of Eitaa messaging app - Static binaries"
depends=()
makedepends=()
provides=('Eitaa')
arch=('x86_64')
url="https://eitaa.com"
source=(
"Eitaa-linux-$pkgver.tar.xz::https://eitaa.com/app/desktop/linux"
"com.eitaa.desktop"
"eitaa.svg"
)
sha256sums=(
'7e6920381c385758e6de1a49157a600c0c71d12b370eeb338389a3a946802eb4'
'6bf04092a60ef81317d53258ea9def8a096d6e066ef8922ed9233c2e91a5d93a'
'9bbf5bb323260eefdd85082ef45a2174252601ae910bd3b26f7f0b3c1bfa6e14'
)
package() {
install -Dm755 -t "${pkgdir}/usr/bin" \
./Eitaa
install -Dm644 -t "${pkgdir}/usr/share/icons" \
./eitaa.svg
install -Dm644 -t "${pkgdir}/usr/share/applications" \
./com.eitaa.desktop
}
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 |