mochi-recorder-appimage
maintainer Cleboost
· 1 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
The package is a simple AppImage wrapper from the project's official GitHub repository, with no obfuscated code or remote execution; the AppImage is checksummed and hosted on the project's own release infrastructure, making supply-chain risk low despite the untrusted host static warning.
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 is a simple AppImage wrapper from the project's official GitHub repository, with no obfuscated code or remote execution; the AppImage is checksummed and hosted on the project's own release infrastructure, making supply-chain risk low despite the untrusted host static warning.
PKGBUILD
1
# Maintainer: Cleboost <clement.balarot@gmail.com>
2
# Contributor: missing-aur project <https://github.com/Cleboost/missing-aur>
3
4
pkgname=mochi-recorder-appimage
5
pkgver=1.0.22
6
pkgrel=1
7
pkgdesc="A modern Linux screen recorder with smooth animations like Screen Studio (AppImage)"
8
url="https://github.com/4ndreello/mochi-recorder"
9
arch=("x86_64")
10
depends=("fuse2")
11
options=("!strip")
12
license=("MIT")
13
14
source=("mochi-recorder-appimage-${pkgver}.AppImage::${url}/releases/download/v${pkgver}/Mochi-${pkgver}.AppImage" "mochi-recorder.png::https://raw.githubusercontent.com/4ndreello/mochi-recorder/main/src/renderer/assets/icon.png")
15
sha256sums=('76228675aae35065c09dc000b9a2e4654669fae0ae3ea2b811354147d42a22cd'
16
'dee91a144d48a379ec9e6864f3fa4d515f138fe0d33fa65cf2a1fbe2fe1decd7')
17
18
prepare() {
19
chmod +x "${srcdir}/mochi-recorder-appimage-${pkgver}.AppImage"
20
}
21
22
package() {
23
install -Dm755 "${srcdir}/mochi-recorder-appimage-${pkgver}.AppImage" "${pkgdir}/opt/mochi-recorder-appimage/mochi.AppImage"
24
install -dm755 "${pkgdir}/usr/bin"
25
ln -sf "/opt/mochi-recorder-appimage/mochi.AppImage" "${pkgdir}/usr/bin/mochi"
26
install -Dm644 "${srcdir}/mochi-recorder.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/mochi-recorder.png"
27
install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/mochi-recorder.desktop" << 'EOF'
28
[Desktop Entry]
29
Name=Mochi
30
Comment=A modern Linux screen recorder with smooth animations like Screen Studio
31
Exec=mochi
32
Icon=mochi-recorder
33
Terminal=false
34
Type=Application
35
Categories=AudioVideo;Recorder;Utility;
36
EOF
37
}
38
39
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 |
| 2026-08-12 00:27:08 | LOW | 2 |
| 2026-08-11 19:21:46 | LOW | 2 |