eiffelstudio-bin
maintainer jonhermansen
· 9 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a prebuilt binary tarball from the official eiffel.com domain, which is the project's vendor; despite the static analyzer flag for a non-standard host, this is a legitimate and expected source for a -bin package.
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 source is a prebuilt binary tarball from the official eiffel.com domain, which is the project's vendor; despite the static analyzer flag for a non-standard host, this is a legitimate and expected source for a -bin package.
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:19
"https://www.eiffel.com/cdn/EiffelStudio/${_major}.${_minor}/${_build}/Eiffel_${_major}.${_minor}_rev_${_build}-linux-x86-64.tar.bz2"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: ntruessel <nicolas+arch@ntruessel.ch>
2
# Contributor: Domenico Iezzi <domenico.iezzi.201@gmail.com>
3
4
pkgname=eiffelstudio-bin
5
_major=25
6
_minor=02
7
_build=98732
8
pkgver=${_major}.${_minor}.${_build}
9
pkgrel=4
10
pkgdesc="IDE for the Eiffel programming language (opensource edition)"
11
arch=("x86_64")
12
url="https://www.eiffel.org/downloads"
13
license=("GPL")
14
depends=("gtk2" "libxtst" "gcc")
15
provides=("eiffelstudio")
16
conflicts=("eiffelstudio")
17
options=("staticlibs")
18
source=("eiffel-studio.profile"
19
"https://www.eiffel.com/cdn/EiffelStudio/${_major}.${_minor}/${_build}/Eiffel_${_major}.${_minor}_rev_${_build}-linux-x86-64.tar.bz2"
20
"eiffel-studio.desktop")
21
sha256sums=('3660f50b6900cecc22e79913d502a641a3355b9353bdf4b97185e6be100bb59a'
22
'7bbdf0e00459f26a1a24f60a73c392df81f9ac2b990621492da51803dec879ff'
23
'bee49bd0a0fc335e32881918ff5374e4b1b9ecac32f72943f0256ee26e80345f')
24
25
prepare() {
26
# remove windows files and folders
27
find "${srcdir}/Eiffel_${_major}.${_minor}" -name "msc*" -type d -exec rm -rf {} +
28
find "${srcdir}/Eiffel_${_major}.${_minor}" -name "*.dll" -type f -exec rm -rf {} +
29
}
30
31
package() {
32
install -dm755 "${pkgdir}/opt"
33
cp -a "${srcdir}/Eiffel_${_major}.${_minor}/" "${pkgdir}/opt/eiffel-studio"
34
35
sed -i 's/@ARCH@/linux-x86-64/g' "${srcdir}/eiffel-studio.profile"
36
37
install -Dm755 "${srcdir}/eiffel-studio.profile" "${pkgdir}/etc/profile.d/eiffel-studio.sh"
38
install -Dm644 "${srcdir}/Eiffel_${_major}.${_minor}/studio/bitmaps/png/estudio.png" "${pkgdir}/usr/share/icons/hicolor/48x48/apps/eiffel-studio.png"
39
install -Dm644 "${srcdir}/eiffel-studio.desktop" "${pkgdir}/usr/share/applications/eiffel-studio.desktop"
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 |