accomplish-appimage
maintainer ark3us
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
LOW
AI review downgraded a static finding
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)
MEDIUM
source=() URL on a non-standard host
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) highlighted
1
pkgname=accomplish-appimage
2
_pkgname=Accomplish
3
pkgver=0.4.14
4
pkgrel=1
5
pkgdesc='Open source AI desktop agent repackaged from the upstream AppImage release'
6
arch=('x86_64')
7
url='https://github.com/accomplish-ai/accomplish'
8
license=('MIT')
9
depends=()
10
options=(!strip)
11
source=(
12
"${_pkgname}-${pkgver}-linux-x86_64.AppImage::https://downloads.accomplish.ai/downloads/${pkgver}/linux/Accomplish-${pkgver}-linux-x86_64.AppImage"
13
'accomplish.desktop'
14
'LICENSE-MIT.txt'
15
'accomplish.png::https://raw.githubusercontent.com/accomplish-ai/accomplish/main/apps/desktop/resources/icon.png'
16
)
17
sha256sums=('86cbc8856b188d22944cc3d293a6d439c5e2e4eb7194a327ca414e94ec34c296'
18
'88049656bc62ce4edbd620f14f22bc28d9765f0dc29109c09d8c6d4ec2c74f8d'
19
'931db2c39420be9c6b3fa63d4faa1d60fa75449550cdaa0e1d07f847f46c7cc2'
20
'3e482265871c432bd2be56c2a20b9b9a5ca6062b3b37f8b1989464d6eb16fd97')
21
22
package() {
23
install -d "${pkgdir}/opt/${pkgname}"
24
install -Dm755 \
25
"${srcdir}/${_pkgname}-${pkgver}-linux-x86_64.AppImage" \
26
"${pkgdir}/opt/${pkgname}/accomplish.AppImage"
27
28
install -d "${pkgdir}/usr/bin"
29
cat > "${pkgdir}/usr/bin/accomplish" <<'WRAPPER'
30
#!/bin/sh
31
exec /opt/accomplish-appimage/accomplish.AppImage "$@"
32
WRAPPER
33
chmod 755 "${pkgdir}/usr/bin/accomplish"
34
35
install -Dm644 "${srcdir}/accomplish.desktop" "${pkgdir}/usr/share/applications/accomplish.desktop"
36
install -Dm644 "${srcdir}/accomplish.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/accomplish.png"
37
install -Dm644 "${srcdir}/LICENSE-MIT.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |