reinamanager
Package builds from source hosted on the project's own GitHub repository, uses standard build流程 with pnpm and cargo, and disables auto-updates; the only concern is a low-activity project with few votes, but no malicious or unverifiable remote code execution.
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%): Package builds from source hosted on the project's own GitHub repository, uses standard build流程 with pnpm and cargo, and disables auto-updates; the only concern is a low-activity project with few votes, but no malicious or unverifiable remote code execution.
PKGBUILD
# Maintainer: ycna07 <aozakitouko at foxmail dot com>
pkgname=reinamanager
_pkgname=ReinaManager
pkgver=0.29.1
pkgrel=1
pkgdesc="A lightweight galgame/visual-novel manager,Under development..."
arch=('x86_64' 'aarch64')
url="https://github.com/huoshen80/ReinaManager"
license=('AGPL-3.0-only')
depends=('openssl' 'libxcb' 'libsoup3' 'dbus' 'cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'webkit2gtk-4.1')
makedepends=(
'rustup'
)
provides=("${pkgname}")
conflicts=("${pkgname}-bin" "${pkgname}-git")
options=('!lto' '!strip' '!emptydirs')
source=("${url}/archive/refs/tags/v${pkgver}.zip")
sha256sums=('ce63ebf015cb2f749bb4d4ee2e833ef9a1dce8234f4ec8db6d3f298890ba86e5')
prepare(){
cd "$srcdir/${_pkgname}-${pkgver}"
pnpm install --frozen-lockfile
# export CARGO_HOME="${srcdir}/${_pkgname}/.cargo" # Download all to src directory, not in ~/.cargo
cd src-tauri
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build(){
cd "$srcdir/${_pkgname}-${pkgver}"
# disable auto update
sed -i '/"createUpdaterArtifacts":/s/true/false/' src-tauri/tauri.conf.json
#FIXME faile to build due to ring link fail
pnpm tauri build -b deb
}
package() {
cd "$srcdir/${_pkgname}-${pkgver}"
cp -a src-tauri/target/release/bundle/deb/${_pkgname}_${pkgver}_*/data/* "${pkgdir}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 07:34:53 | Low | 2 |