ishell
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:9
source=("$pkgname-$pkgver.zip::https://ishell-down.oss-cn-beijing.aliyuncs.com/ishell_linux_$pkgver.zip")
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): This PKGBUILD downloads a prebuilt binary ZIP from an Aliyun OSS bucket (ishell-down.oss-cn-beijing.aliyuncs.com) — a personal/vendor-controlled object storage bucket rather than an official distribution channel like GitHub releases or a distro mirror. The binary is then installed and symlinked into /usr/bin for execution. The sha256sum provides integrity checking against accidental corruption but does not protect against the bucket owner substituting a malicious binary at the same URL. The host is not a recognized official release infrastructure (no GitHub, no official project CDN with transparent release process), and the package is a closed-source SSH tool with AI features, making the supply-chain risk real: if the OSS bucket is compromised or the owner pushes a malicious update, users execute arbitrary code. This is a textbook medium-severity supply-chain concern: executed binary from an unofficial/personal host with no source transparency.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Tsaitang <tsaitang404@@gmail.com>
pkgname=ishell
pkgver=2.0.5
pkgrel=1
pkgdesc="轻量又高性能的SSH工具IShell:AI加持,快人一步"
arch=('x86_64')
url="https://ishell.cc/"
depends=()
source=("$pkgname-$pkgver.zip::https://ishell-down.oss-cn-beijing.aliyuncs.com/ishell_linux_$pkgver.zip")
sha256sums=('3f98cf9af95200d647ee8f61a885bd800b360254141191f45cf8a0a7660b9215')
package() {
# 定义安装目标路径
install_dir="$pkgdir/usr/share/ishell"
# 创建安装目标路径
mkdir -p "$install_dir"
# 解压软件包到安装目标路径
bsdtar xf "$srcdir/ishell-$pkgver.zip" -C "$install_dir"
# 在安装目标路径创建快捷方式
mkdir -p "$pkgdir/usr/bin"
ln -s "/usr/share/ishell/bundle/ishell" "$pkgdir/usr/bin/ishell"
# 在安装目标路径创建.desktop文件
mkdir -p "$pkgdir/usr/share/applications/"
echo "[Desktop Entry]
Name=ishell
Exec=ishell
Icon=/usr/share/ishell/bundle/data/flutter_assets/static/img/logo.png
Type=Application
Categories=Utility;" > "$pkgdir/usr/share/applications/ishell.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 |