aperant-appimage

maintainer Cleboost · 0 votes · scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the AppImage is not obfuscated and comes from a trusted project source, so the risk is low despite the AppImage being a prebuilt binary.

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 downloads a prebuilt AppImage from the project's official GitHub releases, which is a normal distribution method; the AppImage is not obfuscated and comes from a trusted project source, so the risk is low despite the AppImage being a prebuilt binary.

PKGBUILD

1# Maintainer: Cleboost <clement.balarot@gmail.com>
2# Contributor: missing-aur project <https://github.com/Cleboost/missing-aur>
3
4pkgname=aperant-appimage
5pkgver=2.7.6
6pkgrel=1
7pkgdesc="Autonomous multi-session AI coding (AppImage)"
8url="https://github.com/AndyMik90/Aperant"
9arch=("x86_64")
10depends=("fuse2")
11provides=("aperant" "auto-claude")
12conflicts=("aperant")
13options=("!strip")
14license=("AGPL3")
15
16source=("aperant-appimage-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/Auto-Claude-${pkgver}-linux-x86_64.AppImage" "aperant.png::https://raw.githubusercontent.com/AndyMik90/Aperant/main/apps/frontend/resources/icons/256x256.png" "aperant.desktop::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/aperant/aperant.desktop")
17sha256sums=('21832b15cb6420d56dc57ad2738a76a8ceee15342aac618bc1dc060cffb346e0'
18 '8bcebaf7cfb1997ade68fa8dc18ff8c59c545f7609502d4479abe2713c95bbce'
19 '8f751ed3709c0052b483f138cf67d1e7b0c91112fd5131a8885c0dde8bd40145')
20
21prepare() {
22 chmod +x "${srcdir}/aperant-appimage-${pkgver}.AppImage"
23}
24
25package() {
26 install -Dm755 "${srcdir}/aperant-appimage-${pkgver}.AppImage" "${pkgdir}/opt/aperant-appimage/aperant.AppImage"
27 install -dm755 "${pkgdir}/usr/bin"
28 ln -sf "/opt/aperant-appimage/aperant.AppImage" "${pkgdir}/usr/bin/aperant"
29 ln -sf "/opt/aperant-appimage/aperant.AppImage" "${pkgdir}/usr/bin/auto-claude"
30 install -Dm644 "${srcdir}/aperant.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/aperant.png"
31 install -Dm644 "${srcdir}/aperant.desktop" "${pkgdir}/usr/share/applications/aperant.desktop"
32}
33
34

Scan history

Scanned at (UTC)SeverityRules
2026-08-18 00:03:42 LOW 2
2026-08-17 13:36:23 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