eigenwallet-git
The flagged 'external install' via cargo installs development tools (tauri-cli, typeshare-cli, dprint) required to build the project from source, which is a normal part of the build process for Rust projects and does not execute untrusted remote code.
Triggered rules
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 flagged 'external install' via cargo installs development tools (tauri-cli, typeshare-cli, dprint) required to build the project from source, which is a normal part of the build process for Rust projects and does not execute untrusted remote code.
1 higher static finding superseded - not the current verdict (shown for transparency)
alt_pkg_manager_install
A non-pip/npm package manager (pipx, uv, poetry, cargo install, go install, gem, conda…) fetches and builds an external package at build time, outside source=() and makepkg's checksums.
-
PKGBUILD:42
cargo install tauri-cli -
PKGBUILD:43
cargo install typeshare-cli -
PKGBUILD:44
cargo install dprint
PKGBUILD
3 offending line(s) highlighted# Maintainer: 1994 <1994intime@protonmail.com>
pkgname='eigenwallet-git'
pkgver=3.0.0.beta.11.r1.b5574de
pkgrel=1
pkgdesc='λ eigenwallet (previously UnstoppableSwap) is a GUI for trustless cross-chain XMR<>BTC Atomic Swaps.'
license=('GPL-3.0')
arch=('x86_64')
url="https://eigenwallet.org"
conflicts=('eigenwallet-bin' 'unstoppableswap-gui')
depends=('glib2' 'hicolor-icon-theme' 'gtk3' 'webkit2gtk' 'webkit2gtk-4.1' 'unbound')
makedepends=('git' 'base-devel' 'rustup' 'cargo' 'cmake' 'boost' 'libsodium' 'openssl' 'yarn')
options=('!lto') # https://github.com/launchbadge/sqlx/issues/3149
source=("${pkgname}"::"git+https://github.com/eigenwallet/core"
"use_dynamic_libs.patch" "eigenwallet.desktop")
sha256sums=('SKIP'
'9daa328e5dcd5c0e3fa7396f295d2879b216c63888f121ca420b83995f61e2e5'
'b029a65d9d6383843a5db3d985c886cea037ef0b6236ae2bae9df1b90e235125')
pkgver() {
cd "${srcdir}/${pkgname}"
git describe --tags --match '[0-9]*' --abbrev=7 --always | sed -E 's/-([0-9]+)-g([0-9a-fA-F]+)/.r\1.\2/; s/-/./g'
}
export_rust_env() {
export RUSTUP_HOME="${srcdir}/rustup"
export CARGO_HOME="${srcdir}/cargo"
export PATH="$PATH:$CARGO_HOME/bin"
}
prepare() {
cd "${srcdir}/${pkgname}"
git submodule update --init --recursive
git apply "${srcdir}/use_dynamic_libs.patch"
export_rust_env
rustup install --profile minimal stable
# Dependencies from .github/workflows/build-gui-release-binaries.yml
cargo install tauri-cli
cargo install typeshare-cli
cargo install dprint
}
build() {
export_rust_env
cd "${srcdir}/${pkgname}"
cd src-gui
yarn install
cd ..
RUSTFLAGS="-L/usr/lib" cargo tauri build --no-bundle
}
package() {
install -Dm755 "${srcdir}/${pkgname}/target/release/unstoppableswap-gui-rs" "${pkgdir}/usr/bin/unstoppableswap-gui-rs"
install -Dm644 "${srcdir}/${pkgname}/src-tauri/icons/128x128.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/unstoppableswap-gui-rs.png"
install -Dm644 "${srcdir}/${pkgname}/src-tauri/icons/32x32.png" "${pkgdir}/usr/share/icons/hicolor/32x32/apps/unstoppableswap-gui-rs.png"
install -Dm644 "${srcdir}/${pkgname}/src-tauri/icons/128x128@2x.png" "${pkgdir}/usr/share/icons/hicolor/256x256@2/apps/unstoppableswap-gui-rs.png"
install -Dm644 "${srcdir}/eigenwallet.desktop" "${pkgdir}/usr/share/applications/eigenwallet.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |