ipfs-desktop-electron-bin
The package installs a prebuilt Electron binary from GitHub releases without code access, posing a supply-chain risk if the source were compromised, though it links to system dependencies and uses official project infrastructure.
Triggered rules
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The package installs a prebuilt Electron binary from GitHub releases without code access, posing a supply-chain risk if the source were compromised, though it links to system dependencies and uses official project infrastructure.
PKGBUILD
# Maintainer: Asuka Minato <i at asukaminato dot eu dot org>
pkgname=ipfs-desktop-electron-bin
pkgver=0.46.0
pkgrel=1
pkgdesc="An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux."
arch=(x86_64 aarch64)
url="https://ipfs.tech/"
license=('MIT')
depends=(electron bash hicolor-icon-theme go-ipfs)
source=("https://github.com/ipfs-shipyard/ipfs-desktop/releases/download/v${pkgver}/ipfs-desktop-${pkgver}-linux-amd64.deb"
https://raw.githubusercontent.com/ipfs/ipfs-desktop/main/LICENSE
)
sha256sums=('1e8b1a339fea7db89ea298eb1d175ce814df6ced665823d2de81265477ba1610'
'12987594680fa07203d37f691267bfea6eafc5e8b441f3c9ac7afcbda09c92ef')
options=(!emptydirs)
package() {
bsdtar -xvpf data.tar.* -C "$pkgdir"
find $pkgdir/opt -type f -not -path "*/resources/*" -delete
find $pkgdir -type f -name "ipfs" -path "*/app.asar.unpacked/*" -print -exec ln -sf /usr/bin/ipfs {} \;
printf '#!/bin/bash
set -eux -o pipefail
exec electron "/opt/IPFS Desktop/resources/app.asar" "$@"
' | install -vDm755 /dev/stdin "${pkgdir}/opt/IPFS Desktop/ipfs-desktop"
install -vDm644 $srcdir/LICENSE -t $pkgdir/usr/share/licenses/$pkgname/
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 15:12:20 | Medium | 2 |
| 2026-06-18 16:11:54 | Clean | 0 |