genoffice-bin

LOW
maintainer Alex3236 1 votes scanned 2026-08-30 15:43:17.210043
View on AUR
Why flagged

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

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 .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

1# Maintainer: alex3236 <me@alex3236.moe>
2pkgname=genoffice-bin
3pkgver=0.8.667
4pkgrel=1
5pkgdesc="Free, open-source AI office suite: docs, sheets, slides, PDF and markdown editors"
6arch=('x86_64')
7url="https://github.com/genspark-ai/genoffice"
8license=('Apache-2.0')
9provides=('genoffice')
10conflicts=('genoffice')
11depends=(
12 'alsa-lib'
13 'at-spi2-core'
14 'gtk3'
15 'libcups'
16 'libnotify'
17 'libsecret'
18 'libxss'
19 'libxtst'
20 'nodejs'
21 'nss'
22 'util-linux-libs'
23 'xdg-utils'
24)
25optdepends=(
26 'libappindicator: tray icon support'
27)
28source=("https://github.com/genspark-ai/genoffice/releases/download/v${pkgver}/genoffice_${pkgver}_amd64.deb")
29sha256sums=('76cc57d64526d3ff85752042be32df06ccdcb0b0739945df42d0a5f67f2a1258')
30
31package() {
32 cd "$srcdir"
33 bsdtar -xf genoffice_${pkgver}_amd64.deb data.tar.xz
34 bsdtar -xf data.tar.xz -C "$pkgdir"
35 mkdir -p "$pkgdir/usr/bin"
36 ln -s /opt/GenOffice/genoffice "$pkgdir/usr/bin/genoffice"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 15:43:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion