myoso-bin
The package downloads prebuilt binaries and documentation from GitHub releases, which is a common AUR pattern; the source is verifiable via checksums and hosted on an official project repository, posing minimal risk despite low votes and recent upload.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads prebuilt binaries and documentation from GitHub releases, which is a common AUR pattern; the source is verifiable via checksums and hosted on an official project repository, posing minimal risk despite low votes and recent upload.
PKGBUILD
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
_gitauthor=vmargb
_gitname=Myoso
_appname=${_gitname,,}
pkgname=${_appname}-bin
pkgdesc="A spaced-repetition Anki alternative with superpowers"
pkgver=0.5.3
pkgrel=1
_gitversion=v${pkgver}
arch=('x86_64')
_barch=('x86_64-unknown-linux-gnu')
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
url=${_ghurl}
license=('MIT')
provides=("${_appname}")
conflicts=("${pkgname%-bin}")
depends=('glibc' 'libgcc')
options=('!strip')
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
sha256sums=('67d94313167c31d8a3a8ad2818ef98c5b2512035cfa77f7e697bb6ab8c524b1e'
'a4cb9fe432afc1ad1290710b62536121b89035aa00c5074c04a316243e9cc83a')
sha256sums_x86_64=('96c480ac85c86832a7dacba15f41a2f4c8087988ab3faaa112bd8845d61c71e6')
package() {
cd "${srcdir}/" || exit
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 17:33:19 | Low | 2 |