genoffice-bin
The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for binaries; the low severity is due to the unverifiable binary nature of the release asset, but it comes from a legitimate project source.
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 installs a prebuilt .deb from the project's official GitHub releases, which is a normal distribution method for binaries; the low severity is due to the unverifiable binary nature of the release asset, but it comes from a legitimate project source.
PKGBUILD
# Maintainer: alex3236 <me@alex3236.moe>
pkgname=genoffice-bin
pkgver=0.8.667
pkgrel=1
pkgdesc="Free, open-source AI office suite: docs, sheets, slides, PDF and markdown editors"
arch=('x86_64')
url="https://github.com/genspark-ai/genoffice"
license=('Apache-2.0')
provides=('genoffice')
conflicts=('genoffice')
depends=(
'alsa-lib'
'at-spi2-core'
'gtk3'
'libcups'
'libnotify'
'libsecret'
'libxss'
'libxtst'
'nodejs'
'nss'
'util-linux-libs'
'xdg-utils'
)
optdepends=(
'libappindicator: tray icon support'
)
source=("https://github.com/genspark-ai/genoffice/releases/download/v${pkgver}/genoffice_${pkgver}_amd64.deb")
sha256sums=('76cc57d64526d3ff85752042be32df06ccdcb0b0739945df42d0a5f67f2a1258')
package() {
cd "$srcdir"
bsdtar -xf genoffice_${pkgver}_amd64.deb data.tar.xz
bsdtar -xf data.tar.xz -C "$pkgdir"
mkdir -p "$pkgdir/usr/bin"
ln -s /opt/GenOffice/genoffice "$pkgdir/usr/bin/genoffice"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 15:43:17 | Low | 2 |