otterly-appimage
maintainer Cleboost
· 1 votes
· scanned 2026-08-18 00:03:42.021799
LOW
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 via checksum and poses no additional supply-chain risk beyond typical AUR packages.
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 via checksum and poses no additional supply-chain risk beyond typical AUR packages.
PKGBUILD
1
# Maintainer: Cleboost <clement.balarot@gmail.com>
2
# Contributor: missing-aur project <https://github.com/Cleboost/missing-aur>
3
4
pkgname=otterly-appimage
5
pkgver=0.3.0
6
pkgrel=1
7
pkgdesc="Local-first, privacy-focused WYSIWYG Markdown vault with full-text search, wiki-links, and a rich editor (AppImage)"
8
url="https://github.com/ajkdrag/otterly"
9
arch=("x86_64")
10
depends=("fuse2")
11
options=("!strip")
12
license=("MIT")
13
14
source=("otterly-appimage-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/otterly_${pkgver}_amd64.AppImage" "otterly.png::https://raw.githubusercontent.com/ajkdrag/otterly/main/src-tauri/icons/128x128@2x.png" "otterly.desktop::https://raw.githubusercontent.com/Cleboost/missing-aur/main/packages/otterly/otterly.desktop")
15
sha256sums=('d69efce38eb4e37d89c51110b8e0afc27100c2c4250347c7299ff03b29c76601'
16
'00ada879ef2bce9a4cda5af2e1991ee0629d80633cedcc5a4192c504824263be'
17
'a5511166a03249bd60b86e95277073bdd0fb9143fad9308352a4786d8dfab416')
18
19
prepare() {
20
chmod +x "${srcdir}/otterly-appimage-${pkgver}.AppImage"
21
}
22
23
package() {
24
install -Dm755 "${srcdir}/otterly-appimage-${pkgver}.AppImage" "${pkgdir}/opt/otterly-appimage/otterly.AppImage"
25
install -dm755 "${pkgdir}/usr/bin"
26
ln -sf "/opt/otterly-appimage/otterly.AppImage" "${pkgdir}/usr/bin/otterly"
27
install -Dm644 "${srcdir}/otterly.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/otterly.png"
28
install -Dm644 "${srcdir}/otterly.desktop" "${pkgdir}/usr/share/applications/otterly.desktop"
29
}
30
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 13:23:33 | LOW | 2 |