accomplish-appimage
The package repackages a legitimate AppImage from the project's official domain (downloads.accomplish.ai), which is not on standard whitelists but plausibly owned by the project; the AppImage is checksummed and no malicious behavior is present.
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 package repackages a legitimate AppImage from the project's official domain (downloads.accomplish.ai), which is not on standard whitelists but plausibly owned by the project; the AppImage is checksummed and no malicious behavior is present.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:12
"${_pkgname}-${pkgver}-linux-x86_64.AppImage::https://downloads.accomplish.ai/downloads/${pkgver}/linux/Accomplish-${pkgver}-linux-x86_64.AppImage"
PKGBUILD
1 offending line(s) highlightedpkgname=accomplish-appimage
_pkgname=Accomplish
pkgver=0.4.14
pkgrel=1
pkgdesc='Open source AI desktop agent repackaged from the upstream AppImage release'
arch=('x86_64')
url='https://github.com/accomplish-ai/accomplish'
license=('MIT')
depends=()
options=(!strip)
source=(
"${_pkgname}-${pkgver}-linux-x86_64.AppImage::https://downloads.accomplish.ai/downloads/${pkgver}/linux/Accomplish-${pkgver}-linux-x86_64.AppImage"
'accomplish.desktop'
'LICENSE-MIT.txt'
'accomplish.png::https://raw.githubusercontent.com/accomplish-ai/accomplish/main/apps/desktop/resources/icon.png'
)
sha256sums=('86cbc8856b188d22944cc3d293a6d439c5e2e4eb7194a327ca414e94ec34c296'
'88049656bc62ce4edbd620f14f22bc28d9765f0dc29109c09d8c6d4ec2c74f8d'
'931db2c39420be9c6b3fa63d4faa1d60fa75449550cdaa0e1d07f847f46c7cc2'
'3e482265871c432bd2be56c2a20b9b9a5ca6062b3b37f8b1989464d6eb16fd97')
package() {
install -d "${pkgdir}/opt/${pkgname}"
install -Dm755 \
"${srcdir}/${_pkgname}-${pkgver}-linux-x86_64.AppImage" \
"${pkgdir}/opt/${pkgname}/accomplish.AppImage"
install -d "${pkgdir}/usr/bin"
cat > "${pkgdir}/usr/bin/accomplish" <<'WRAPPER'
#!/bin/sh
exec /opt/accomplish-appimage/accomplish.AppImage "$@"
WRAPPER
chmod 755 "${pkgdir}/usr/bin/accomplish"
install -Dm644 "${srcdir}/accomplish.desktop" "${pkgdir}/usr/share/applications/accomplish.desktop"
install -Dm644 "${srcdir}/accomplish.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/accomplish.png"
install -Dm644 "${srcdir}/LICENSE-MIT.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
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 |