ai-toolbox-appimage

LOW
maintainer Owsmyf 0 votes scanned 2026-09-15 09:19:41.533386
View on AUR
Why flagged

The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and the checksums are provided, making it low risk despite the AppImage being a binary blob.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the source is verifiable and the checksums are provided, making it low risk despite the AppImage being a binary blob.

PKGBUILD

1# Maintainer: Maverick <owsmyf@gmail.com>
2
3pkgname=ai-toolbox-appimage
4pkgver=1.1.5
5pkgrel=2
6pkgdesc="AI Toolbox 是一个跨平台桌面应用,旨在帮助开发者高效管理各类 AI 编程助手的配置。"
7arch=('x86_64')
8url="https://github.com/coulsontl/ai-toolbox"
9license=('MIT')
10options=(!strip)
11depends=('fuse2')
12source=(
13 "AI.Toolbox_${pkgver}_amd64.AppImage::https://github.com/coulsontl/ai-toolbox/releases/download/v${pkgver}/AI.Toolbox_${pkgver}_amd64.AppImage"
14 "ai-toolbox.desktop"
15 "ai-toolbox.png"
16)
17sha256sums=(
18 'b09d84f2b177fcb17c62772caecf39327bd32b15e0213b1c8eb3f39731572424'
19 'c46aa7b5143e820fbbaafad346a73a951271728c2e3d8c77d656870ac7b05810'
20 '3866168546a4b43df7c9024fa72dd5fba4c20c3e4372165bc29b525570e1a9e7'
21)
22
23package() {
24 # Install the AppImage.
25 install -Dm755 \
26 "$srcdir/AI.Toolbox_${pkgver}_amd64.AppImage" \
27 "$pkgdir/opt/ai-toolbox-appimage/ai-toolbox.AppImage"
28
29 # Wrapper
30 install -Dm755 /dev/stdin \
31 "$pkgdir/usr/bin/ai-toolbox" <<'EOF'
32#!/bin/sh
33unset LD_PRELOAD
34exec /opt/ai-toolbox-appimage/ai-toolbox.AppImage "$@"
35EOF
36
37 # Install the desktop entry.
38 install -Dm644 \
39 "$srcdir/ai-toolbox.desktop" \
40 "$pkgdir/usr/share/applications/ai-toolbox.desktop"
41
42 install -Dm644 \
43 "$srcdir/ai-toolbox.png" \
44 "$pkgdir/usr/share/icons/hicolor/512x512/apps/ai-toolbox.png"
45}

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 09:19:41 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion